Lines Matching refs:propq

39     char *propq;  member
48 const char *propq) in x509_pubkey_set0_libctx() argument
52 OPENSSL_free(x->propq); in x509_pubkey_set0_libctx()
53 x->propq = NULL; in x509_pubkey_set0_libctx()
54 if (propq != NULL) { in x509_pubkey_set0_libctx()
55 x->propq = OPENSSL_strdup(propq); in x509_pubkey_set0_libctx()
56 if (x->propq == NULL) in x509_pubkey_set0_libctx()
70 const char *propq)
78 libctx, propq);
94 OPENSSL_free(pubkey->propq); in x509_pubkey_ex_free()
112 OSSL_LIB_CTX *libctx, const char *propq) in x509_pubkey_ex_new_ex() argument
119 || !x509_pubkey_set0_libctx(ret, libctx, propq)) { in x509_pubkey_ex_new_ex()
134 const char *propq) in x509_pubkey_ex_d2i_ex() argument
143 if (*pval == NULL && !x509_pubkey_ex_new_ex(pval, it, libctx, propq)) in x509_pubkey_ex_d2i_ex()
212 pubkey->propq)) != NULL) in x509_pubkey_ex_d2i_ex()
267 X509_PUBKEY *X509_PUBKEY_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in IMPLEMENT_EXTERN_ASN1()
271 pubkey = (X509_PUBKEY *)ASN1_item_new_ex(X509_PUBKEY_it(), libctx, propq); in IMPLEMENT_EXTERN_ASN1()
272 if (!x509_pubkey_set0_libctx(pubkey, libctx, propq)) { in IMPLEMENT_EXTERN_ASN1()
289 if (!x509_pubkey_set0_libctx(pubkey, a->libctx, a->propq)) { in X509_PUBKEY_dup()
488 OSSL_LIB_CTX *libctx, const char *propq, in d2i_PUBKEY_int() argument
506 if (libctx != NULL || propq != NULL || force_legacy) { in d2i_PUBKEY_int()
510 if (!x509_pubkey_set0_libctx(xpk2, libctx, propq)) in d2i_PUBKEY_int()
541 OSSL_LIB_CTX *libctx, const char *propq) in d2i_PUBKEY_ex() argument
543 return d2i_PUBKEY_int(a, pp, length, libctx, propq, 0, d2i_X509_PUBKEY); in d2i_PUBKEY_ex()
1077 *ppropq = key->propq; in ossl_x509_PUBKEY_get0_libctx()