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