Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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);
H A Dblock_cipher.c52 void mbedtls_block_cipher_free(mbedtls_block_cipher_context_t *ctx) in mbedtls_block_cipher_free()
82 int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setup()
122 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setkey()
164 int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_encrypt()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dblock_cipher.h70 } mbedtls_block_cipher_context_t; typedef
H A Dgcm.h60mbedtls_block_cipher_context_t MBEDTLS_PRIVATE(block_cipher_ctx); /*!< The cipher context used. */
H A Dccm.h88mbedtls_block_cipher_context_t MBEDTLS_PRIVATE(block_cipher_ctx); /*!< The cipher context used.…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A 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,