Searched refs:owe_ecdh (Results 1 – 3 of 3) sorted by relevance
28 crypto_ecdh_deinit(sm->owe_ecdh); in owe_deinit()29 sm->owe_ecdh = NULL; in owe_deinit()
115 struct crypto_ecdh *owe_ecdh; member
2816 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()2818 if (!sm->owe_ecdh) { in owe_build_assoc_req()2825 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()2859 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()2933 sh_secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, dh_ie+2, dh_len-2); in owe_process_assoc_resp()2941 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()