Searched refs:mbedtls_chachapoly_update_aad (Results 1 – 4 of 4) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_chachapoly.function | 172 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/ |
D | chachapoly.h | 212 int mbedtls_chachapoly_update_aad( mbedtls_chachapoly_context *ctx,
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | chachapoly.c | 169 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()
|
D | cipher.c | 490 return( mbedtls_chachapoly_update_aad( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
|