Searched refs:rt_hwcrypto_ctx_create (Results 1 – 8 of 8) sorted by relevance
| /components/drivers/hwcrypto/ |
| A D | hw_rng.c | 29 ctx = rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_RNG, sizeof(struct hwcrypto_rng)); in rt_hwcrypto_rng_create()
|
| A D | hw_hash.c | 27 ctx = rt_hwcrypto_ctx_create(device, type, sizeof(struct hwcrypto_hash)); in rt_hwcrypto_hash_create()
|
| A D | hw_crc.c | 28 …crc_ctx = (struct hwcrypto_crc *)rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_CRC, sizeof(struct h… in rt_hwcrypto_crc_create()
|
| A D | hwcrypto.h | 142 struct rt_hwcrypto_ctx *rt_hwcrypto_ctx_create(struct rt_hwcrypto_device *device,
|
| A D | hw_gcm.c | 28 ctx = rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_GCM, sizeof(struct hwcrypto_gcm)); in rt_hwcrypto_gcm_create()
|
| A D | hwcrypto.c | 96 struct rt_hwcrypto_ctx *rt_hwcrypto_ctx_create(struct rt_hwcrypto_device *device, hwcrypto_type typ… in rt_hwcrypto_ctx_create() function
|
| A D | hw_symmetric.c | 27 ctx = rt_hwcrypto_ctx_create(device, type, sizeof(struct hwcrypto_symmetric)); in rt_hwcrypto_symmetric_create()
|
| A D | hw_bignum.c | 49 …bignum_default = rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_BIGNUM, sizeof(struct hwcrypto_bignu… in rt_hwcrypto_bignum_default()
|
Completed in 12 milliseconds