Searched refs:mbedtls_chachapoly_update_aad (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_chachapoly.function | 106 TEST_ASSERT(mbedtls_chachapoly_update_aad(&ctx, aad, aad_len) 117 TEST_ASSERT(mbedtls_chachapoly_update_aad(&ctx, aad, aad_len) 129 TEST_ASSERT(mbedtls_chachapoly_update_aad(&ctx, aad, aad_len) 141 TEST_ASSERT(mbedtls_chachapoly_update_aad(&ctx, aad, aad_len) 147 TEST_ASSERT(mbedtls_chachapoly_update_aad(&ctx, aad, aad_len) 149 TEST_ASSERT(mbedtls_chachapoly_update_aad(&ctx, aad, aad_len)
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | chachapoly.h | 197 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | chachapoly.c | 143 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update_aad() function 261 ret = mbedtls_chachapoly_update_aad(ctx, aad, aad_len); in chachapoly_crypt_and_tag()
|
D | psa_crypto_aead.c | 466 mbedtls_chachapoly_update_aad(&operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
|
D | cipher.c | 570 return mbedtls_chachapoly_update_aad((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
|