Home
last modified time | relevance | path

Searched refs:mbedtls_block_cipher_encrypt (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_block_cipher.function47 mbedtls_block_cipher_encrypt(&ctx, buf, buf));
81 TEST_EQUAL(0, mbedtls_block_cipher_encrypt(&ctx, input->x, output));
88 TEST_EQUAL(0, mbedtls_block_cipher_encrypt(&ctx, output, output));
/openthread-latest/third_party/mbedtls/repo/library/
Dblock_cipher_internal.h85 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx,
Dccm.c132 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, ctx->ctr, tmp_buf); in mbedtls_ccm_crypt()
210 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, ctx->y, ctx->y); in ccm_calculate_first_block_if_ready()
338 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, ctx->y, ctx->y); in mbedtls_ccm_update_ad()
407 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, ctx->y, ctx->y); in mbedtls_ccm_update()
442 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, ctx->y, ctx->y); in mbedtls_ccm_update()
Dblock_cipher.c164 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_encrypt() function
Dgcm.c106 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, h, h); in gcm_gen_table()
439 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, ctx->y, ctx->base_ectr); in mbedtls_gcm_starts()
543 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, ctx->y, ectr); in gcm_mask()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md588 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx,