Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchachapoly.h197 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c143 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update_aad() function
261 ret = mbedtls_chachapoly_update_aad(ctx, aad, aad_len); in chachapoly_crypt_and_tag()
H A Dpsa_crypto_aead.c466 mbedtls_chachapoly_update_aad(&operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
H A Dcipher.c610 return mbedtls_chachapoly_update_aad((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()