Searched refs:EVP_KEYMGMT_is_a (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_KEYMGMT.pod | 10 EVP_KEYMGMT_is_a, 31 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name); 70 EVP_KEYMGMT_is_a() checks if I<keymgmt> is an implementation of an 122 EVP_KEYMGMT_is_a() returns 1 of I<keymgmt> was identifiable,
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | decoder_pkey.c | 121 && EVP_KEYMGMT_is_a(keymgmt, data->object_type)) in decoder_construct_pkey() 366 || EVP_KEYMGMT_is_a(keymgmt, keytype) in ossl_decoder_ctx_setup_for_pkey() 367 || (isecoid && EVP_KEYMGMT_is_a(keymgmt, "SM2"))) { in ossl_decoder_ctx_setup_for_pkey()
|
/freebsd/crypto/openssl/test/ |
H A D | algorithmid_test.c | 69 if (!TEST_true(EVP_KEYMGMT_is_a(keymgmt, name))) { in test_spki_aid()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_lib.c | 253 && !EVP_KEYMGMT_is_a(b->keymgmt, OBJ_nid2sn(a->type))) in evp_pkey_cmp_any() 256 && !EVP_KEYMGMT_is_a(a->keymgmt, OBJ_nid2sn(b->type))) in evp_pkey_cmp_any() 1055 return EVP_KEYMGMT_is_a(pkey->keymgmt, name); in EVP_PKEY_is_a() 1924 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 | 280 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name) in EVP_KEYMGMT_is_a() function
|
H A D | pmeth_lib.c | 686 return EVP_KEYMGMT_is_a(ctx->keymgmt, keytype); in EVP_PKEY_CTX_is_a() 1544 if (!EVP_KEYMGMT_is_a(ctx->keymgmt, in evp_pkey_ctx_store_cached_data()
|
/freebsd/crypto/openssl/apps/ |
H A D | list.c | 657 if (select_name != NULL && !EVP_KEYMGMT_is_a(k, select_name)) in list_keymanagers()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1765 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4535 EVP_KEYMGMT_is_a;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1865 MLINKS+= EVP_KEYMGMT.3 EVP_KEYMGMT_is_a.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4780 EVP_KEYMGMT_is_a 4908 3_0_0 EXIST::FUNCTION:
|