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

  /external/wpa_supplicant_8/src/crypto/
crypto.h 631 * crypto_ec_init - Initialize elliptic curve context
636 struct crypto_ec * crypto_ec_init(int group);
640 * @e: EC context from crypto_ec_init()
646 * @e: EC context from crypto_ec_init()
653 * @e: EC context from crypto_ec_init()
660 * @e: EC context from crypto_ec_init()
667 * @e: EC context from crypto_ec_init()
682 * @e: EC context from crypto_ec_init()
696 * @e: EC context from crypto_ec_init()
711 * @e: EC context from crypto_ec_init()
    [all...]
crypto_openssl.c 1024 struct crypto_ec * crypto_ec_init(int group) function
  /external/wpa_supplicant_8/src/common/
sae.c 30 tmp->ec = crypto_ec_init(group);

Completed in 53 milliseconds