Home
last modified time | relevance | path

Searched refs:NID_md5_sha1 (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/evp/
Dm_md5_sha1.c124 NID_md5_sha1,
125 NID_md5_sha1,
/third_party/openssl/crypto/rsa/
Drsa_sign.c81 if (type == NID_md5_sha1) { in RSA_sign()
148 if (type == NID_md5_sha1) { in int_rsa_verify()
Drsa_pmeth.c378 case NID_md5_sha1: in check_padding_md()
/third_party/openssl/doc/man3/
DRSA_sign.pod30 If B<type> is B<NID_md5_sha1>,
/third_party/openssl/crypto/kdf/
Dtls1_prf.c253 if (EVP_MD_type(md) == NID_md5_sha1) { in tls1_prf_alg()
/third_party/openssl/ssl/
Ds3_enc.c424 if (EVP_MD_CTX_type(s->s3->handshake_dgst) != NID_md5_sha1) { in ssl3_final_finish_mac()
Dssl_ciph.c111 {0, NID_md5_sha1}, /* SSL_MD_MD5_SHA1_IDX 9 */
Dt1_lib.c778 NID_md5_sha1, SSL_MD_MD5_SHA1_IDX,
/third_party/openssl/apps/
Dspeed.c1056 ret = RSA_sign(NID_md5_sha1, buf, 36, buf2, rsa_num, rsa_key[testnum]); in RSA_sign_loop()
1077 RSA_verify(NID_md5_sha1, buf, 36, buf2, rsa_num, rsa_key[testnum]); in RSA_verify_loop()
2719 st = RSA_sign(NID_md5_sha1, loopargs[i].buf, 36, loopargs[i].buf2, in speed_main()
2746 st = RSA_verify(NID_md5_sha1, loopargs[i].buf, 36, loopargs[i].buf2, in speed_main()
/third_party/openssl/crypto/objects/
Dobj_dat.h1197 {"MD5-SHA1", "md5-sha1", NID_md5_sha1},
/third_party/openssl/engines/
De_capi.c860 case NID_md5_sha1: in capi_rsa_sign()
/third_party/openssl/include/openssl/
Dobj_mac.h1157 #define NID_md5_sha1 114 macro
/third_party/openssl/
DCHANGES12098 This necessitated the support of an extra signature type NID_md5_sha1