Searched refs:lend_tobn (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_capi.c604 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) function
684 if (!lend_tobn(rkey->n, rsa_modulus, rsa_modlen))
719 if (!lend_tobn(dkey->p, btmp, dsa_plen))
722 if (!lend_tobn(dkey->q, btmp, 20))
725 if (!lend_tobn(dkey->g, btmp, dsa_plen))
728 if (!lend_tobn(dkey->pub_key, btmp, dsa_plen))
1008 if (!lend_tobn(ret->r, csigbuf, 20)
1009 || !lend_tobn(ret->s, csigbuf + 20, 20)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_capi.c604 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) function
684 if (!lend_tobn(rkey->n, rsa_modulus, rsa_modlen))
719 if (!lend_tobn(dkey->p, btmp, dsa_plen))
722 if (!lend_tobn(dkey->q, btmp, 20))
725 if (!lend_tobn(dkey->g, btmp, dsa_plen))
728 if (!lend_tobn(dkey->pub_key, btmp, dsa_plen))
1008 if (!lend_tobn(ret->r, csigbuf, 20)
1009 || !lend_tobn(ret->s, csigbuf + 20, 20)) {

Completed in 81 milliseconds