Home
last modified time | relevance | path

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

/mbedtls-3.5.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.5.0/include/mbedtls/
Dchachapoly.h244 int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx,
/mbedtls-3.5.0/library/
Dchachapoly.c167 int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update() function
277 ret = mbedtls_chachapoly_update(ctx, length, input, output); in chachapoly_crypt_and_tag()
Dpsa_crypto_aead.c542 mbedtls_chachapoly_update(&operation->ctx.chachapoly, in mbedtls_psa_aead_update()
Dcipher.c578 return mbedtls_chachapoly_update((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update()