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

/freebsd-9.3-release/crypto/openssl/engines/
H A De_capi.c556 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) function
636 if (!lend_tobn(rkey->n, rsa_modulus, rsa_modlen))
671 if (!lend_tobn(dkey->p, btmp, dsa_plen))
674 if (!lend_tobn(dkey->q, btmp, 20))
677 if (!lend_tobn(dkey->g, btmp, dsa_plen))
680 if (!lend_tobn(dkey->pub_key, btmp, dsa_plen))
948 if (!lend_tobn(ret->r, csigbuf, 20)
949 || !lend_tobn(ret->s, csigbuf + 20, 20)) {

Completed in 58 milliseconds