Lines Matching refs:crypto_ecdh
2629 struct crypto_ecdh { struct
2634 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
2637 struct crypto_ecdh *ecdh; in crypto_ecdh_init()
2663 struct crypto_ecdh *ecdh; in crypto_ecdh_init()
2721 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2()
2724 struct crypto_ecdh *ecdh; in crypto_ecdh_init2()
2743 struct crypto_ecdh *ecdh; in crypto_ecdh_init2()
2768 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2851 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2992 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
3002 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()