Searched refs:hwcrypto_type (Results 1 – 8 of 8) sorted by relevance
| /components/drivers/hwcrypto/ |
| A D | hwcrypto.h | 68 } hwcrypto_type; typedef 99 hwcrypto_type type; /**< Encryption and decryption types */ 111 rt_err_t rt_hwcrypto_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type); 131 struct rt_hwcrypto_device *device, hwcrypto_type type); 143 hwcrypto_type type, rt_uint32_t obj_size);
|
| A D | hw_hash.h | 48 hwcrypto_type type); 104 rt_err_t rt_hwcrypto_hash_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type);
|
| A D | hw_hash.c | 23 struct rt_hwcrypto_ctx *rt_hwcrypto_hash_create(struct rt_hwcrypto_device *device, hwcrypto_type ty… in rt_hwcrypto_hash_create() 108 rt_err_t rt_hwcrypto_hash_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type) in rt_hwcrypto_hash_set_type()
|
| A D | hwcrypto.c | 23 rt_err_t rt_hwcrypto_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type) in rt_hwcrypto_set_type() 71 …crypto_ctx_init(struct rt_hwcrypto_ctx *ctx, struct rt_hwcrypto_device *device, hwcrypto_type type) in rt_hwcrypto_ctx_init() 96 struct rt_hwcrypto_ctx *rt_hwcrypto_ctx_create(struct rt_hwcrypto_device *device, hwcrypto_type typ… in rt_hwcrypto_ctx_create()
|
| A D | hw_gcm.h | 36 hwcrypto_type crypt_type; /**< symmetric crypto type. eg: AES/DES */ 49 hwcrypto_type crypt_type);
|
| A D | hw_symmetric.h | 75 hwcrypto_type type); 183 rt_err_t rt_hwcrypto_symmetric_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type);
|
| A D | hw_symmetric.c | 23 …t_hwcrypto_ctx *rt_hwcrypto_symmetric_create(struct rt_hwcrypto_device *device, hwcrypto_type type) in rt_hwcrypto_symmetric_create() 273 rt_err_t rt_hwcrypto_symmetric_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type) in rt_hwcrypto_symmetric_set_type()
|
| A D | hw_gcm.c | 24 hwcrypto_type crypt_type) in rt_hwcrypto_gcm_create()
|
Completed in 10 milliseconds