Searched refs:crypto_bignum_rshift (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/common/ |
D | dragonfly.c | 244 crypto_bignum_rshift(tmp, 2, tmp) < 0 || in dragonfly_sqrt()
|
D | sae.c | 754 crypto_bignum_rshift(t1, 1, t1) < 0 || in sswu()
|
/hostap-latest/src/crypto/ |
D | crypto.h | 675 int crypto_bignum_rshift(const struct crypto_bignum *a, int n,
|
D | crypto_mbedtls_alt.c | 1353 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, struct crypto_bignum *r) in crypto_bignum_rshift() function
|
D | crypto_wolfssl.c | 1528 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift() function
|
D | crypto_openssl.c | 2168 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift() function
|