Home
last modified time | relevance | path

Searched refs:mbedtls_ccm_update (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_ccm.function37 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 …]
/mbedtls-latest/include/mbedtls/
Dccm.h473 int mbedtls_ccm_update(mbedtls_ccm_context *ctx,
/mbedtls-latest/library/
Dccm.c358 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()
Dpsa_crypto_aead.c513 mbedtls_ccm_update(&operation->ctx.ccm, in mbedtls_psa_aead_update()
Dcipher.c630 return mbedtls_ccm_update((mbedtls_ccm_context *) ctx->cipher_ctx, in mbedtls_cipher_update()
/mbedtls-latest/docs/
D3.0-migration-guide.md538 `mbedtls_ccm_update_ad()`, `mbedtls_ccm_update()` and `mbedtls_ccm_finish()`.
/mbedtls-latest/
DChangeLog1621 mbedtls_ccm_update_ad(), mbedtls_ccm_update(), mbedtls_ccm_finish()