Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/rsa/
Drsa_sign.c67 #define SSL_SIG_LENGTH 36 macro
84 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
88 i = SSL_SIG_LENGTH; in RSA_sign()
194 if (m_len != SSL_SIG_LENGTH) { in RSA_verify()
217 if ((i != SSL_SIG_LENGTH) || memcmp(s, m, SSL_SIG_LENGTH)) in RSA_verify()