Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_sign.c231 #define SSL_SIG_LENGTH 36 macro
293 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
297 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
364 if (decrypt_len != SSL_SIG_LENGTH) { in ossl_rsa_verify()
370 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in ossl_rsa_verify()
371 *prm_len = SSL_SIG_LENGTH; in ossl_rsa_verify()
373 if (m_len != SSL_SIG_LENGTH) { in ossl_rsa_verify()
378 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in ossl_rsa_verify()
/third_party/openssl/crypto/rsa/
H A Drsa_sign.c231 #define SSL_SIG_LENGTH 36 macro
293 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
297 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
364 if (decrypt_len != SSL_SIG_LENGTH) { in ossl_rsa_verify()
370 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in ossl_rsa_verify()
371 *prm_len = SSL_SIG_LENGTH; in ossl_rsa_verify()
373 if (m_len != SSL_SIG_LENGTH) { in ossl_rsa_verify()
378 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in ossl_rsa_verify()

Completed in 2 milliseconds