Searched refs:hpke_base_open (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto.h | 1373 struct wpabuf * hpke_base_open(enum hpke_kem_id kem_id,
|
H A D | crypto_module_tests.c | 2356 res_pt = hpke_base_open(test->kem_id, test->kdf_id, test->aead_id, in run_hpke_test() 2418 res_pt = hpke_base_open(test->kem_id, test->kdf_id, test->aead_id, in run_hpke_test()
|
H A D | crypto_openssl.c | 5482 struct wpabuf * hpke_base_open(enum hpke_kem_id kem_id, in hpke_base_open() function 5563 struct wpabuf * hpke_base_open(enum hpke_kem_id kem_id, in hpke_base_open() function
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 2853 pt = hpke_base_open(kem_id, kdf_id, aead_id, own_key, NULL, 0, in hostapd_dpp_rx_priv_peer_intro_update()
|