Searched defs:key_length (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 97 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()
|
D | btc_config.c | 31 …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/ |
D | eapol_common.h | 54 u8 key_length[2]; member
|
D | wpa_common.h | 164 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/ |
D | ecc_mult_struct.h | 91 uint32_t key_length:1; member
|
/hal_espressif-3.7.0/components/soc/esp32h2/include/soc/ |
D | ecc_mult_struct.h | 93 uint32_t key_length:1; member
|
/hal_espressif-3.7.0/components/mbedtls/test_apps/main/ |
D | test_aes_gcm.c | 548 size_t key_length[] = {16, 32}; variable
|