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 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)
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A 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)
|
/aosp_15_r20/external/mbedtls/library/ |
H A 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()
|
H A D | psa_crypto_aead.c | 470 mbedtls_chachapoly_update_aad(&operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
|
H A D | cipher.c | 554 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 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()
|
H A D | psa_crypto_aead.c | 466 mbedtls_chachapoly_update_aad(&operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
|
H A D | cipher.c | 570 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 D | chachapoly.h | 197 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | chachapoly.h | 197 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,
|