Searched defs:mbedtls_cipher_base_t (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | cipher_internal.h | 69 struct mbedtls_cipher_base_t struct 72 mbedtls_cipher_id_t cipher; 75 int (*ecb_func)( void *ctx, mbedtls_operation_t mode, 80 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, 94 int (*ofb_func)( void *ctx, size_t length, size_t *iv_off, 102 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off, 116 int (*stream_func)( void *ctx, size_t length, 121 int (*setkey_enc_func)( void *ctx, const unsigned char *key, 125 int (*setkey_dec_func)( void *ctx, const unsigned char *key, 129 void * (*ctx_alloc_func)( void ); [all …]
|
H A D | cipher.h | 256 typedef struct mbedtls_cipher_base_t mbedtls_cipher_base_t; typedef
|