HomeSort by relevance Sort by last modified time
    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);
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(*pos, sae->tmp->prime_len)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto.h 506 * crypto_bignum_init_set - Allocate memory for bignum and set the value
511 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
515 * @n: Bignum from crypto_bignum_init() or crypto_bignum_init_set()
crypto_openssl.c 1155 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) function
    [all...]

Completed in 77 milliseconds