| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| hpke_util.h | 56 uint16_t aead_id; /* code point for aead alg */ member in struct:__anon420
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| hpke.h | 83 uint16_t aead_id; /* AEAD alg id */ member in struct:__anon455
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| hpke_test.c | 1086 uint16_t aead_id = hpke_aead_list[aeadind]; local 1096 hpke_suite.aead_id = aead_id; 1196 aead_str_list[aeadind], aead_id); 1446 hpke_suite.aead_id = 0xbad; 1449 hpke_suite.aead_id = OSSL_HPKE_AEAD_ID_AES_GCM_128; 1793 suite.aead_id = 0x1234; /* bad aead */ 1799 suite.aead_id = def_suite.aead_id; /* good aead */
|
| /src/external/bsd/wpa/dist/src/ap/ |
| dpp_hostapd.c | 2794 enum hpke_aead_id aead_id; local 2846 if (dpp_hpke_suite(curve->ike_group, &kem_id, &kdf_id, &aead_id) < 0) { 2853 pt = hpke_base_open(kem_id, kdf_id, aead_id, own_key, NULL, 0,
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| crypto_module_tests.c | 2200 enum hpke_aead_id aead_id; member in struct:hpke_test 2215 .aead_id = HPKE_AEAD_AES_128_GCM, 2230 .aead_id = HPKE_AEAD_AES_128_GCM, 2245 .aead_id = HPKE_AEAD_AES_256_GCM, 2260 .aead_id = HPKE_AEAD_AES_256_GCM, 2275 .aead_id = HPKE_AEAD_AES_128_GCM, 2290 .aead_id = HPKE_AEAD_AES_256_GCM, 2305 .aead_id = HPKE_AEAD_AES_256_GCM, 2356 res_pt = hpke_base_open(test->kem_id, test->kdf_id, test->aead_id, 2405 res_ct = hpke_base_seal(test->kem_id, test->kdf_id, test->aead_id, [all...] |
| crypto_openssl.c | 4614 enum hpke_aead_id aead_id; member in struct:hpke_context 4632 enum hpke_aead_id aead_id, 4690 ctx->aead_id = aead_id; 4691 switch (aead_id) { 4743 WPA_PUT_BE16(&suite_id[8], ctx->aead_id); 5156 enum hpke_aead_id aead_id, 5167 ctx = hpke_get_context(kem_id, kdf_id, aead_id, peer_pub); 5320 enum hpke_aead_id aead_id, 5330 ctx = hpke_get_context(kem_id, kdf_id, aead_id, own_priv) [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| dpp.h | 426 enum hpke_aead_id aead_id; member in struct:dpp_introduction 714 enum hpke_kdf_id *kdf_id, enum hpke_aead_id *aead_id);
|