Home
last modified time | relevance | path

Searched refs:krb5_trusted_ca (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.h101 (asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retlen);
104 (asn1buf *buf, const krb5_trusted_ca **val, unsigned int *retlen);
H A Dasn1_k_decode.h167 (asn1buf *buf, krb5_trusted_ca *val);
231 (asn1buf *buf, krb5_trusted_ca ***val);
H A Dasn1_k_decode.c1211 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 Dasn1_k_encode.c1664 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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h102 } krb5_trusted_ca; typedef
115 krb5_trusted_ca **trustedCertifiers; /* Optional array */
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit.h320 void free_krb5_trusted_ca(krb5_trusted_ca ***in);
H A Dpkinit_crypto.h407 krb5_trusted_ca ***trustedCas); /* OUT */
H A Dpkinit_lib.c236 free_krb5_trusted_ca(krb5_trusted_ca ***in) in free_krb5_trusted_ca()
H A Dpkinit_crypto_openssl.c6441 krb5_trusted_ca *** ids)
6446 krb5_trusted_ca **krb5_cas = NULL;
6457 krb5_cas = malloc((sk_size + 1) * sizeof(krb5_trusted_ca *));
6463 krb5_cas[i] = (krb5_trusted_ca *)malloc(sizeof(krb5_trusted_ca));