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

/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj_xref.c105 int OBJ_find_sigid_by_algs(int *out_sign_nid, int digest_nid, int pkey_nid) { function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dobj.h183 /* OBJ_find_sigid_by_algs finds the signature NID that corresponds to the
188 OPENSSL_EXPORT int OBJ_find_sigid_by_algs(int *out_sign_nid, int digest_nid,
/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.c595 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
613 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Da_sign.c219 !OBJ_find_sigid_by_algs(&signid,
/external/openssl/crypto/asn1/
H A Da_sign.c276 !OBJ_find_sigid_by_algs(&signid,
/external/openssl/crypto/dsa/
H A Ddsa_ameth.c612 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
629 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);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c2570 OBJ_find_sigid_by_algs(psignhash_nid,

Completed in 1489 milliseconds