Home
last modified time | relevance | path

Searched refs:mbedtls_block_cipher_setup (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.function37 mbedtls_block_cipher_setup(&ctx, MBEDTLS_CIPHER_ID_NONE));
39 mbedtls_block_cipher_setup(&ctx, MBEDTLS_CIPHER_ID_DES));
55 TEST_EQUAL(0, mbedtls_block_cipher_setup(&ctx, VALID_CIPHER_ID));
77 TEST_EQUAL(0, mbedtls_block_cipher_setup(&ctx, cipher_id));
107 TEST_EQUAL(pre_psa_ret, mbedtls_block_cipher_setup(&ctx, cipher_type));
120 TEST_EQUAL(0, mbedtls_block_cipher_setup(&ctx, cipher_type));
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dblock_cipher_internal.h49 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx,
H A Dblock_cipher.c82 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setup() function
H A Dccm.c62 if ((ret = mbedtls_block_cipher_setup(&ctx->block_cipher_ctx, cipher)) != 0) { in mbedtls_ccm_setkey()
H A Dgcm.c176 if ((ret = mbedtls_block_cipher_setup(&ctx->block_cipher_ctx, cipher)) != 0) { in mbedtls_gcm_setkey()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A Dmd-cipher-dispatch.md583 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx,