Searched refs:INTBLOB_LEN (Results 1 – 1 of 1) sorted by relevance
41 #define INTBLOB_LEN 20 macro42 #define SIGBLOB_LEN (2*INTBLOB_LEN)73 if (rlen > INTBLOB_LEN || slen > INTBLOB_LEN) { in ssh_dss_sign()79 BN_bn2bin(sig->r, sigblob+ SIGBLOB_LEN - INTBLOB_LEN - rlen); in ssh_dss_sign()162 BN_bin2bn(sigblob, INTBLOB_LEN, sig->r); in ssh_dss_verify()163 BN_bin2bn(sigblob+ INTBLOB_LEN, INTBLOB_LEN, sig->s); in ssh_dss_verify()