Searched refs:asn1_template_new (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/asn1/ |
D | tasn_new.c | 24 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, 91 if (!asn1_template_new(pval, it->templates, libctx, propq)) in asn1_item_embed_new() 151 if (!asn1_template_new(pseqval, tt, libctx, propq)) in asn1_item_embed_new() 207 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, in asn1_template_new() function
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | tasn_new.c | 24 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, 91 if (!asn1_template_new(pval, it->templates, libctx, propq)) in asn1_item_embed_new() 151 if (!asn1_template_new(pseqval, tt, libctx, propq)) in asn1_item_embed_new() 207 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, in asn1_template_new() function
|