Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()