Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_chachapoly.function94 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
105 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
117 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
125 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
127 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
/mbedtls-development/include/mbedtls/
A Dchachapoly.h246 int mbedtls_chachapoly_update( mbedtls_chachapoly_context *ctx,
/mbedtls-development/library/
A Dchachapoly.c184 int mbedtls_chachapoly_update( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update() function
298 ret = mbedtls_chachapoly_update( ctx, length, input, output ); in chachapoly_crypt_and_tag()
A Dpsa_crypto_aead.c528 mbedtls_chachapoly_update( &operation->ctx.chachapoly, in mbedtls_psa_aead_update()
A Dcipher.c601 return( mbedtls_chachapoly_update( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update()

Completed in 8 milliseconds