Searched refs:crypto_bignum_init_set (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c49 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);
289 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);
956 peer_scalar = crypto_bignum_init_set(*po
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.c49 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);
289 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);
956 peer_scalar = crypto_bignum_init_set(*po
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c49 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);
289 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);
956 peer_scalar = crypto_bignum_init_set(*po
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h503 * crypto_bignum_init_set - Allocate memory for bignum and set the value
508 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
512 * @n: Bignum from crypto_bignum_init() or crypto_bignum_init_set()
H A Dcrypto_openssl.c1007 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h503 * crypto_bignum_init_set - Allocate memory for bignum and set the value
508 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
512 * @n: Bignum from crypto_bignum_init() or crypto_bignum_init_set()
H A Dcrypto_openssl.c1007 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h503 * crypto_bignum_init_set - Allocate memory for bignum and set the value
508 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
512 * @n: Bignum from crypto_bignum_init() or crypto_bignum_init_set()
H A Dcrypto_openssl.c1007 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) function

Completed in 263 milliseconds