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 D | test_suite_block_cipher.function | 47 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 D | ccm.c | 132 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 D | gcm.c | 106 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 D | block_cipher_internal.h | 85 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx,
|
H A D | block_cipher.c | 164 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 D | md-cipher-dispatch.md | 588 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx,
|