Home | History | Annotate | Download | only in common

Lines Matching defs:bn

119 	struct crypto_bignum *bn = NULL;
131 bn = crypto_bignum_init_set(val, order_len);
132 if (bn == NULL)
134 if (crypto_bignum_is_zero(bn) ||
135 crypto_bignum_is_one(bn) ||
136 crypto_bignum_cmp(bn, sae->tmp->order) >= 0) {
137 crypto_bignum_deinit(bn, 0);
144 return bn;