Home
last modified time | relevance | path

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

/components/drivers/hwcrypto/
A Dhw_rng.c29 ctx = rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_RNG, sizeof(struct hwcrypto_rng)); in rt_hwcrypto_rng_create()
A Dhw_hash.c27 ctx = rt_hwcrypto_ctx_create(device, type, sizeof(struct hwcrypto_hash)); in rt_hwcrypto_hash_create()
A Dhw_crc.c28 …crc_ctx = (struct hwcrypto_crc *)rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_CRC, sizeof(struct h… in rt_hwcrypto_crc_create()
A Dhwcrypto.h142 struct rt_hwcrypto_ctx *rt_hwcrypto_ctx_create(struct rt_hwcrypto_device *device,
A Dhw_gcm.c28 ctx = rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_GCM, sizeof(struct hwcrypto_gcm)); in rt_hwcrypto_gcm_create()
A Dhwcrypto.c96 struct rt_hwcrypto_ctx *rt_hwcrypto_ctx_create(struct rt_hwcrypto_device *device, hwcrypto_type typ… in rt_hwcrypto_ctx_create() function
A Dhw_symmetric.c27 ctx = rt_hwcrypto_ctx_create(device, type, sizeof(struct hwcrypto_symmetric)); in rt_hwcrypto_symmetric_create()
A Dhw_bignum.c49 …bignum_default = rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_BIGNUM, sizeof(struct hwcrypto_bignu… in rt_hwcrypto_bignum_default()

Completed in 12 milliseconds