Searched refs:mbedtls_chachapoly_update (Results 1 – 4 of 4) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_chachapoly.function | 180 mbedtls_chachapoly_update( NULL, input_len, 183 mbedtls_chachapoly_update( &ctx, input_len, 186 mbedtls_chachapoly_update( &ctx, input_len, 225 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output ) 236 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output ) 248 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output ) 256 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output ) 258 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | chachapoly.h | 247 int mbedtls_chachapoly_update( mbedtls_chachapoly_context *ctx,
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | chachapoly.c | 184 int mbedtls_chachapoly_update( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update() function 312 ret = mbedtls_chachapoly_update( ctx, length, input, output ); in chachapoly_crypt_and_tag()
|
D | cipher.c | 558 return( mbedtls_chachapoly_update( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update()
|