Searched refs:INTBLOB_LEN (Results 1 – 1 of 1) sorted by relevance
42 #define INTBLOB_LEN 20 macro43 #define SIGBLOB_LEN (2*INTBLOB_LEN)75 if (rlen > INTBLOB_LEN || slen > INTBLOB_LEN) { in ssh_dss_sign()81 BN_bn2bin(sig->r, sigblob+ SIGBLOB_LEN - INTBLOB_LEN - rlen); in ssh_dss_sign()166 if ((BN_bin2bn(sigblob, INTBLOB_LEN, sig->r) == NULL) || in ssh_dss_verify()167 (BN_bin2bn(sigblob+ INTBLOB_LEN, INTBLOB_LEN, sig->s) == NULL)) in ssh_dss_verify()