Home
last modified time | relevance | path

Searched refs:INTBLOB_LEN (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dssh-dss.c46 #define INTBLOB_LEN 20 macro
47 #define SIGBLOB_LEN (2*INTBLOB_LEN)
81 if (rlen > INTBLOB_LEN || slen > INTBLOB_LEN) { in ssh_dss_sign()
86 BN_bn2bin(sig->r, sigblob + SIGBLOB_LEN - INTBLOB_LEN - rlen); in ssh_dss_sign()
185 if ((BN_bin2bn(sigblob, INTBLOB_LEN, sig->r) == NULL) || in ssh_dss_verify()
186 (BN_bin2bn(sigblob+ INTBLOB_LEN, INTBLOB_LEN, sig->s) == NULL)) { in ssh_dss_verify()