Home
last modified time | relevance | path

Searched defs:key_length (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c97 uint8_t key_length) in _btc_storage_add_ble_bonding_key()
134 uint8_t key_length) in btc_storage_add_ble_bonding_key()
158 int key_length) in _btc_storage_get_ble_bonding_key()
193 int key_length) in btc_storage_get_ble_bonding_key()
271 uint8_t key_length) in _btc_storage_add_ble_local_key()
298 uint8_t key_length) in btc_storage_add_ble_local_key()
321 int key_length) in _btc_storage_get_ble_local_key()
349 int key_length) in btc_storage_get_ble_local_key()
403 … uint8_t key_type, void *key_value, int key_length) in _btc_storage_compare_address_key_value()
434 … uint8_t key_type, void *key_value, int key_length) in btc_storage_compare_address_key_value()
Dbtc_config.c31 …mpare_address_key_value(const char *section, const char *key_type, void *key_value, int key_length) in btc_compare_address_key_value()
46 static void btc_key_value_to_string(uint8_t *key_value, char *value_str, int key_length) in btc_key_value_to_string()
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Deapol_common.h54 u8 key_length[2]; member
Dwpa_common.h164 u8 key_length[2]; /* big endian */ member
179 u8 key_length[2]; /* big endian */ member
/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/
Decc_mult_struct.h91 uint32_t key_length:1; member
/hal_espressif-3.7.0/components/soc/esp32h2/include/soc/
Decc_mult_struct.h93 uint32_t key_length:1; member
/hal_espressif-3.7.0/components/mbedtls/test_apps/main/
Dtest_aes_gcm.c548 size_t key_length[] = {16, 32}; variable