Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/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()
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()
/optee_os/lib/libmbedtls/mbedtls/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.…