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

  /external/wpa_supplicant_8/src/crypto/
crypto.h 626 * struct crypto_ec - Elliptic curve context
631 struct crypto_ec;
639 struct crypto_ec * crypto_ec_init(int group);
645 void crypto_ec_deinit(struct crypto_ec *e);
652 size_t crypto_ec_prime_len(struct crypto_ec *e);
659 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
666 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);
673 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
688 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
709 int crypto_ec_point_to_bin(struct crypto_ec *e
    [all...]
crypto_openssl.c 1148 struct crypto_ec { struct
1157 struct crypto_ec * crypto_ec_init(int group)
1159 struct crypto_ec *e;
1225 void crypto_ec_deinit(struct crypto_ec *e)
1239 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e)
1247 size_t crypto_ec_prime_len(struct crypto_ec *e)
1253 size_t crypto_ec_prime_len_bits(struct crypto_ec *e)
1259 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e)
1265 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e)
1280 int crypto_ec_point_to_bin(struct crypto_ec *e
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.h 34 struct crypto_ec *ec;

Completed in 359 milliseconds