Searched refs:mbedtls_block_cipher_context_t (Results 1 – 5 of 5) sorted by relevance
30 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);
52 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()
70 } mbedtls_block_cipher_context_t; typedef
60 …mbedtls_block_cipher_context_t MBEDTLS_PRIVATE(block_cipher_ctx); /*!< The cipher context used. */
88 …mbedtls_block_cipher_context_t MBEDTLS_PRIVATE(block_cipher_ctx); /*!< The cipher context used.…