Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DEVP_KEYMGMT.pod10 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 Ddecoder_pkey.c121 && 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 Dalgorithmid_test.c69 if (!TEST_true(EVP_KEYMGMT_is_a(keymgmt, name))) { in test_spki_aid()
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c253 && !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 Dkeymgmt_lib.c26 return EVP_KEYMGMT_is_a(keymgmt1, name2); in match_type()
H A Dkeymgmt_meth.c280 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name) in EVP_KEYMGMT_is_a() function
H A Dpmeth_lib.c686 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 Dlist.c657 if (select_name != NULL && !EVP_KEYMGMT_is_a(k, select_name)) in list_keymanagers()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1765 int EVP_KEYMGMT_is_a(const EVP_KEYMGMT *keymgmt, const char *name);
/freebsd/secure/lib/libcrypto/
H A DVersion.map4535 EVP_KEYMGMT_is_a;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1865 MLINKS+= EVP_KEYMGMT.3 EVP_KEYMGMT_is_a.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4780 EVP_KEYMGMT_is_a 4908 3_0_0 EXIST::FUNCTION: