Home
last modified time | relevance | path

Searched defs:mbedtls_cipher_base_t (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Dcipher_wrap.h74 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,
[all …]
/mbedtls-latest/include/mbedtls/
Dcipher.h244 typedef struct mbedtls_cipher_base_t mbedtls_cipher_base_t; typedef