Home
last modified time | relevance | path

Searched refs:EVP_KEYMGMT_is_a (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DEVP_KEYMGMT.pod10 EVP_KEYMGMT_is_a,
32 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name);
72 EVP_KEYMGMT_is_a() checks if I<keymgmt> is an implementation of an
125 EVP_KEYMGMT_is_a() returns 1 of I<keymgmt> was identifiable,
/openssl/test/
H A Dalgorithmid_test.c69 if (!TEST_true(EVP_KEYMGMT_is_a(keymgmt, name))) { in test_spki_aid()
/openssl/crypto/evp/
H A Dp_lib.c261 && !EVP_KEYMGMT_is_a(b->keymgmt, OBJ_nid2sn(a->type))) in evp_pkey_cmp_any()
264 && !EVP_KEYMGMT_is_a(a->keymgmt, OBJ_nid2sn(b->type))) in evp_pkey_cmp_any()
1062 return EVP_KEYMGMT_is_a(pkey->keymgmt, name); in EVP_PKEY_is_a()
1937 if (!EVP_KEYMGMT_is_a(tmp_keymgmt, OBJ_nid2sn(pk->type))) in evp_pkey_export_to_provider()
H A Dkeymgmt_lib.c26 return EVP_KEYMGMT_is_a(keymgmt1, name2); in match_type()
H A Dkeymgmt_meth.c333 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name) in EVP_KEYMGMT_is_a() function
H A Dpmeth_lib.c660 return EVP_KEYMGMT_is_a(ctx->keymgmt, keytype); in EVP_PKEY_CTX_is_a()
1466 if (!EVP_KEYMGMT_is_a(ctx->keymgmt, in evp_pkey_ctx_store_cached_data()
/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c125 && EVP_KEYMGMT_is_a(keymgmt, data->object_type)) in decoder_construct_pkey()
/openssl/apps/
H A Dlist.c660 if (select_name != NULL && !EVP_KEYMGMT_is_a(k, select_name)) in list_keymanagers()
/openssl/include/openssl/
H A Devp.h1795 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name);
/openssl/util/
H A Dlibcrypto.num4780 EVP_KEYMGMT_is_a 4908 3_0_0 EXIST::FUNCTION:

Completed in 68 milliseconds