krb5_trusted_ca
krb5_trusted_ca **trustedCertifiers; /* Optional array */
asn1_error_code asn1_decode_trusted_ca(asn1buf *buf, krb5_trusted_ca *val)
asn1_error_code asn1_decode_trusted_ca(asn1buf *buf, krb5_trusted_ca *val)
asn1_error_code asn1_decode_sequence_of_trusted_ca(asn1buf *buf, krb5_trusted_ca ***val)
decode_array_body(krb5_trusted_ca, asn1_decode_trusted_ca);
(asn1buf *buf, krb5_trusted_ca *val);
(asn1buf *buf, krb5_trusted_ca ***val);
asn1_error_code asn1_encode_trusted_ca(asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retlen)
asn1_error_code asn1_encode_sequence_of_trusted_ca(asn1buf *buf, const krb5_trusted_ca **val, unsigned int *retlen)
asn1_addfield((const krb5_trusted_ca **)val->trustedCertifiers,1,asn1_encode_sequence_of_trusted_ca);
(asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retlen);
(asn1buf *buf, const krb5_trusted_ca **val, unsigned int *retlen);
void free_krb5_trusted_ca(krb5_trusted_ca ***in);
krb5_trusted_ca ***trustedCas); /* OUT */
krb5_trusted_ca *** ids)
krb5_trusted_ca **krb5_cas = NULL;
krb5_cas = malloc((sk_size + 1) * sizeof(krb5_trusted_ca *));
krb5_cas[i] = (krb5_trusted_ca *)malloc(sizeof(krb5_trusted_ca));
free_krb5_trusted_ca(krb5_trusted_ca ***in)