Home
last modified time | relevance | path

Searched refs:supportedCMSTypes (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c175 if ((*in)->supportedCMSTypes != NULL) in free_krb5_auth_pack()
176 free_krb5_algorithm_identifiers(&((*in)->supportedCMSTypes)); in free_krb5_auth_pack()
371 (*in)->supportedCMSTypes = NULL; in init_krb5_auth_pack()
H A Dpkinit_crypto.h379 krb5_algorithm_identifier ***supportedCMSTypes); /* OUT */
H A Dpkinit_clnt.c326 &auth_pack->supportedCMSTypes);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h72 krb5_algorithm_identifier **supportedCMSTypes; /* Optional */ member
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c1491 asn1_decode_sequence_of_algorithm_identifier(&subbuf, &val->supportedCMSTypes); in asn1_decode_auth_pack()
1494 } else val->supportedCMSTypes = NULL; in asn1_decode_auth_pack()
H A Dasn1_k_encode.c1586 if (val->supportedCMSTypes != NULL) in asn1_encode_auth_pack()
1587 …asn1_addfield((const krb5_algorithm_identifier **)val->supportedCMSTypes,2,asn1_encode_sequence_of… in asn1_encode_auth_pack()