Lines Matching refs:csession

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()
179 static int cryptodev_get_tag_len(struct csession *ses_ptr) in cryptodev_get_tag_len()
192 static int cryptodev_get_dst_len(struct crypt_auth_op *caop, struct csession *ses_ptr) in cryptodev_get_dst_len()
216 struct csession *ses_ptr; in fill_kcaop_from_caop()
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()
1058 struct csession *ses_ptr; in crypto_auth_run()