OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_bignum_init_set
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.c
49
tmp->prime_buf =
crypto_bignum_init_set
(tmp->dh->prime,
57
tmp->order_buf =
crypto_bignum_init_set
(tmp->dh->order,
132
bn =
crypto_bignum_init_set
(val, order_len);
201
x =
crypto_bignum_init_set
(pwd_value, sae->tmp->prime_len);
245
a =
crypto_bignum_init_set
(pwd_value, sae->tmp->prime_len);
253
b =
crypto_bignum_init_set
(exp, sizeof(exp));
257
b =
crypto_bignum_init_set
(exp, sizeof(exp));
760
peer_scalar =
crypto_bignum_init_set
(*pos, sae->tmp->prime_len);
857
crypto_bignum_init_set
(pos, sae->tmp->prime_len);
/external/wpa_supplicant_8/src/crypto/
crypto.h
480
*
crypto_bignum_init_set
- Allocate memory for bignum and set the value
485
struct crypto_bignum *
crypto_bignum_init_set
(const u8 *buf, size_t len);
489
* @n: Bignum from crypto_bignum_init() or
crypto_bignum_init_set
()
crypto_openssl.c
838
struct crypto_bignum *
crypto_bignum_init_set
(const u8 *buf, size_t len)
function
Completed in 40 milliseconds