Searched defs:kcaop (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | authenc.c | 53 static int get_userbuf_tls(struct csession *ses, struct kernel_crypt_auth_op *kcaop, in get_userbuf_tls() 104 static int get_userbuf_srtp(struct csession *ses, struct kernel_crypt_auth_op *kcaop, in get_userbuf_srtp() 213 static int fill_kcaop_from_caop(struct kernel_crypt_auth_op *kcaop, struct fcrypt *fcr) in fill_kcaop_from_caop() 260 static int fill_caop_from_kcaop(struct kernel_crypt_auth_op *kcaop, struct fcrypt *fcr) in fill_caop_from_kcaop() 278 int cryptodev_kcaop_from_user(struct kernel_crypt_auth_op *kcaop, in cryptodev_kcaop_from_user() 289 int cryptodev_kcaop_to_user(struct kernel_crypt_auth_op *kcaop, in cryptodev_kcaop_to_user() 346 int compat_kcaop_from_user(struct kernel_crypt_auth_op *kcaop, in compat_kcaop_from_user() 363 int compat_kcaop_to_user(struct kernel_crypt_auth_op *kcaop, in compat_kcaop_to_user() 437 tls_auth_n_crypt(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop, in tls_auth_n_crypt() 559 srtp_auth_n_crypt(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop, in srtp_auth_n_crypt() [all …]
|
| H A D | rk_cryptodev.c | 749 static int rk_auth_fd_n_crypt(struct csession *ses_ptr, struct kernel_crypt_auth_fd_op *kcaop, in rk_auth_fd_n_crypt() 803 struct kernel_crypt_auth_fd_op *kcaop) in crypto_auth_fd_zc_rk() 934 struct kernel_crypt_auth_fd_op *kcaop) in __crypto_auth_fd_run_zc() 947 static int crypto_auth_fd_run(struct fcrypt *fcr, struct kernel_crypt_auth_fd_op *kcaop) in crypto_auth_fd_run() 1038 static int fill_kcaop_fd_from_caop(struct kernel_crypt_auth_fd_op *kcaop, struct fcrypt *fcr) in fill_kcaop_fd_from_caop() 1076 static int fill_caop_fd_from_kcaop(struct kernel_crypt_auth_fd_op *kcaop, struct fcrypt *fcr) in fill_caop_fd_from_kcaop() 1093 static int kcaop_fd_from_user(struct kernel_crypt_auth_fd_op *kcaop, in kcaop_fd_from_user() 1104 static int kcaop_fd_to_user(struct kernel_crypt_auth_fd_op *kcaop, in kcaop_fd_to_user() 1129 struct kernel_crypt_auth_fd_op kcaop; in rk_cryptodev_ioctl() local
|
| H A D | ioctl.c | 932 struct kernel_crypt_auth_op kcaop; in cryptodev_ioctl() local 1139 struct kernel_crypt_auth_op kcaop; in cryptodev_compat_ioctl() local
|