Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dcipher_internal.h43 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 );
[all …]
Dcipher.h177 typedef struct mbedtls_cipher_base_t mbedtls_cipher_base_t; typedef