Home
last modified time | relevance | path

Searched defs:kcop (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c111 static int fill_kcop_fd_from_cop(struct kernel_crypt_fd_op *kcop, struct fcrypt *fcr) in fill_kcop_fd_from_cop()
145 static int fill_cop_fd_from_kcop(struct kernel_crypt_fd_op *kcop, struct fcrypt *fcr) in fill_cop_fd_from_kcop()
164 static int kcop_fd_from_user(struct kernel_crypt_fd_op *kcop, in kcop_fd_from_user()
173 static int kcop_fd_to_user(struct kernel_crypt_fd_op *kcop, in kcop_fd_to_user()
341 struct kernel_crypt_fd_op *kcop) in __crypto_fd_run()
394 static int crypto_fd_run(struct fcrypt *fcr, struct kernel_crypt_fd_op *kcop) in crypto_fd_run()
463 static int kcop_map_fd_from_user(struct kernel_crypt_fd_map_op *kcop, in kcop_map_fd_from_user()
472 static int kcop_map_fd_to_user(struct kernel_crypt_fd_map_op *kcop, in kcop_map_fd_to_user()
610 static int kcop_rsa_from_user(struct kernel_crypt_rsa_op *kcop, in kcop_rsa_from_user()
619 static int kcop_rsa_to_user(struct kernel_crypt_rsa_op *kcop, in kcop_rsa_to_user()
[all …]
H A Dioctl.c78 struct kernel_crypt_op kcop; member
693 static int crypto_async_run(struct crypt_priv *pcr, struct kernel_crypt_op *kcop) in crypto_async_run()
736 struct kernel_crypt_op *kcop) in crypto_async_fetch()
765 static int fill_kcop_from_cop(struct kernel_crypt_op *kcop, struct fcrypt *fcr) in fill_kcop_from_cop()
798 static int fill_cop_from_kcop(struct kernel_crypt_op *kcop, struct fcrypt *fcr) in fill_cop_from_kcop()
817 static int kcop_from_user(struct kernel_crypt_op *kcop, in kcop_from_user()
826 static int kcop_to_user(struct kernel_crypt_op *kcop, in kcop_to_user()
931 struct kernel_crypt_op kcop; in cryptodev_ioctl() local
1098 static int compat_kcop_from_user(struct kernel_crypt_op *kcop, in compat_kcop_from_user()
1110 static int compat_kcop_to_user(struct kernel_crypt_op *kcop, in compat_kcop_to_user()
[all …]
H A Dmain.c164 __crypto_run_zc(struct csession *ses_ptr, struct kernel_crypt_op *kcop) in __crypto_run_zc()
183 int crypto_run(struct fcrypt *fcr, struct kernel_crypt_op *kcop) in crypto_run()