INTBLOB_LEN
if (rlen > INTBLOB_LEN || slen > INTBLOB_LEN) {
BN_bn2bin(sig_r, sigblob + SIGBLOB_LEN - INTBLOB_LEN - rlen);
if ((BN_bin2bn(sigblob, INTBLOB_LEN, sig_r) == NULL) ||
(BN_bin2bn(sigblob + INTBLOB_LEN, INTBLOB_LEN, sig_s) == NULL)) {
#define SIGBLOB_LEN (2*INTBLOB_LEN)