Searched refs:mbedtls_block_cipher_context_t (Results 1 – 7 of 7) 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()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()
31 mbedtls_block_cipher_context_t ctx;69 mbedtls_block_cipher_context_t ctx;99 mbedtls_block_cipher_context_t ctx;
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.…
581 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,