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

  /external/wpa_supplicant_8/src/crypto/
crypto.h 669 * crypto_ec_get_order - Get order of an EC group
673 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
crypto_openssl.c 1265 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) function
  /external/wpa_supplicant_8/src/common/
sae.c 35 tmp->order = crypto_ec_get_order(tmp->ec);
    [all...]

Completed in 141 milliseconds