Searched refs:crypto_bignum_rshift (Results 1 - 9 of 9) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dragonfly.c | 241 crypto_bignum_rshift(tmp, 2, tmp) < 0 || in dragonfly_sqrt()
|
H A D | sae.c | 747 crypto_bignum_rshift(t1, 1, t1) < 0 || in sswu()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dragonfly.c | 241 crypto_bignum_rshift(tmp, 2, tmp) < 0 || in dragonfly_sqrt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 671 * crypto_bignum_rshift - r = a >> n 677 int crypto_bignum_rshift(const struct crypto_bignum *a, int n,
|
H A D | crypto_openssl.c | 1557 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift() function
|
H A D | crypto_wolfssl.c | 1238 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 678 * crypto_bignum_rshift - r = a >> n 684 int crypto_bignum_rshift(const struct crypto_bignum *a, int n,
|
H A D | crypto_wolfssl.c | 1244 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift() function
|
H A D | crypto_openssl.c | 1630 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift() function
|
Completed in 18 milliseconds