Searched refs:input_length (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/aes/ |
D | esp_aes_gcm.c | 487 const unsigned char *input, size_t input_length, in esp_aes_gcm_update() argument 498 …return mbedtls_gcm_update_soft(ctx->ctx_soft, input, input_length, output, output_size, output_len… in esp_aes_gcm_update() 510 *output_length = input_length; in esp_aes_gcm_update() 521 if ( output > input && (size_t) ( output - input ) < input_length ) { in esp_aes_gcm_update() 539 esp_gcm_ghash(ctx, input, input_length, ctx->ghash); 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() 552 ctx->data_len += input_length; in esp_aes_gcm_update() 556 esp_gcm_ghash(ctx, output, input_length, ctx->ghash); in esp_aes_gcm_update()
|
/hal_espressif-latest/components/mbedtls/port/include/mbedtls/ |
D | gcm.h | 41 const unsigned char *input, size_t input_length,
|
/hal_espressif-latest/components/mbedtls/port/include/aes/ |
D | esp_aes_gcm.h | 171 const unsigned char *input, size_t input_length,
|