Searched refs:crypto_bignum_rshift (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 666 int crypto_bignum_rshift(const struct crypto_bignum *a, int n,
|
D | crypto_wolfssl.c | 1231 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift() function
|
D | crypto_openssl.c | 1545 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift() function
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 745 crypto_bignum_rshift(t1, 1, t1) < 0 || in sswu() 780 crypto_bignum_rshift(t1, 2, t1) < 0 || in sswu()
|