Home
last modified time | relevance | path

Searched refs:EVP_KEYMGMT_fetch (Results 1 – 13 of 13) sorted by relevance

/openssl/doc/man3/
H A DEVP_KEYMGMT.pod6 EVP_KEYMGMT_fetch,
27 EVP_KEYMGMT *EVP_KEYMGMT_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
58 EVP_KEYMGMT_fetch() looks for an algorithm within the provider that
105 EVP_KEYMGMT_fetch() may be called implicitly by other fetching
111 EVP_KEYMGMT_fetch() returns a pointer to the key management
/openssl/test/
H A Dkeymgmt_internal_test.c221 if (!TEST_ptr(km1 = EVP_KEYMGMT_fetch(fixture->ctx1, "RSA", NULL)) in test_pass_rsa()
222 || !TEST_ptr(km2 = EVP_KEYMGMT_fetch(fixture->ctx2, "RSA", NULL)) in test_pass_rsa()
223 || !TEST_ptr(km3 = EVP_KEYMGMT_fetch(fixture->ctx1, "RSA-PSS", NULL)) in test_pass_rsa()
337 keymgmt = EVP_KEYMGMT_fetch(libctx, "RSA", NULL); in test_evp_pkey_export_to_provider()
H A Dprovider_fallback_test.c22 && TEST_ptr(rsameth = EVP_KEYMGMT_fetch(ctx, "RSA", NULL)) in test_provider()
/openssl/crypto/evp/
H A Dkeymgmt_meth.c275 EVP_KEYMGMT *EVP_KEYMGMT_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, in EVP_KEYMGMT_fetch() function
H A Dpmeth_lib.c259 keymgmt = EVP_KEYMGMT_fetch(libctx, keytype, propquery); in int_ctx_new()
/openssl/crypto/store/
H A Dstore_result.c200 keymgmt = EVP_KEYMGMT_fetch(libctx, data->data_type, propq); in try_key_ref()
/openssl/doc/man7/
H A Dprovider-object.pod75 L<EVP_KEYMGMT_fetch(3)>).
H A Dprovider.pod264 L<EVP_KEYMGMT_fetch(3)>,
H A Dossl-guide-migration.pod910 L<EVP_KEYMGMT_fetch(3)> and L<EVP_KEYMGMT_do_all_provided(3)>
/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c132 } else if ((keymgmt = EVP_KEYMGMT_fetch(data->libctx, in decoder_construct_pkey()
/openssl/ssl/
H A Dt1_lib.c345 keymgmt = EVP_KEYMGMT_fetch(ctx->libctx, ginf->algorithm, ctx->propq); in add_provider_groups()
622 keymgmt = EVP_KEYMGMT_fetch(ctx->libctx, keytype, ctx->propq); in add_provider_sigalgs()
/openssl/include/openssl/
H A Devp.h1788 EVP_KEYMGMT *EVP_KEYMGMT_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
/openssl/util/
H A Dlibcrypto.num4635 EVP_KEYMGMT_fetch 4763 3_0_0 EXIST::FUNCTION:

Completed in 100 milliseconds