Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_new.c130 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL); in asn1_item_ex_new()
148 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL); in asn1_item_ex_new()
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_asn1.c73 if (operation == ASN1_OP_NEW_PRE) { in sig_cb()
162 if (operation == ASN1_OP_NEW_PRE) { in dsa_cb()
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_asn1.c72 if (operation == ASN1_OP_NEW_PRE) { in dh_cb()
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_asn1.c72 if (operation == ASN1_OP_NEW_PRE) { in rsa_cb()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1t.h745 #define ASN1_OP_NEW_PRE 0 macro