SSL_SIG_LENGTH
if (m_len != SSL_SIG_LENGTH) {
encoded_len = SSL_SIG_LENGTH;
if (decrypt_len != SSL_SIG_LENGTH) {
memcpy(rm, decrypt_buf, SSL_SIG_LENGTH);
*prm_len = SSL_SIG_LENGTH;
if (m_len != SSL_SIG_LENGTH) {
if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) {