Searched refs:OBJ_find_sigid_by_algs (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/objects/
H A Dobj_xref.c120 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid) function
228 rv = OBJ_find_sigid_by_algs(&n1, n2, n3);
H A Dobjects.h1107 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
/external/openssl/crypto/ec/
H A Dec_ameth.c592 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
610 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
/external/openssl/crypto/asn1/
H A Da_sign.c276 !OBJ_find_sigid_by_algs(&signid,
/external/openssl/crypto/dsa/
H A Ddsa_ameth.c606 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
623 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
/external/openssl/include/openssl/
H A Dobjects.h1107 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);

Completed in 174 milliseconds