Searched defs:iv_off (Results 1 – 3 of 3) sorted by relevance
171 void rt_hwcrypto_gcm_set_ivoff(struct rt_hwcrypto_ctx *ctx, rt_int32_t iv_off) in rt_hwcrypto_gcm_set_ivoff()182 void rt_hwcrypto_gcm_get_ivoff(struct rt_hwcrypto_ctx *ctx, rt_int32_t *iv_off) in rt_hwcrypto_gcm_get_ivoff()
189 void rt_hwcrypto_symmetric_set_ivoff(struct rt_hwcrypto_ctx *ctx, rt_int32_t iv_off) in rt_hwcrypto_symmetric_set_ivoff()205 void rt_hwcrypto_symmetric_get_ivoff(struct rt_hwcrypto_ctx *ctx, rt_int32_t *iv_off) in rt_hwcrypto_symmetric_get_ivoff()
59 rt_uint16_t iv_off; /**< The offset in IV */ member
Completed in 4 milliseconds