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.h628 struct crypto_ec;
636 struct crypto_ec * crypto_ec_init(int group);
642 void crypto_ec_deinit(struct crypto_ec *e);
649 size_t crypto_ec_prime_len(struct crypto_ec *e);
656 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
663 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);
670 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
685 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
706 int crypto_ec_point_to_bin(struct crypto_ec *e,
719 struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e,
[all …]
Dcrypto_openssl.c1017 struct crypto_ec { struct
1024 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument
1026 struct crypto_ec *e; in crypto_ec_init()
1070 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()
1081 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1089 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1095 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1101 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1107 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()
1122 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin()
[all …]
/external/wpa_supplicant_8/src/common/
Dsae.h31 struct crypto_ec *ec;