Searched refs:mbedtls_chachapoly_update (Results 1 – 5 of 5) sorted by relevance
/mbedtls-3.6.0/tests/suites/ |
D | test_suite_chachapoly.function | 104 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/ |
D | chachapoly.c | 156 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()
|
D | psa_crypto_aead.c | 530 mbedtls_chachapoly_update(&operation->ctx.chachapoly, in mbedtls_psa_aead_update()
|
D | cipher.c | 623 return mbedtls_chachapoly_update((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update()
|
/mbedtls-3.6.0/include/mbedtls/ |
D | chachapoly.h | 232 int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx,
|