Home
last modified time | relevance | path

Searched refs:hwcrypto_gcm (Results 1 – 2 of 2) sorted by relevance

/components/drivers/hwcrypto/
A Dhw_gcm.c28 ctx = rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_GCM, sizeof(struct hwcrypto_gcm)); in rt_hwcrypto_gcm_create()
31 ((struct hwcrypto_gcm *)ctx)->crypt_type = crypt_type; in rt_hwcrypto_gcm_create()
58 struct hwcrypto_gcm *gcm_ctx = (struct hwcrypto_gcm *)ctx; in rt_hwcrypto_gcm_start()
79 struct hwcrypto_gcm *gcm_ctx = (struct hwcrypto_gcm *)ctx; in rt_hwcrypto_gcm_finish()
198 struct hwcrypto_gcm *gcm_des = (struct hwcrypto_gcm *)des; in rt_hwcrypto_gcm_cpy()
199 struct hwcrypto_gcm *gcm_src = (struct hwcrypto_gcm *)src; in rt_hwcrypto_gcm_cpy()
A Dhw_gcm.h20 struct hwcrypto_gcm;
24 rt_err_t (*start)(struct hwcrypto_gcm *gcm_ctx,
26 rt_err_t (*finish)(struct hwcrypto_gcm *gcm_ctx,
33 struct hwcrypto_gcm struct

Completed in 7 milliseconds