Lines Matching refs:crypto_ecdh
2084 struct crypto_ecdh { struct
2089 static struct crypto_ecdh * _crypto_ecdh_init(int group) in _crypto_ecdh_init() argument
2091 struct crypto_ecdh *ecdh = NULL; in _crypto_ecdh_init()
2129 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init()
2131 struct crypto_ecdh *ret = NULL; in crypto_ecdh_init()
2153 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2()
2155 struct crypto_ecdh *ret = NULL; in crypto_ecdh_init2()
2183 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
2199 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2231 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2290 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()