Searched refs:SSL_SIG_LENGTH (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa_sign.c68 #define SSL_SIG_LENGTH 36 macro
95 if(m_len != SSL_SIG_LENGTH) {
99 i = SSL_SIG_LENGTH;
214 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
240 if((i != SSL_SIG_LENGTH) || memcmp(s, m, SSL_SIG_LENGTH))
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c277 /* SSL_SIG_LENGTH is the size of an SSL/TLS (prior to TLS 1.2) signature: it's
279 static const unsigned SSL_SIG_LENGTH = 36; variable
358 if (msg_len != SSL_SIG_LENGTH) {
364 *out_msg_len = SSL_SIG_LENGTH;
460 if (hash_nid == NID_md5_sha1 && msg_len != SSL_SIG_LENGTH) {

Completed in 907 milliseconds