/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ccm.function | 37 TEST_EQUAL(0, mbedtls_ccm_update(ctx, input->x, n1, output, n1, &olen)); 45 TEST_EQUAL(0, mbedtls_ccm_update(ctx, input->x + n1, n2, output, n2, &olen)); 250 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len, output, msg->len, &olen)); 505 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len, output, result->len, &olen)); 613 mbedtls_ccm_update(&ctx, msg->x, msg->len, output, msg->len, &olen)); 718 mbedtls_ccm_update(&ctx, msg->x, msg->len, output, msg->len, &olen)); 745 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len - 1, output, msg->len, &olen)); 779 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len, output, msg->len, &olen)); 782 mbedtls_ccm_update(&ctx, msg->x, 1, output, 1, &olen)); 814 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len - 1, output, msg->len + 1, &olen)); [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ccm.function | 37 TEST_EQUAL(0, mbedtls_ccm_update(ctx, input->x, n1, output, n1, &olen)); 45 TEST_EQUAL(0, mbedtls_ccm_update(ctx, input->x + n1, n2, output, n2, &olen)); 261 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len, output, msg->len, &olen)); 524 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len, output, result->len, &olen)); 640 mbedtls_ccm_update(&ctx, msg->x, msg->len, output, msg->len, &olen)); 753 mbedtls_ccm_update(&ctx, msg->x, msg->len, output, msg->len, &olen)); 782 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len - 1, output, msg->len, &olen)); 818 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len, output, msg->len, &olen)); 821 mbedtls_ccm_update(&ctx, msg->x, 1, output, 1, &olen)); 855 TEST_EQUAL(0, mbedtls_ccm_update(&ctx, msg->x, msg->len - 1, output, msg->len + 1, &olen)); [all …]
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ccm.c | 318 int mbedtls_ccm_update(mbedtls_ccm_context *ctx, in mbedtls_ccm_update() function 482 if ((ret = mbedtls_ccm_update(ctx, input, length, in ccm_auth_crypt()
|
H A D | psa_crypto_aead.c | 517 mbedtls_ccm_update(&operation->ctx.ccm, in mbedtls_psa_aead_update()
|
H A D | cipher.c | 614 return mbedtls_ccm_update((mbedtls_ccm_context *) ctx->cipher_ctx, in mbedtls_cipher_update()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ccm.c | 358 int mbedtls_ccm_update(mbedtls_ccm_context *ctx, in mbedtls_ccm_update() function 533 if ((ret = mbedtls_ccm_update(ctx, input, length, in ccm_auth_crypt()
|
H A D | psa_crypto_aead.c | 513 mbedtls_ccm_update(&operation->ctx.ccm, in mbedtls_psa_aead_update()
|
H A D | cipher.c | 630 return mbedtls_ccm_update((mbedtls_ccm_context *) ctx->cipher_ctx, in mbedtls_cipher_update()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ccm.h | 473 int mbedtls_ccm_update(mbedtls_ccm_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ccm.h | 465 int mbedtls_ccm_update(mbedtls_ccm_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 538 `mbedtls_ccm_update_ad()`, `mbedtls_ccm_update()` and `mbedtls_ccm_finish()`.
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 538 `mbedtls_ccm_update_ad()`, `mbedtls_ccm_update()` and `mbedtls_ccm_finish()`.
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1166 mbedtls_ccm_update_ad(), mbedtls_ccm_update(), mbedtls_ccm_finish()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1426 mbedtls_ccm_update_ad(), mbedtls_ccm_update(), mbedtls_ccm_finish()
|