OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crypto_ec
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.h
34
struct
crypto_ec
*ec;
/external/wpa_supplicant_8/src/crypto/
crypto.h
649
* struct
crypto_ec
- Elliptic curve context
654
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
[
all
...]
crypto_openssl.c
1245
struct
crypto_ec
{
struct
1254
struct
crypto_ec
* crypto_ec_init(int group)
1256
struct
crypto_ec
*e;
1322
void crypto_ec_deinit(struct
crypto_ec
*e)
1336
struct crypto_ec_point * crypto_ec_point_init(struct
crypto_ec
*e)
1346
size_t crypto_ec_prime_len(struct
crypto_ec
*e)
1352
size_t crypto_ec_prime_len_bits(struct
crypto_ec
*e)
1358
const struct crypto_bignum * crypto_ec_get_prime(struct
crypto_ec
*e)
1364
const struct crypto_bignum * crypto_ec_get_order(struct
crypto_ec
*e)
1379
int crypto_ec_point_to_bin(struct
crypto_ec
*e
[
all
...]
Completed in 85 milliseconds