Searched refs:EVP_KEYMGMT_is_a (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_KEYMGMT.pod | 10 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 D | algorithmid_test.c | 69 if (!TEST_true(EVP_KEYMGMT_is_a(keymgmt, name))) { in test_spki_aid()
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 261 && !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 D | keymgmt_lib.c | 26 return EVP_KEYMGMT_is_a(keymgmt1, name2); in match_type()
|
H A D | keymgmt_meth.c | 333 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name) in EVP_KEYMGMT_is_a() function
|
H A D | pmeth_lib.c | 660 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 D | decoder_pkey.c | 125 && EVP_KEYMGMT_is_a(keymgmt, data->object_type)) in decoder_construct_pkey()
|
/openssl/apps/ |
H A D | list.c | 660 if (select_name != NULL && !EVP_KEYMGMT_is_a(k, select_name)) in list_keymanagers()
|
/openssl/include/openssl/ |
H A D | evp.h | 1795 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name);
|
/openssl/util/ |
H A D | libcrypto.num | 4780 EVP_KEYMGMT_is_a 4908 3_0_0 EXIST::FUNCTION:
|
Completed in 68 milliseconds