Home
last modified time | relevance | path

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

/mbedtls-3.6.0/tests/suites/
Dtest_suite_chachapoly.function104 TEST_ASSERT(mbedtls_chachapoly_update(&ctx, input_len, input, output)
115 TEST_ASSERT(mbedtls_chachapoly_update(&ctx, input_len, input, output)
127 TEST_ASSERT(mbedtls_chachapoly_update(&ctx, input_len, input, output)
135 TEST_ASSERT(mbedtls_chachapoly_update(&ctx, input_len, input, output)
137 TEST_ASSERT(mbedtls_chachapoly_update(&ctx, input_len, input, output)
/mbedtls-3.6.0/library/
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()
Dpsa_crypto_aead.c530 mbedtls_chachapoly_update(&operation->ctx.chachapoly, in mbedtls_psa_aead_update()
Dcipher.c623 return mbedtls_chachapoly_update((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update()
/mbedtls-3.6.0/include/mbedtls/
Dchachapoly.h232 int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx,