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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_sign.c67 #define SSL_SIG_LENGTH 36 macro
86 if(m_len != SSL_SIG_LENGTH) {
90 i = SSL_SIG_LENGTH;
170 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
180 if((i != SSL_SIG_LENGTH) || memcmp(s, m, SSL_SIG_LENGTH))
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_pub.c439 #define SSL_SIG_LENGTH 36 macro
998 if (m_len != SSL_SIG_LENGTH)
1004 i = SSL_SIG_LENGTH;
1120 if (m_len != SSL_SIG_LENGTH)
1126 i = SSL_SIG_LENGTH;

Completed in 177 milliseconds