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 617 * struct crypto_ec - Elliptic curve context
622 struct crypto_ec;
630 struct crypto_ec * crypto_ec_init(int group);
636 void crypto_ec_deinit(struct crypto_ec *e);
643 size_t crypto_ec_prime_len(struct crypto_ec *e);
650 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
657 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);
664 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
679 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
700 int crypto_ec_point_to_bin(struct crypto_ec *e
    [all...]
crypto_openssl.c 1016 struct crypto_ec { struct
1023 struct crypto_ec * crypto_ec_init(int group)
1025 struct crypto_ec *e;
1069 void crypto_ec_deinit(struct crypto_ec *e)
1081 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e)
1089 size_t crypto_ec_prime_len(struct crypto_ec *e)
1095 size_t crypto_ec_prime_len_bits(struct crypto_ec *e)
1101 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e)
1107 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e)
1122 int crypto_ec_point_to_bin(struct crypto_ec *e
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.h 31 struct crypto_ec *ec;

Completed in 1078 milliseconds