Lines Matching refs:propq
255 * propq: The property query string for any algorithm fetches
267 const char *propq);
304 const char *propq)
440 const char *propq)
516 const char *propq)
529 pkey = EVP_PKCS82PKEY_ex(p8inf, libctx, propq);
542 libctx, propq);
574 libctx, propq);
602 libctx, propq);
645 const char *propq)
681 const char *propq)
759 const char *propq)
783 cert = X509_new_ex(libctx, propq);
815 const char *propq)
909 char *propq;
917 OPENSSL_free(ctx->propq);
948 OSSL_LIB_CTX *libctx, const char *propq,
1056 if (propq != NULL) {
1057 ctx->propq = OPENSSL_strdup(propq);
1058 if (ctx->propq == NULL) {
1080 OSSL_LIB_CTX *libctx, const char *propq,
1086 || (propq != NULL && (ctx->propq = OPENSSL_strdup(propq)) == NULL)) {
1210 ctx->libctx, ctx->propq);
1290 ctx->libctx, ctx->propq);