Searched refs:ESP_AES_ENCRYPT (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/aes/block/ |
D | esp_aes.c | 168 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/ |
D | aes_types.h | 17 #define ESP_AES_ENCRYPT 1 macro
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | aes_ll.h | 71 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/ |
D | aes_ll.h | 60 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/ |
D | aes_ll.h | 60 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/ |
D | aes_ll.h | 60 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/ |
D | aes_ll.h | 60 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/ |
D | aes_ll.h | 61 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
|
/hal_espressif-latest/components/mbedtls/port/aes/ |
D | esp_aes_gcm.c | 555 if (ctx->mode == ESP_AES_ENCRYPT) { in esp_aes_gcm_update()
|
/hal_espressif-latest/components/mbedtls/port/aes/dma/ |
D | esp_aes.c | 662 ctx->key_in_hardware = aes_hal_setkey(ctx->key, ctx->key_bytes, ESP_AES_ENCRYPT); in esp_internal_aes_encrypt()
|