Searched refs:kernel_crypt_auth_op (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptodev.h | 132 struct kernel_crypt_auth_op { struct 145 int compat_kcaop_to_user(struct kernel_crypt_auth_op *kcaop, argument 147 int compat_kcaop_from_user(struct kernel_crypt_auth_op *kcaop, 150 int cryptodev_kcaop_from_user(struct kernel_crypt_auth_op *kcop, 152 int cryptodev_kcaop_to_user(struct kernel_crypt_auth_op *kcaop, 154 int crypto_auth_run(struct fcrypt *fcr, struct kernel_crypt_auth_op *kcaop);
|
| 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 | ioctl.c | 932 struct kernel_crypt_auth_op kcaop; in cryptodev_ioctl() 1139 struct kernel_crypt_auth_op kcaop; in cryptodev_compat_ioctl()
|