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,
132 bn = crypto_bignum_init_set(val, order_len);
199 x = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len);
243 a = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len);
251 b = crypto_bignum_init_set(exp, sizeof(exp));
255 b = crypto_bignum_init_set(exp, sizeof(exp));
746 peer_scalar = crypto_bignum_init_set(*pos, sae->tmp->prime_len);
843 crypto_bignum_init_set(pos, sae->tmp->prime_len);
  /external/wpa_supplicant_8/src/crypto/
crypto.h 476 * crypto_bignum_init_set - Allocate memory for bignum and set the value
481 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
485 * @n: Bignum from crypto_bignum_init() or crypto_bignum_init_set()
crypto_openssl.c 832 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) function

Completed in 21 milliseconds