Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function106 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/
Dchachapoly.h197 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
Dchachapoly.c143 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()
Dpsa_crypto_aead.c466 mbedtls_chachapoly_update_aad(&operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
Dcipher.c570 return mbedtls_chachapoly_update_aad((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()