Searched refs:propq (Results 1 – 9 of 9) sorted by relevance
/apps/ |
A D | genpkey.c | 21 OSSL_LIB_CTX *libctx, const char *propq); 77 static void show_gen_pkeyopt(const char *algname, OSSL_LIB_CTX *libctx, const char *propq) in show_gen_pkeyopt() argument 85 ctx = EVP_PKEY_CTX_new_from_name(libctx, algname, propq); in show_gen_pkeyopt() 327 OSSL_LIB_CTX *libctx, const char *propq) in init_keygen_file() argument 343 pkey = PEM_read_bio_Parameters_ex(pbio, NULL, libctx, propq); in init_keygen_file() 354 ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq); in init_keygen_file() 374 OSSL_LIB_CTX *libctx, const char *propq) in init_gen_str() argument 392 ctx = EVP_PKEY_CTX_new_from_name(libctx, algname, propq); in init_gen_str()
|
A D | pkeyutl.c | 31 const char *kemop, OSSL_LIB_CTX *libctx, const char *propq); 666 const char *kemop, OSSL_LIB_CTX *libctx, const char *propq) in init_ctx() argument 691 ctx = EVP_PKEY_CTX_new_from_name(libctx, kdfalg, propq); in init_ctx() 700 ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq); in init_ctx() 711 rv = EVP_DigestSignInit_ex(mctx, NULL, digestname, libctx, propq, in init_ctx() 716 rv = EVP_DigestVerifyInit_ex(mctx, NULL, digestname, libctx, propq, in init_ctx()
|
A D | list.c | 43 const char *propq = app_get0_propq(); \ 48 impl = TYPE ## _fetch(libctx, name, propq); \ 1173 const char *propq = app_get0_propq(); in is_md_available() local 1177 md = EVP_MD_fetch(app_get0_libctx(), name, propq); in is_md_available() 1184 return propq != NULL || get_digest_from_engine(name) == NULL ? 0 : 1; in is_md_available() 1190 const char *propq = app_get0_propq(); in is_cipher_available() local 1194 cipher = EVP_CIPHER_fetch(app_get0_libctx(), name, propq); in is_cipher_available() 1201 return propq != NULL || get_cipher_from_engine(name) == NULL ? 0 : 1; in is_cipher_available()
|
A D | ts.c | 981 const char *propq = app_get0_propq(); in create_cert_store() local 1008 propq) <= 0) { in create_cert_store() 1020 if (X509_LOOKUP_add_store_ex(lookup, CAstore, libctx, propq) <= 0) { in create_cert_store()
|
A D | speed.c | 1790 const char *propq = app_get0_propq(); \ 1795 impl = TYPE ## _fetch(libctx, name, propq); \
|
/apps/include/ |
A D | cmp_mock_srv.h | 20 const char *propq);
|
A D | apps.h | 265 OSSL_LIB_CTX *libctx, const char *propq);
|
/apps/lib/ |
A D | apps.c | 953 const char *propq = app_get0_propq(); in load_key_certs_crls() local 1031 ctx = OSSL_STORE_attach(bio, "file", libctx, propq, in load_key_certs_crls() 1037 ctx = OSSL_STORE_open_ex(uri, libctx, propq, get_ui_method(), &uidata, in load_key_certs_crls() 1438 const char *propq = app_get0_propq(); in setup_verify() local 1449 libctx, propq) <= 0) { in setup_verify() 1452 libctx, propq) <= 0) { in setup_verify() 1459 libctx, propq); in setup_verify() 1481 if (!X509_LOOKUP_add_store_ex(lookup, CAstore, libctx, propq)) { in setup_verify()
|
A D | cmp_mock_srv.c | 722 OSSL_CMP_SRV_CTX *ossl_cmp_mock_srv_new(OSSL_LIB_CTX *libctx, const char *propq) in ossl_cmp_mock_srv_new() argument 724 OSSL_CMP_SRV_CTX *srv_ctx = OSSL_CMP_SRV_CTX_new(libctx, propq); in ossl_cmp_mock_srv_new()
|
Completed in 32 milliseconds