Lines Matching defs:libctx
106 OSSL_LIB_CTX *libctx = NULL;
109 if (!ossl_x509_PUBKEY_get0_libctx(&libctx, &propq, pubkey)
112 eckey = ossl_ec_key_param_from_x509_algor(palg, libctx, propq);
149 OSSL_LIB_CTX *libctx, const char *propq)
152 EC_KEY *eckey = ossl_ec_key_from_pkcs8(p8, libctx, propq);
474 OSSL_LIB_CTX *libctx, const char *propq)
499 * implementations so we need to ensure we use the correct libctx.
501 bnctx = BN_CTX_new_ex(libctx);
507 if (!ossl_ec_group_todata(ecg, tmpl, NULL, libctx, propq, bnctx, &gen_buf))
613 EC_KEY *ec = EC_KEY_new_ex(pctx->libctx, pctx->propquery);