Searched refs:crypto_bignum_is_odd (Results 1 – 4 of 4) sorted by relevance
673 int crypto_bignum_is_odd(const struct crypto_bignum *a);
1218 int crypto_bignum_is_odd(const struct crypto_bignum *a) in crypto_bignum_is_odd() function
1497 int crypto_bignum_is_odd(const struct crypto_bignum *a) in crypto_bignum_is_odd() function
288 mask = const_time_eq_u8(crypto_bignum_is_odd(tmp1), 1); in compute_password_element()