Home
last modified time | relevance | path

Searched refs:crypto_ecdh (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h912 struct crypto_ecdh;
914 struct crypto_ecdh * crypto_ecdh_init(int group);
915 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
916 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
918 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);
919 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh);
Dcrypto_wolfssl.c1715 struct crypto_ecdh { struct
1719 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
1721 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init()
1752 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
1761 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
1793 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
1840 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dcrypto_openssl.c1952 struct crypto_ecdh { struct
1957 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
1959 struct crypto_ecdh *ecdh; in crypto_ecdh_init()
2016 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2076 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2171 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
2181 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
/external/wpa_supplicant_8/src/ap/
Dsta_info.h94 struct crypto_ecdh *ecdh;
296 struct crypto_ecdh *fils_ecdh;
305 struct crypto_ecdh *owe_ecdh;
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h202 struct crypto_ecdh *fils_ecdh;
211 struct crypto_ecdh *owe_ecdh;
/external/wpa_supplicant_8/src/common/
Ddpp.h20 struct crypto_ecdh;
626 struct crypto_ecdh *ecdh;
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h556 struct crypto_ecdh *ecdh;