Searched refs:NID_md5_sha1 (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/digest/ |
D | digests.c | 244 NID_md5_sha1, 272 { NID_md5_sha1, EVP_md5_sha1, SN_md5_sha1, LN_md5_sha1 },
|
/external/boringssl/src/crypto/rsa/ |
D | rsa.c | 387 if (hash_nid == NID_md5_sha1) { in RSA_add_pkcs1_prefix() 492 if (hash_nid == NID_md5_sha1 && msg_len != SSL_SIG_LENGTH) { in RSA_verify()
|
/external/boringssl/src/crypto/obj/ |
D | obj_dat.h | 1101 {"MD5-SHA1","md5-sha1",NID_md5_sha1,0,NULL,0},
|
/external/boringssl/src/include/openssl/ |
D | obj_mac.h | 1154 #define NID_md5_sha1 114 macro
|