Home
last modified time | relevance | path

Searched refs:mbedtls_block_cipher_context_t (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/library/
Dblock_cipher_internal.h30 static inline void mbedtls_block_cipher_init(mbedtls_block_cipher_context_t *ctx) in mbedtls_block_cipher_init()
49 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx,
67 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx,
85 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx,
93 void mbedtls_block_cipher_free(mbedtls_block_cipher_context_t *ctx);
Dblock_cipher.c52 void mbedtls_block_cipher_free(mbedtls_block_cipher_context_t *ctx) in mbedtls_block_cipher_free()
86 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setup()
126 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setkey()
168 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_encrypt()
/mbedtls-latest/tests/suites/
Dtest_suite_block_cipher.function31 mbedtls_block_cipher_context_t ctx;
69 mbedtls_block_cipher_context_t ctx;
99 mbedtls_block_cipher_context_t ctx;
/mbedtls-latest/include/mbedtls/
Dblock_cipher.h70 } mbedtls_block_cipher_context_t; typedef
Dgcm.h60mbedtls_block_cipher_context_t MBEDTLS_PRIVATE(block_cipher_ctx); /*!< The cipher context used. */
Dccm.h88mbedtls_block_cipher_context_t MBEDTLS_PRIVATE(block_cipher_ctx); /*!< The cipher context used.…
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md581 void mbedtls_block_cipher_init(mbedtls_block_cipher_context_t *ctx);
582 void mbedtls_block_cipher_free(mbedtls_block_cipher_context_t *ctx);
583 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx,
585 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx,
588 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx,