Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_sign.c247 #define SSL_SIG_LENGTH 36 macro
307 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
311 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
376 if (decrypt_len != SSL_SIG_LENGTH) { in ossl_rsa_verify()
382 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in ossl_rsa_verify()
383 *prm_len = SSL_SIG_LENGTH; in ossl_rsa_verify()
385 if (m_len != SSL_SIG_LENGTH) { in ossl_rsa_verify()
390 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in ossl_rsa_verify()

Completed in 4 milliseconds