Home
last modified time | relevance | path

Searched refs:hwcrypto_type (Results 1 – 8 of 8) sorted by relevance

/components/drivers/hwcrypto/
A Dhwcrypto.h68 } 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 Dhw_hash.h48 hwcrypto_type type);
104 rt_err_t rt_hwcrypto_hash_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type);
A Dhw_hash.c23 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 Dhwcrypto.c23 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 Dhw_gcm.h36 hwcrypto_type crypt_type; /**< symmetric crypto type. eg: AES/DES */
49 hwcrypto_type crypt_type);
A Dhw_symmetric.h75 hwcrypto_type type);
183 rt_err_t rt_hwcrypto_symmetric_set_type(struct rt_hwcrypto_ctx *ctx, hwcrypto_type type);
A Dhw_symmetric.c23 …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 Dhw_gcm.c24 hwcrypto_type crypt_type) in rt_hwcrypto_gcm_create()

Completed in 10 milliseconds