Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rsa/
Drsa.c288 static const unsigned SSL_SIG_LENGTH = 36; variable
357 if (msg_len != SSL_SIG_LENGTH) { in pkcs1_prefixed_msg()
363 *out_msg_len = SSL_SIG_LENGTH; in pkcs1_prefixed_msg()
460 if (hash_nid == NID_md5_sha1 && msg_len != SSL_SIG_LENGTH) { in RSA_verify()