Searched refs:ecdh (Results 1 – 3 of 3) sorted by relevance
1142 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);1146 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh,int y);1147 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
1059 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit() argument1061 mbedtls_ecdh_context *ctx = (mbedtls_ecdh_context *)ecdh; in crypto_ecdh_deinit()1121 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int y) in crypto_ecdh_get_pubkey() argument1125 mbedtls_ecdh_context *ctx = (mbedtls_ecdh_context *)ecdh; in crypto_ecdh_get_pubkey()1141 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() argument1153 mbedtls_ecdh_context *ctx = (mbedtls_ecdh_context *)ecdh; in crypto_ecdh_set_peerkey()
551 struct crypto_ecdh *ecdh; member