Searched refs:SSL_SIG_LENGTH (Results 1 – 1 of 1) sorted by relevance
247 #define SSL_SIG_LENGTH 36 macro307 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