Home
last modified time | relevance | path

Searched refs:mbedtls_chachapoly_update_aad (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function172 mbedtls_chachapoly_update_aad( NULL, aad,
175 mbedtls_chachapoly_update_aad( &ctx, NULL,
227 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len )
238 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len )
250 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len )
262 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len )
268 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len )
270 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len )
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dchachapoly.h212 int mbedtls_chachapoly_update_aad( mbedtls_chachapoly_context *ctx,
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dchachapoly.c169 int mbedtls_chachapoly_update_aad( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update_aad() function
308 ret = mbedtls_chachapoly_update_aad( ctx, aad, aad_len ); in chachapoly_crypt_and_tag()
Dcipher.c490 return( mbedtls_chachapoly_update_aad( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update_ad()