Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchachapoly.h154 int mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c104 int mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_starts() function
256 ret = mbedtls_chachapoly_starts(ctx, nonce, mode); in chachapoly_crypt_and_tag()
H A Dpsa_crypto_aead.c401 mbedtls_chachapoly_starts(&operation->ctx.chachapoly, in mbedtls_psa_aead_set_nonce()
H A Dcipher.c603 result = mbedtls_chachapoly_starts((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()