Home
last modified time | relevance | path

Searched refs:crypto_ec (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h654 struct crypto_ec;
662 struct crypto_ec * crypto_ec_init(int group);
668 void crypto_ec_deinit(struct crypto_ec *e);
675 size_t crypto_ec_prime_len(struct crypto_ec *e);
682 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
689 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);
696 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
711 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
732 int crypto_ec_point_to_bin(struct crypto_ec *e,
745 struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e,
[all …]
Dcrypto_openssl.c1245 struct crypto_ec { struct
1254 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument
1256 struct crypto_ec *e; in crypto_ec_init()
1322 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()
1336 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1346 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1352 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1358 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1364 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()
1379 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin()
[all …]
/external/wpa_supplicant_8/src/common/
Dsae.h34 struct crypto_ec *ec;