Home
last modified time | relevance | path

Searched refs:crypto_ec_key (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h921 struct crypto_ec_key;
923 struct crypto_ec_key * crypto_ec_key_parse_priv(const u8 *der, size_t der_len);
924 struct crypto_ec_key * crypto_ec_key_parse_pub(const u8 *der, size_t der_len);
925 void crypto_ec_key_deinit(struct crypto_ec_key *key);
926 struct wpabuf * crypto_ec_key_get_subject_public_key(struct crypto_ec_key *key);
927 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data,
929 int crypto_ec_key_verify_signature(struct crypto_ec_key *key, const u8 *data,
931 int crypto_ec_key_group(struct crypto_ec_key *key);
Dcrypto_openssl.c2187 struct crypto_ec_key { struct
2193 struct crypto_ec_key * crypto_ec_key_parse_priv(const u8 *der, size_t der_len) in crypto_ec_key_parse_priv() argument
2195 struct crypto_ec_key *key; in crypto_ec_key_parse_priv()
2223 struct crypto_ec_key * crypto_ec_key_parse_pub(const u8 *der, size_t der_len) in crypto_ec_key_parse_pub()
2225 struct crypto_ec_key *key; in crypto_ec_key_parse_pub()
2248 void crypto_ec_key_deinit(struct crypto_ec_key *key) in crypto_ec_key_deinit()
2257 struct wpabuf * crypto_ec_key_get_subject_public_key(struct crypto_ec_key *key) in crypto_ec_key_get_subject_public_key()
2276 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_sign()
2304 int crypto_ec_key_verify_signature(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_verify_signature()
2326 int crypto_ec_key_group(struct crypto_ec_key *key) in crypto_ec_key_group()
/external/wpa_supplicant_8/src/common/
Dsae.h31 struct crypto_ec_key *key;
35 struct crypto_ec_key *sign_key_override;
Dsae_pk.c610 struct crypto_ec_key *key; in sae_write_confirm_pk()
777 struct crypto_ec_key *key; in sae_check_confirm_pk()
/external/wpa_supplicant_8/hostapd/
Dsae_pk_gen.c21 struct crypto_ec_key *key = NULL; in main()