Searched refs:mbedtls_chachapoly_update_aad (Results 1 – 5 of 5) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_chachapoly.function | 96 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len ) 107 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len ) 119 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len ) 131 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len ) 137 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len ) 139 TEST_ASSERT( mbedtls_chachapoly_update_aad( &ctx, aad, aad_len )
|
/mbedtls-development/include/mbedtls/ |
A D | chachapoly.h | 211 int mbedtls_chachapoly_update_aad( mbedtls_chachapoly_context *ctx,
|
/mbedtls-development/library/ |
A D | chachapoly.c | 169 int mbedtls_chachapoly_update_aad( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update_aad() function 294 ret = mbedtls_chachapoly_update_aad( ctx, aad, aad_len ); in chachapoly_crypt_and_tag()
|
A D | psa_crypto_aead.c | 478 mbedtls_chachapoly_update_aad( &operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
|
A D | cipher.c | 524 return( mbedtls_chachapoly_update_aad( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
|
Completed in 8 milliseconds