Lines Matching refs:propq
20 const char *propq);
25 OSSL_LIB_CTX *libctx, const char *propq);
38 const char *propq) in ASN1_item_new_ex() argument
41 if (asn1_item_embed_new(&ret, it, 0, libctx, propq) > 0) in ASN1_item_new_ex()
50 OSSL_LIB_CTX *libctx, const char *propq) in ossl_asn1_item_ex_new_intern() argument
52 return asn1_item_embed_new(pval, it, 0, libctx, propq); in ossl_asn1_item_ex_new_intern()
61 OSSL_LIB_CTX *libctx, const char *propq) in asn1_item_embed_new() argument
80 if (!ef->asn1_ex_new_ex(pval, it, libctx, propq)) in asn1_item_embed_new()
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()
208 OSSL_LIB_CTX *libctx, const char *propq) in asn1_template_new() argument
242 ret = asn1_item_embed_new(pval, it, embed, libctx, propq); in asn1_template_new()