Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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)
/aosp_15_r20/external/mbedtls/tests/suites/
H A 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)
/aosp_15_r20/external/mbedtls/library/
H A 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()
H A Dpsa_crypto_aead.c470 mbedtls_chachapoly_update_aad(&operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
H A Dcipher.c554 return mbedtls_chachapoly_update_aad((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
H A Dpsa_crypto_aead.c466 mbedtls_chachapoly_update_aad(&operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
H A Dcipher.c570 return mbedtls_chachapoly_update_aad((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dchachapoly.h197 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dchachapoly.h197 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,