/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ccm_mode.c | 81 (void) tc_aes_encrypt(T, T, sched); in ccm_cbc_mac() 123 if (!tc_aes_encrypt(buffer, nonce, sched)) { in ccm_ctr_mode() 169 (void) tc_aes_encrypt(tag, b, c->sched); in tc_ccm_generation_encryption() 189 (void) tc_aes_encrypt(b, b, c->sched); in tc_ccm_generation_encryption() 234 (void) tc_aes_encrypt(b, b, c->sched); in tc_ccm_decryption_verification() 250 (void) tc_aes_encrypt(b, b, c->sched); in tc_ccm_decryption_verification()
|
D | cmac_mode.c | 115 tc_aes_encrypt(s->iv, s->iv, s->sched); in tc_cmac_setup() 200 tc_aes_encrypt(s->iv, s->iv, s->sched); in tc_cmac_update() 208 tc_aes_encrypt(s->iv, s->iv, s->sched); in tc_cmac_update() 248 tc_aes_encrypt(tag, s->iv, s->sched); in tc_cmac_final()
|
D | ctr_prng.c | 93 (void)tc_aes_encrypt(output_block, ctx->V, &ctx->key); in tc_ctr_prng_update() 247 (void)tc_aes_encrypt(output_block, ctx->V, &ctx->key); in tc_ctr_prng_generate()
|
D | ctr_mode.c | 66 if (tc_aes_encrypt(buffer, nonce, sched)) { in tc_ctr_mode()
|
D | cbc_mode.c | 66 (void)tc_aes_encrypt(buffer, buffer, sched); in tc_cbc_mode_encrypt()
|
D | aes_encrypt.c | 158 int tc_aes_encrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_encrypt() function
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ccm_mode.c | 81 (void) tc_aes_encrypt(T, T, sched); in ccm_cbc_mac() 123 if (!tc_aes_encrypt(buffer, nonce, sched)) { in ccm_ctr_mode() 169 (void) tc_aes_encrypt(tag, b, c->sched); in tc_ccm_generation_encryption() 189 (void) tc_aes_encrypt(b, b, c->sched); in tc_ccm_generation_encryption() 234 (void) tc_aes_encrypt(b, b, c->sched); in tc_ccm_decryption_verification() 250 (void) tc_aes_encrypt(b, b, c->sched); in tc_ccm_decryption_verification()
|
D | cmac_mode.c | 115 tc_aes_encrypt(s->iv, s->iv, s->sched); in tc_cmac_setup() 200 tc_aes_encrypt(s->iv, s->iv, s->sched); in tc_cmac_update() 208 tc_aes_encrypt(s->iv, s->iv, s->sched); in tc_cmac_update() 248 tc_aes_encrypt(tag, s->iv, s->sched); in tc_cmac_final()
|
D | ctr_prng.c | 93 (void)tc_aes_encrypt(output_block, ctx->V, &ctx->key); in tc_ctr_prng_update() 247 (void)tc_aes_encrypt(output_block, ctx->V, &ctx->key); in tc_ctr_prng_generate()
|
D | ctr_mode.c | 66 if (tc_aes_encrypt(buffer, nonce, sched)) { in tc_ctr_mode()
|
D | cbc_mode.c | 66 (void)tc_aes_encrypt(buffer, buffer, sched); in tc_cbc_mode_encrypt()
|
D | aes_encrypt.c | 158 int tc_aes_encrypt(uint8_t *out, const uint8_t *in, const TCAesKeySched_t s) in tc_aes_encrypt() function
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | aes.h | 93 int tc_aes_encrypt(uint8_t *out, const uint8_t *in,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | aes.h | 93 int tc_aes_encrypt(uint8_t *out, const uint8_t *in,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1937 if (tc_aes_encrypt(enc_data, tmp, &s) == TC_CRYPTO_FAIL) { in bt_mesh_encrypt_le() 1978 if (tc_aes_encrypt(enc_data, plaintext, &s) == TC_CRYPTO_FAIL) { in bt_mesh_encrypt_be()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1952 if (tc_aes_encrypt(enc_data, tmp, &s) == TC_CRYPTO_FAIL) { in bt_mesh_encrypt_le() 1993 if (tc_aes_encrypt(enc_data, plaintext, &s) == TC_CRYPTO_FAIL) { in bt_mesh_encrypt_be()
|