Searched refs:nonce_counter (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/aes/block/ |
D | esp_aes.c | 456 unsigned char nonce_counter[16], in esp_aes_crypt_ctr() 472 if (!nonce_counter) { in esp_aes_crypt_ctr() 494 ret = esp_aes_block(ctx, nonce_counter, stream_block); in esp_aes_crypt_ctr() 500 if ( ++nonce_counter[i - 1] != 0 ) { in esp_aes_crypt_ctr()
|
/hal_espressif-latest/components/mbedtls/port/aes/ |
D | esp_aes_gcm.c | 503 uint8_t nonce_counter[AES_BLOCK_BYTES] = {0}; in esp_aes_gcm_update() local 531 increment32_j0(ctx, nonce_counter); in esp_aes_gcm_update() 534 memcpy(nonce_counter, ctx->J0, AES_BLOCK_BYTES); in esp_aes_gcm_update() 543 …int ret = esp_aes_crypt_ctr(&ctx->aes_ctx, input_length, &nc_off, nonce_counter, stream, input, ou… in esp_aes_gcm_update() 549 memcpy(ctx->J0, nonce_counter, AES_BLOCK_BYTES); in esp_aes_gcm_update()
|
/hal_espressif-latest/components/mbedtls/port/include/aes/ |
D | esp_aes.h | 256 unsigned char nonce_counter[16],
|
/hal_espressif-latest/components/mbedtls/port/aes/dma/ |
D | esp_aes.c | 1028 unsigned char nonce_counter[16], in esp_aes_crypt_ctr() 1044 if (!nonce_counter) { in esp_aes_crypt_ctr() 1075 aes_hal_set_iv(nonce_counter); in esp_aes_crypt_ctr() 1084 aes_hal_read_iv(nonce_counter); in esp_aes_crypt_ctr()
|
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/ |
D | mbedtls_rom_osi.h | 426 …bedtls_aes_context *ctx, size_t length, size_t *nc_off, unsigned char nonce_counter[16], unsigned …
|