Home
last modified time | relevance | path

Searched defs:k2 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c180 static void cmac_prepare_last_block (BT_OCTET16 k1, BT_OCTET16 k2) in cmac_prepare_last_block()
211 UINT8 k1[BT_OCTET16_LEN], k2[BT_OCTET16_LEN]; in cmac_subkey_cont() local
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-siv.c126 const u8 *k1, *k2; in aes_siv_encrypt() local
169 const u8 *k1, *k2; in aes_siv_decrypt() local
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc_dsa.c106 uECC_word_t *k2[2] = {tmp, s}; in uECC_sign_with_k() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dsa.c106 uECC_word_t *k2[2] = {tmp, s}; in uECC_sign_with_k() local
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h269 u8 k2[DPP_MAX_HASH_LEN]; member
Ddpp.c860 static int dpp_derive_k2(const u8 *Nx, size_t Nx_len, u8 *k2, in dpp_derive_k2()