Searched refs:mbedtls_block_cipher_setup (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_block_cipher.function | 37 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));
|
/mbedtls-latest/library/ |
D | block_cipher_internal.h | 49 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx,
|
D | block_cipher.c | 86 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setup() function
|
D | ccm.c | 62 if ((ret = mbedtls_block_cipher_setup(&ctx->block_cipher_ctx, cipher)) != 0) { in mbedtls_ccm_setkey()
|
D | gcm.c | 176 if ((ret = mbedtls_block_cipher_setup(&ctx->block_cipher_ctx, cipher)) != 0) { in mbedtls_gcm_setkey()
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 583 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx,
|