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

/freebsd-10.2-release/crypto/openssl/crypto/rsa/
H A Drsa_sign.c91 if (type == NID_md5_sha1) {
125 if (type != NID_md5_sha1) {
141 if (type != NID_md5_sha1) {
190 if ((dtype == NID_md5_sha1) && rm) {
204 if ((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH)) {
228 if (dtype == NID_md5_sha1) {
/freebsd-10.2-release/crypto/openssl/engines/
H A De_4758cca.c670 case NID_md5_sha1:
783 case NID_md5_sha1:
H A De_capi.c806 case NID_md5_sha1:
/freebsd-10.2-release/crypto/openssl/apps/
H A Dspeed.c2002 ret = RSA_sign(NID_md5_sha1, buf, 36, buf2, &rsa_num, rsa_key[j]);
2014 ret = RSA_sign(NID_md5_sha1, buf, 36, buf2,
2033 ret = RSA_verify(NID_md5_sha1, buf, 36, buf2, rsa_num, rsa_key[j]);
2044 ret = RSA_verify(NID_md5_sha1, buf, 36, buf2,
/freebsd-10.2-release/crypto/openssl/crypto/objects/
H A Dobjects.h618 # 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},
/freebsd-10.2-release/crypto/openssl/ssl/
H A Ds3_clnt.c1887 i = RSA_verify(NID_md5_sha1, md_buf, j, p, n, pkey->pkey.rsa);
3113 if (RSA_sign(NID_md5_sha1, data,
H A Ds3_srvr.c2001 if (RSA_sign(NID_md5_sha1, md_buf, j,
3080 i = RSA_verify(NID_md5_sha1, s->s3->tmp.cert_verify_md,
H A Dd1_clnt.c1567 if (RSA_sign(NID_md5_sha1, data,
H A Dd1_srvr.c1415 if (RSA_sign(NID_md5_sha1, md_buf, j,

Completed in 133 milliseconds