Lines Matching defs:mbedtls_cipher_base_t
74 struct mbedtls_cipher_base_t { struct
76 mbedtls_cipher_id_t cipher;
79 int (*ecb_func)(void *ctx, mbedtls_operation_t mode,
84 int (*cbc_func)(void *ctx, mbedtls_operation_t mode, size_t length,
91 int (*cfb_func)(void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off,
98 int (*ofb_func)(void *ctx, size_t length, size_t *iv_off,
106 int (*ctr_func)(void *ctx, size_t length, size_t *nc_off,
113 int (*xts_func)(void *ctx, mbedtls_operation_t mode, size_t length,
120 int (*stream_func)(void *ctx, size_t length,
125 int (*setkey_enc_func)(void *ctx, const unsigned char *key,
130 int (*setkey_dec_func)(void *ctx, const unsigned char *key,
135 void * (*ctx_alloc_func)(void);
138 void (*ctx_free_func)(void *ctx);