Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_update (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dnist_kw.c200 ret = mbedtls_cipher_update(&ctx->cipher_ctx, in mbedtls_nist_kw_wrap()
222 ret = mbedtls_cipher_update(&ctx->cipher_ctx, in mbedtls_nist_kw_wrap()
289 ret = mbedtls_cipher_update(&ctx->cipher_ctx, in unwrap()
382 ret = mbedtls_cipher_update(&ctx->cipher_ctx, in mbedtls_nist_kw_unwrap()
H A Dccm.c135 ret = mbedtls_cipher_update(&ctx->cipher_ctx, ctx->ctr, 16, tmp_buf, &olen); in mbedtls_ccm_crypt()
213 ret = mbedtls_cipher_update(&ctx->cipher_ctx, ctx->y, 16, ctx->y, &olen); in ccm_calculate_first_block_if_ready()
341 ret = mbedtls_cipher_update(&ctx->cipher_ctx, ctx->y, 16, ctx->y, &olen); in mbedtls_ccm_update_ad()
410 ret = mbedtls_cipher_update(&ctx->cipher_ctx, ctx->y, 16, ctx->y, &olen); in mbedtls_ccm_update()
445 ret = mbedtls_cipher_update(&ctx->cipher_ctx, ctx->y, 16, ctx->y, &olen); in mbedtls_ccm_update()
H A Dcmac.c108 if ((ret = mbedtls_cipher_update(ctx, L, block_size, L, &olen)) != 0) { in cmac_generate_subkeys()
237 if ((ret = mbedtls_cipher_update(ctx, state, block_size, state, in mbedtls_cipher_cmac_update()
255 if ((ret = mbedtls_cipher_update(ctx, state, block_size, state, in mbedtls_cipher_cmac_update()
314 if ((ret = mbedtls_cipher_update(ctx, state, block_size, state, in mbedtls_cipher_cmac_finish()
H A Dpsa_crypto_cipher.c449 mbedtls_cipher_update(ctx, in psa_cipher_update_ecb()
467 mbedtls_cipher_update(ctx, input, in psa_cipher_update_ecb()
538 mbedtls_cipher_update(&operation->ctx.cipher, input, in mbedtls_psa_cipher_update()
H A Dgcm.c109 ret = mbedtls_cipher_update(&ctx->cipher_ctx, h, 16, h, &olen); in gcm_gen_table()
441 ret = mbedtls_cipher_update(&ctx->cipher_ctx, ctx->y, 16, ctx->base_ectr, &olen); in mbedtls_gcm_starts()
546 ret = mbedtls_cipher_update(&ctx->cipher_ctx, ctx->y, 16, ectr, &olen); in gcm_mask()
H A Dcipher.c619 int mbedtls_cipher_update(mbedtls_cipher_context_t *ctx, const unsigned char *input, in mbedtls_cipher_update() function
1430 if ((ret = mbedtls_cipher_update(ctx, input, ilen, in mbedtls_cipher_crypt()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h982 int mbedtls_cipher_update(mbedtls_cipher_context_t *ctx,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2121 mbedtls_cipher_update()) no longer requires the size of partial inputs to
3833 stated in the mbedtls_cipher_update() documentation. Contributed by
4393 * Fixed potential arithmetic overflows in mbedtls_cipher_update() that could