Searched refs:supportedCMSTypes (Results 1 – 10 of 10) sorted by relevance
126 if ((*in)->supportedCMSTypes != NULL) in free_krb5_auth_pack()127 free_krb5_algorithm_identifiers(&((*in)->supportedCMSTypes)); in free_krb5_auth_pack()
323 krb5_algorithm_identifier ***supportedCMSTypes); /* OUT */
204 auth_pack.supportedCMSTypes = cmstypes; in pkinit_as_req_create()
65 krb5_algorithm_identifier **supportedCMSTypes; /* Optional */ member
87 supportedCMSTypes [2] SEQUENCE OF AlgorithmIdentifier OPTIONAL,
618 a->supportedCMSTypes = calloc(1, sizeof(*a->supportedCMSTypes)); in build_auth_pack()619 if (a->supportedCMSTypes == NULL) in build_auth_pack()624 &a->supportedCMSTypes->val, in build_auth_pack()625 &a->supportedCMSTypes->len); in build_auth_pack()
859 if (ap.supportedCMSTypes) { in _kdc_pk_rd_padata()862 ap.supportedCMSTypes->val, in _kdc_pk_rd_padata()863 ap.supportedCMSTypes->len); in _kdc_pk_rd_padata()
182 9100 Add ecdsa-with-sha512/256 to supportedCMSTypes
219 * lib/krb5/pkinit.c (build_auth_pack): set supportedCMSTypes.225 * kdc/pkinit.c (_kdc_pk_rd_padata): Pick up supportedCMSTypes and228 * kdc/pkinit.c (_kdc_pk_rd_padata): Pick up supportedCMSTypes and
1431 DEFFIELD(auth_pack_2, krb5_auth_pack, supportedCMSTypes, 2,