/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | aes_decrypt.c | 62 int tc_aes128_set_decrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_decrypt_key() 92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
D | aes_encrypt.c | 70 int tc_aes128_set_encrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_encrypt_key() 101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
D | ecc_dsa.c | 100 unsigned hash_size, uECC_word_t *k, uint8_t *signature, in uECC_sign_with_k() 165 uECC_word_t k[NUM_ECC_WORDS]; in uECC_sign() local
|
D | cmac_mode.c | 224 uint8_t *k; in tc_cmac_final() local
|
D | ecc.c | 266 wordcount_t i, k; in uECC_vli_mult() local 774 uECC_word_t regularize_k(const uECC_word_t * const k, uECC_word_t *k0, in regularize_k()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | aes_decrypt.c | 62 int tc_aes128_set_decrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_decrypt_key() 92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
D | aes_encrypt.c | 70 int tc_aes128_set_encrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_encrypt_key() 101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
D | ecc_dsa.c | 100 unsigned hash_size, uECC_word_t *k, uint8_t *signature, in uECC_sign_with_k() 164 uECC_word_t k[NUM_ECC_WORDS]; in uECC_sign() local
|
D | cmac_mode.c | 224 uint8_t *k; in tc_cmac_final() local
|
D | ecc.c | 266 wordcount_t i, k; in uECC_vli_mult() local 773 uECC_word_t regularize_k(const uECC_word_t *const k, uECC_word_t *k0, in regularize_k()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_rfc.c | 289 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegInd() 369 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegCnf() 1123 void port_get_credits (tPORT *p_port, UINT8 k) in port_get_credits()
|
D | rfc_port_if.c | 145 UINT8 k; in RFCOMM_ParNegReq() local 191 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in RFCOMM_ParNegRsp()
|
D | rfc_ts_frames.c | 235 void rfc_send_pn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT16 mtu, UINT8 cl, UINT8 k) in rfc_send_pn()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | rc4.c | 19 u32 i, j, k; in rc4_skip() local
|
/hal_espressif-latest/components/esp_adc/ |
D | adc_common.c | 71 for (int k = 0; k < SOC_ADC_CHANNEL_NUM(i); k++) { in adc_hw_calibration() local
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 278 u8 counter, k; in sae_derive_pwe_ecc() local 443 u8 counter, k, sel_counter = 0; in sae_derive_pwe_ffc() local 1377 static int sae_derive_k_ecc(struct sae_data *sae, u8 *k) in sae_derive_k_ecc() 1413 static int sae_derive_k_ffc(struct sae_data *sae, u8 *k) in sae_derive_k_ffc() 1451 static int sae_kdf_hash(size_t hash_len, const u8 *k, const char *label, in sae_kdf_hash() 1462 static int sae_derive_keys(struct sae_data *sae, const u8 *k) in sae_derive_keys() 1599 u8 k[SAE_MAX_PRIME_LEN] = {0}; in sae_process_commit() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | test.c | 38 int i, j, k; in bt_mesh_device_auto_enter_network() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/ |
D | utl.c | 121 UINT16 j, k; in utl_itoa() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | sensor_server.c | 1018 for (int k = i + 1; k < state_count; k++) { in check_sensor_server_init() local 1032 for (int k = j + 1; k < state->setting_count; k++) { in check_sensor_server_init() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | p_256_ecc_pp.c | 159 static void ECC_NAF(uint8_t *naf, uint32_t *NumNAF, DWORD *k, uint32_t keyLength) in ECC_NAF()
|
/hal_espressif-latest/components/hal/ |
D | ecc_hal.c | 45 void ecc_hal_write_mul_param(const uint8_t *k, const uint8_t *px, const uint8_t *py, uint16_t len) in ecc_hal_write_mul_param()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | ecc_mult_struct.h | 145 volatile uint32_t k[8]; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | ecc_mult_struct.h | 153 volatile uint32_t k[8]; member
|
/hal_espressif-latest/components/driver/deprecated/ |
D | adc_dma_legacy.c | 608 for (int k = 0; k < SOC_ADC_CHANNEL_NUM(i); k++) { in adc_hw_calibration() local
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 83 static uint32_t _touch_filter_iir(uint32_t in_now, uint32_t out_last, uint32_t k) in _touch_filter_iir()
|