Searched refs:OBJ_find_sigid_by_algs (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_ec.c | 325 if (!OBJ_find_sigid_by_algs(&kdf_nid, EVP_MD_get_type(kdf_md), ecdh_nid)) in ecdh_cms_encrypt() 412 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_get_id(pkey))) in ossl_cms_ecdsa_dsa_sign()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_xref.c | 67 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid) in OBJ_find_sigid_by_algs() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | objects.h | 175 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 231 if (!OBJ_find_sigid_by_algs(&nid, EVP_MD_get_type(ctx->digest), in set_sig_algor()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_sign.c | 245 if (!OBJ_find_sigid_by_algs(&signid, EVP_MD_nid(md), pkey_id)) { in ASN1_item_sign_ctx()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_lib.c | 324 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_get_id(pkey))) in pkcs7_ecdsa_or_dsa_sign_verify_setup()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 664 OBJ_find_sigid_by_algs(3)
|
H A D | missingcrypto111.txt | 820 OBJ_find_sigid_by_algs(3)
|
H A D | libcrypto.num | 1648 OBJ_find_sigid_by_algs 1687 3_0_0 EXIST::FUNCTION:
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1897 OBJ_find_sigid_by_algs;
|