Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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));
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
H A 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()
H A Dblock_cipher_internal.h85 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx,
H A Dblock_cipher.c164 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_encrypt() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A Dmd-cipher-dispatch.md588 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx,