Home
last modified time | relevance | path

Searched refs:asn1_value (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libcrypto/asn1/
H A Dtasn_fre.c205 pval = &typ->value.asn1_value; in ASN1_primitive_free()
H A Dtasn_prn.c435 fld = &atype->value.asn1_value; in asn1_primitive_print()
H A Dtasn_enc.c598 pval = &typ->value.asn1_value; in asn1_ex_i2c()
H A Dtasn_dec.c402 if (!asn1_c2i_primitive(&atype->value.asn1_value, content, utype, it)) { in asn1_c2i_any()
H A Dasn1.h457 ASN1_VALUE * asn1_value; member