]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Move dpp_set_pubkey_point_group() to crypto.h
authorCedric Izoard <cedric.izoard@laposte.net>
Mon, 28 Jun 2021 16:25:24 +0000 (18:25 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 26 Oct 2021 16:50:54 +0000 (19:50 +0300)
commit9c1632908d9aa83944af9f0aef660eac185dbe24
treeb983b9bb5a9978540a9db623d665156b00019cf9
parente84b143e1a164667e7f864a53b80b792f8466205
DPP: Move dpp_set_pubkey_point_group() to crypto.h

Move code of dpp_set_pubkey_point_group() into crypto.h API. This
function initializes an EC public key using coordinates of the EC point
in binary format.

Signed-off-by: Cedric Izoard <cedric.izoard@ceva-dsp.com>
src/common/dpp.c
src/common/dpp_crypto.c
src/common/dpp_i.h
src/crypto/crypto.h
src/crypto/crypto_openssl.c