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

/freebsd-10.1-release/crypto/openssl/engines/
H A De_capi.c579 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) function
659 if (!lend_tobn(rkey->n, rsa_modulus, rsa_modlen))
694 if (!lend_tobn(dkey->p, btmp, dsa_plen))
697 if (!lend_tobn(dkey->q, btmp, 20))
700 if (!lend_tobn(dkey->g, btmp, dsa_plen))
703 if (!lend_tobn(dkey->pub_key, btmp, dsa_plen))
971 if (!lend_tobn(ret->r, csigbuf, 20)
972 || !lend_tobn(ret->s, csigbuf + 20, 20)) {

Completed in 65 milliseconds