OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_bignum_mulmod
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto.h
574
*
crypto_bignum_mulmod
- d = a * b (mod c)
581
int
crypto_bignum_mulmod
(const struct crypto_bignum *a,
crypto_openssl.c
1065
int
crypto_bignum_mulmod
(const struct crypto_bignum *a,
function
/external/wpa_supplicant_8/src/common/
sae.c
226
crypto_bignum_mulmod
(y_sqr, r, sae->tmp->prime, num) < 0 ||
227
crypto_bignum_mulmod
(num, r, sae->tmp->prime, num) < 0)
235
if (
crypto_bignum_mulmod
(num, qr, sae->tmp->prime, num) < 0)
243
if (
crypto_bignum_mulmod
(num, qnr, sae->tmp->prime, num) < 0)
766
crypto_bignum_mulmod
(K, sae->tmp->peer_commit_element_ffc,
[
all
...]
Completed in 30 milliseconds