Home
last modified time | relevance | path

Searched refs:pchval (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dtasn_fre.c114 ASN1_VALUE **pchval; in asn1_item_combine_free() local
116 pchval = asn1_get_field_ptr(pval, tt); in asn1_item_combine_free()
117 ASN1_template_free(pchval, tt); in asn1_item_combine_free()
Dtasn_enc.c161 ASN1_VALUE **pchval; in ASN1_item_ex_i2d() local
164 pchval = asn1_get_field_ptr(pval, chtt); in ASN1_item_ex_i2d()
165 return asn1_template_ex_i2d(pchval, out, chtt, -1, aclass); in ASN1_item_ex_i2d()