RSA_PKCS1_PADDING_SIZE
if (flen > (tlen - RSA_PKCS1_PADDING_SIZE)) {
if (encoded_len > RSA_size(rsa) - RSA_PKCS1_PADDING_SIZE) {