Home
last modified time | relevance | path

Searched refs:mbedtls_chachapoly_update (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchachapoly.h232 int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c156 int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update() function
266 ret = mbedtls_chachapoly_update(ctx, length, input, output); in chachapoly_crypt_and_tag()
H A Dpsa_crypto_aead.c526 mbedtls_chachapoly_update(&operation->ctx.chachapoly, in mbedtls_psa_aead_update()
H A Dcipher.c679 return mbedtls_chachapoly_update((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update()