Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_update_ad (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_gcm.function30 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x, n1_add));
31 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x + n1_add, n2_add));
84 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, NULL, 0));
119 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x, add->len));
541 TEST_EQUAL(mbedtls_gcm_update_ad(&ctx, b16, len_max),
547 TEST_EQUAL(mbedtls_gcm_update_ad(&ctx, b16, 1), 0);
548 TEST_EQUAL(mbedtls_gcm_update_ad(&ctx, b16, len_max - 1),
554 TEST_EQUAL(mbedtls_gcm_update_ad(&ctx, b16, 1), 0);
555 TEST_EQUAL(mbedtls_gcm_update_ad(&ctx, b16, UINT64_MAX), MBEDTLS_ERR_GCM_BAD_INPUT);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_gcm.function30 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x, n1_add));
31 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x + n1_add, n2_add));
84 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, NULL, 0));
119 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x, add->len));
/aosp_15_r20/external/mbedtls/library/
H A Dgcm.c321 int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx, in mbedtls_gcm_update_ad() function
564 if ((ret = mbedtls_gcm_update_ad(ctx, add, add_len)) != 0) { in mbedtls_gcm_crypt_and_tag()
1006 ret = mbedtls_gcm_update_ad(&ctx, in mbedtls_gcm_self_test()
1087 ret = mbedtls_gcm_update_ad(&ctx, in mbedtls_gcm_self_test()
H A Dpsa_crypto_aead.c458 mbedtls_gcm_update_ad(&operation->ctx.gcm, input, input_length)); in mbedtls_psa_aead_update_ad()
H A Dcipher.c533 return mbedtls_gcm_update_ad((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dgcm.c467 int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx, in mbedtls_gcm_update_ad() function
722 if ((ret = mbedtls_gcm_update_ad(ctx, add, add_len)) != 0) { in mbedtls_gcm_crypt_and_tag()
1168 ret = mbedtls_gcm_update_ad(&ctx, in mbedtls_gcm_self_test()
1249 ret = mbedtls_gcm_update_ad(&ctx, in mbedtls_gcm_self_test()
H A Dpsa_crypto_aead.c454 mbedtls_gcm_update_ad(&operation->ctx.gcm, input, input_length)); in mbedtls_psa_aead_update_ad()
H A Dcipher.c549 return mbedtls_gcm_update_ad((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dgcm.h246 int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dgcm.h260 int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genaes.c406 n = mbedtls_gcm_update_ad(&ctx->u.ctx_gcm, in lws_genaes_crypt()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md238 …now only sets the mode and the nonce (IV). Call the new function `mbedtls_gcm_update_ad()` to pass…
248 …s()` now only sets the mode and the nonce (IV). The new function `mbedtls_gcm_update_ad()` receive…
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md238 …now only sets the mode and the nonce (IV). Call the new function `mbedtls_gcm_update_ad()` to pass…
248 …s()` now only sets the mode and the nonce (IV). The new function `mbedtls_gcm_update_ad()` receive…
/aosp_15_r20/external/mbedtls/
H A DChangeLog1258 new function mbedtls_gcm_update_ad().
1476 multiple calls to mbedtls_gcm_update_ad().
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog1518 new function mbedtls_gcm_update_ad().
1736 multiple calls to mbedtls_gcm_update_ad().