Searched defs:kem_id (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/include/internal/ |
H A D | hpke_util.h | 32 uint16_t kem_id; /* code point for key encipherment method */ member
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | hpke.h | 81 uint16_t kem_id; /* Key Encapsulation Method id */ member
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 4600 enum hpke_kem_id kem_id; member 4630 static struct hpke_context * hpke_get_context(enum hpke_kem_id kem_id, in hpke_get_context() 5154 static struct wpabuf * hpke_base_seal_int(enum hpke_kem_id kem_id, in hpke_base_seal_int() 5318 static struct wpabuf * hpke_base_open_int(enum hpke_kem_id kem_id, in hpke_base_open_int() 5357 enum hpke_kem_id kem_id, in hpke_set_suite() 5413 struct wpabuf * hpke_base_seal(enum hpke_kem_id kem_id, in hpke_base_seal() 5482 struct wpabuf * hpke_base_open(enum hpke_kem_id kem_id, in hpke_base_open() 5550 struct wpabuf * hpke_base_seal(enum hpke_kem_id kem_id, in hpke_base_seal() 5563 struct wpabuf * hpke_base_open(enum hpke_kem_id kem_id, in hpke_base_open()
|
H A D | crypto_module_tests.c | 2198 enum hpke_kem_id kem_id; member
|
/freebsd/crypto/openssl/test/ |
H A D | hpke_test.c | 965 uint16_t kem_id = hpke_kem_list[kemind]; in test_hpke_modes_suites() local 1732 static int test_hpke_one_ikm_gen(uint16_t kem_id, in test_hpke_one_ikm_gen()
|
/freebsd/crypto/openssl/crypto/hpke/ |
H A D | hpke.c | 82 static int hpke_kem_id_nist_curve(uint16_t kem_id) in hpke_kem_id_nist_curve()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_crypto.c | 2481 int dpp_hpke_suite(int iana_group, enum hpke_kem_id *kem_id, in dpp_hpke_suite()
|
H A D | dpp.h | 424 enum hpke_kem_id kem_id; member
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 2792 enum hpke_kem_id kem_id; in hostapd_dpp_rx_priv_peer_intro_update() local
|