Lines Matching defs:bn
195 BN_bn2bin_fixed(const BIGNUM *bn, unsigned char *buf, int size) {196 int bytes = size - BN_num_bytes(bn);199 BN_bn2bin(bn, buf);726 BIGNUM *bn;727 bn = BN_bin2bn(priv.elements[i].data,729 if (bn == NULL)734 p = bn;737 q = bn;740 g = bn;743 priv_key = bn;746 pub_key = bn;