HomeSort by relevance Sort by last modified time
    Searched refs:crypto_bignum_init (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/common/
sae.c 377 sae->tmp->pwe_ffc = crypto_bignum_init();
452 sae->tmp->own_commit_element_ffc = crypto_bignum_init();
483 sae->tmp->own_commit_scalar = crypto_bignum_init();
563 K = crypto_bignum_init();
604 tmp = crypto_bignum_init();
869 res = crypto_bignum_init();
  /external/wpa_supplicant_8/src/crypto/
crypto.h 474 * crypto_bignum_init - Allocate memory for bignum
477 struct crypto_bignum * crypto_bignum_init(void);
489 * @n: Bignum from crypto_bignum_init() or crypto_bignum_init_set()
crypto_openssl.c 832 struct crypto_bignum * crypto_bignum_init(void) function

Completed in 96 milliseconds