OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_ec
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto.h
623
* struct
crypto_ec
- Elliptic curve context
628
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
[
all
...]
crypto_openssl.c
1017
struct
crypto_ec
{
struct
1024
struct
crypto_ec
* crypto_ec_init(int group)
1026
struct
crypto_ec
*e;
1070
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 27 milliseconds