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,
131
bn =
crypto_bignum_init_set
(val, order_len);
186
r =
crypto_bignum_init_set
(tmp, prime_len);
288
x_cand =
crypto_bignum_init_set
(pwd_value, sae->tmp->prime_len);
337
a =
crypto_bignum_init_set
(pwd_value, sae->tmp->prime_len);
345
b =
crypto_bignum_init_set
(exp, sizeof(exp));
349
b =
crypto_bignum_init_set
(exp, sizeof(exp));
401
q =
crypto_bignum_init_set
(tmp, prime_len);
954
peer_scalar =
crypto_bignum_init_set
(*pos, sae->tmp->prime_len)
[
all
...]
/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
934
struct crypto_bignum *
crypto_bignum_init_set
(const u8 *buf, size_t len)
function
Completed in 380 milliseconds