Searched refs:krb5_trusted_ca (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_encode.h | 101 (asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retlen); 104 (asn1buf *buf, const krb5_trusted_ca **val, unsigned int *retlen);
|
H A D | asn1_k_decode.h | 167 (asn1buf *buf, krb5_trusted_ca *val); 231 (asn1buf *buf, krb5_trusted_ca ***val);
|
H A D | asn1_k_decode.c | 1211 asn1_error_code asn1_decode_trusted_ca(asn1buf *buf, krb5_trusted_ca *val) 1259 asn1_error_code asn1_decode_trusted_ca(asn1buf *buf, krb5_trusted_ca *val) in asn1_decode_trusted_ca() 1280 asn1_error_code asn1_decode_sequence_of_trusted_ca(asn1buf *buf, krb5_trusted_ca ***val) in asn1_decode_sequence_of_trusted_ca() 1282 decode_array_body(krb5_trusted_ca, asn1_decode_trusted_ca); in asn1_decode_sequence_of_trusted_ca()
|
H A D | asn1_k_encode.c | 1664 asn1_error_code asn1_encode_trusted_ca(asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retl… in asn1_encode_trusted_ca() 1685 asn1_error_code asn1_encode_sequence_of_trusted_ca(asn1buf *buf, const krb5_trusted_ca **val, unsig… in asn1_encode_sequence_of_trusted_ca() 1714 …asn1_addfield((const krb5_trusted_ca **)val->trustedCertifiers,1,asn1_encode_sequence_of_trusted_c… in asn1_encode_pa_pk_as_req_draft9()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-int-pkinit.h | 102 } krb5_trusted_ca; typedef 115 krb5_trusted_ca **trustedCertifiers; /* Optional array */
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit.h | 320 void free_krb5_trusted_ca(krb5_trusted_ca ***in);
|
H A D | pkinit_crypto.h | 407 krb5_trusted_ca ***trustedCas); /* OUT */
|
H A D | pkinit_lib.c | 236 free_krb5_trusted_ca(krb5_trusted_ca ***in) in free_krb5_trusted_ca()
|
H A D | pkinit_crypto_openssl.c | 6254 krb5_trusted_ca *** ids) 6259 krb5_trusted_ca **krb5_cas = NULL; 6270 krb5_cas = malloc((sk_size + 1) * sizeof(krb5_trusted_ca *)); 6276 krb5_cas[i] = (krb5_trusted_ca *)malloc(sizeof(krb5_trusted_ca));
|