Home
last modified time | relevance | path

Searched refs:encryptionCert (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c133 if ((*in)->encryptionCert.data != NULL) in free_krb5_pa_pk_as_req_draft9()
134 free((*in)->encryptionCert.data); in free_krb5_pa_pk_as_req_draft9()
341 (*in)->encryptionCert.data = NULL; in init_krb5_pa_pk_as_req_draft9()
342 (*in)->encryptionCert.length = 0; in init_krb5_pa_pk_as_req_draft9()
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h117 krb5_octet_data encryptionCert; member
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c1707 if (val->encryptionCert.length != 0) in asn1_encode_pa_pk_as_req_draft9()
1708 asn1_insert_implicit_octetstring(val->encryptionCert.length,val->encryptionCert.data,3); in asn1_encode_pa_pk_as_req_draft9()
H A Dasn1_k_decode.c1292 opt_lenfield(val->encryptionCert.length, val->encryptionCert.data, 2, asn1_decode_octetstring); in asn1_decode_pa_pk_as_req_draft9()