Lines Matching defs:kcaop
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()
644 static int rk_auth_n_crypt(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop, in rk_auth_n_crypt()
687 auth_n_crypt(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop, in auth_n_crypt()
733 static int crypto_auth_zc_srtp(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop) in crypto_auth_zc_srtp()
759 static int crypto_auth_zc_tls(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop) in crypto_auth_zc_tls()
806 static int crypto_auth_zc_aead(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop) in crypto_auth_zc_aead()
918 static int crypto_auth_zc_rk(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop) in crypto_auth_zc_rk()
1033 __crypto_auth_run_zc(struct csession *ses_ptr, struct kernel_crypt_auth_op *kcaop) in __crypto_auth_run_zc()
1056 int crypto_auth_run(struct fcrypt *fcr, struct kernel_crypt_auth_op *kcaop) in crypto_auth_run()