Home
last modified time | relevance | path

Searched refs:ESP_AES_ENCRYPT (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/aes/block/
Desp_aes.c168 ctx->key_in_hardware = aes_hal_setkey(ctx->key, ctx->key_bytes, ESP_AES_ENCRYPT); in esp_internal_aes_encrypt()
352 ctx->key_in_hardware = aes_hal_setkey(ctx->key, ctx->key_bytes, ESP_AES_ENCRYPT); in esp_aes_crypt_cfb128()
421 ctx->key_in_hardware = aes_hal_setkey(ctx->key, ctx->key_bytes, ESP_AES_ENCRYPT); in esp_aes_crypt_cfb8()
437 if ( mode == ESP_AES_ENCRYPT ) { in esp_aes_crypt_cfb8()
489 ctx->key_in_hardware = aes_hal_setkey(ctx->key, ctx->key_bytes, ESP_AES_ENCRYPT); in esp_aes_crypt_ctr()
558 ctx->key_in_hardware = aes_hal_setkey(ctx->key, ctx->key_bytes, ESP_AES_ENCRYPT); in esp_aes_crypt_ofb()
/hal_espressif-latest/components/hal/include/hal/
Daes_types.h17 #define ESP_AES_ENCRYPT 1 macro
/hal_espressif-latest/components/hal/esp32/include/hal/
Daes_ll.h71 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Daes_ll.h60 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Daes_ll.h60 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Daes_ll.h60 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Daes_ll.h60 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Daes_ll.h61 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c555 if (ctx->mode == ESP_AES_ENCRYPT) { in esp_aes_gcm_update()
/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c662 ctx->key_in_hardware = aes_hal_setkey(ctx->key, ctx->key_bytes, ESP_AES_ENCRYPT); in esp_internal_aes_encrypt()