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

/external/boringssl/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/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/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/boringssl/src/crypto/evp/
H A Dalgorithm.c98 if (!OBJ_find_sigid_by_algs(&sign_nid, EVP_MD_type(digest),
/external/boringssl/src/ssl/
H A Dt1_lib.c2341 OBJ_find_sigid_by_algs(psignhash_nid, hash_nid, sign_nid);

Completed in 83 milliseconds