Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dtasn_new.c84 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL); in asn1_item_embed_new()
109 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL); in asn1_item_embed_new()
/third_party/openssl/crypto/rsa/
Drsa_asn1.c25 if (operation == ASN1_OP_NEW_PRE) { in rsa_cb()
/third_party/openssl/crypto/dh/
Ddh_asn1.c21 if (operation == ASN1_OP_NEW_PRE) { in dh_cb()
/third_party/openssl/crypto/dsa/
Ddsa_asn1.c64 if (operation == ASN1_OP_NEW_PRE) { in dsa_cb()
/third_party/openssl/include/openssl/
Dasn1t.h756 # define ASN1_OP_NEW_PRE 0 macro