Searched refs:NID_md5_sha1 (Results 1 - 17 of 17) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa_sign.c94 if(type == NID_md5_sha1) {
130 if(type != NID_md5_sha1) {
147 if(type != NID_md5_sha1) {
198 if((dtype == NID_md5_sha1) && rm)
214 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
239 if(dtype == NID_md5_sha1) {
/external/chromium_org/net/android/
H A Dkeystore_unittest.cc40 // calling RSA_sign(NID_md5_sha1,...), DSA_sign(0, ...) or
285 NID_md5_sha1, digest, digest_len, p, &p_len, rsa.get());
500 // Message size must be 36 for RSA_sign(NID_md5_sha1,...) to return
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c356 if (hash_nid == NID_md5_sha1) {
460 if (hash_nid == NID_md5_sha1 && msg_len != SSL_SIG_LENGTH) {
/external/openssl/apps/
H A Dspeed.c2011 ret=RSA_sign(NID_md5_sha1, buf,36, buf2, &rsa_num, rsa_key[j]);
2027 ret=RSA_sign(NID_md5_sha1, buf,36, buf2,
2047 ret=RSA_verify(NID_md5_sha1, buf,36, buf2, rsa_num, rsa_key[j]);
2062 ret=RSA_verify(NID_md5_sha1, buf,36, buf2,
/external/openssl/crypto/objects/
H A Dobjects.h616 #define NID_md5_sha1 114 macro
H A Dobj_mac.h1152 #define NID_md5_sha1 114 macro
H A Dobj_dat.h1080 {"MD5-SHA1","md5-sha1",NID_md5_sha1,0,NULL,0},
/external/openssl/include/openssl/
H A Dobjects.h616 #define NID_md5_sha1 114 macro
H A Dobj_mac.h1152 #define NID_md5_sha1 114 macro
/external/openssl/ssl/
H A Dd1_clnt.c1591 if (RSA_sign(NID_md5_sha1, data,
H A Dd1_srvr.c1403 if (RSA_sign(NID_md5_sha1, md_buf, j,
H A Ds3_clnt.c2004 i=RSA_verify(NID_md5_sha1, md_buf, j, p, n,
3306 if (RSA_sign(NID_md5_sha1, data,
H A Ds3_srvr.c2018 if (RSA_sign(NID_md5_sha1, md_buf, j,
3169 i=RSA_verify(NID_md5_sha1, s->s3->tmp.cert_verify_md,
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_clnt.c1516 if (!RSA_verify(NID_md5_sha1, md_buf, md_len,
H A Ds3_srvr.c1590 if (RSA_sign(NID_md5_sha1, md_buf, j,
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj_dat.h1102 {"MD5-SHA1","md5-sha1",NID_md5_sha1,0,NULL,0},
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dobj_mac.h1157 #define NID_md5_sha1 114 macro

Completed in 1959 milliseconds