Home
last modified time | relevance | path

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

/third_party/mbedtls/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 ) );
248 TEST_EQUAL( 0, mbedtls_ccm_update( &ctx, msg->x, msg->len, output, msg->len, &olen ) );
503 TEST_EQUAL( 0, mbedtls_ccm_update( &ctx, msg->x, msg->len, output, result->len, &olen ) );
610 …TEST_EQUAL( MBEDTLS_ERR_CCM_BAD_INPUT, mbedtls_ccm_update( &ctx, msg->x, msg->len, output, msg->le…
715 mbedtls_ccm_update( &ctx, msg->x, msg->len, output, msg->len, &olen ) );
742 TEST_EQUAL( 0, mbedtls_ccm_update( &ctx, msg->x, msg->len - 1, output, msg->len, &olen ) );
776 TEST_EQUAL( 0, mbedtls_ccm_update( &ctx, msg->x, msg->len, output, msg->len, &olen ) );
779 mbedtls_ccm_update( &ctx, msg->x, 1, output, 1, &olen ) );
811 TEST_EQUAL( 0, mbedtls_ccm_update( &ctx, msg->x, msg->len - 1, output, msg->len + 1, &olen ) );
[all …]
/third_party/mbedtls/include/mbedtls/
Dccm.h479 int mbedtls_ccm_update( mbedtls_ccm_context *ctx,
/third_party/mbedtls/library/
Dccm.c340 int mbedtls_ccm_update( mbedtls_ccm_context *ctx, in mbedtls_ccm_update() function
506 if( ( ret = mbedtls_ccm_update( ctx, input, length, in ccm_auth_crypt()
Dpsa_crypto_aead.c558 mbedtls_ccm_update( &operation->ctx.ccm, in mbedtls_psa_aead_update()
Dcipher.c571 return( mbedtls_ccm_update( (mbedtls_ccm_context *) ctx->cipher_ctx, in mbedtls_cipher_update()
/third_party/mbedtls/docs/
D3.0-migration-guide.md510 `mbedtls_ccm_update_ad()`, `mbedtls_ccm_update()` and `mbedtls_ccm_finish()`.
/third_party/mbedtls/
DChangeLog155 mbedtls_ccm_update_ad(), mbedtls_ccm_update(), mbedtls_ccm_finish()