Lines Matching defs:mbedtls_cipher_base_t
43 struct mbedtls_cipher_base_t struct
46 mbedtls_cipher_id_t cipher;
49 int (*ecb_func)( void *ctx, mbedtls_operation_t mode,
54 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length,
61 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off,
68 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off,
75 int (*stream_func)( void *ctx, size_t length,
80 int (*setkey_enc_func)( void *ctx, const unsigned char *key,
84 int (*setkey_dec_func)( void *ctx, const unsigned char *key,
88 void * (*ctx_alloc_func)( void );
91 void (*ctx_free_func)( void *ctx );