Searched defs:mbedtls_cipher_base_t (Results 1 – 4 of 4) sorted by relevance
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | cipher_internal.h | 44 struct mbedtls_cipher_base_t struct 47 mbedtls_cipher_id_t cipher; 50 int (*ecb_func)( void *ctx, mbedtls_operation_t mode, 55 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, 62 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 69 int (*ofb_func)( void *ctx, size_t length, size_t *iv_off, 77 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off, 84 int (*xts_func)( void *ctx, mbedtls_operation_t mode, size_t length, 91 int (*stream_func)( void *ctx, size_t length, 96 int (*setkey_enc_func)( void *ctx, const unsigned char *key, [all …]
|
| D | cipher.h | 231 typedef struct mbedtls_cipher_base_t mbedtls_cipher_base_t; typedef
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | cipher_wrap.h | 42 struct mbedtls_cipher_base_t struct 45 mbedtls_cipher_id_t cipher; 48 int (*ecb_func)( void *ctx, mbedtls_operation_t mode, 53 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, 60 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 67 int (*ofb_func)( void *ctx, size_t length, size_t *iv_off, 75 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off, 82 int (*xts_func)( void *ctx, mbedtls_operation_t mode, size_t length, 89 int (*stream_func)( void *ctx, size_t length, 94 int (*setkey_enc_func)( void *ctx, const unsigned char *key, [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/ |
| D | cipher.h | 261 typedef struct mbedtls_cipher_base_t mbedtls_cipher_base_t; typedef
|