Home
last modified time | relevance | path

Searched defs:ses_ptr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dauthenc.c179 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() local
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()
[all …]
H A Dmain.c56 hash_n_crypt(struct csession *ses_ptr, struct crypt_op *cop, in hash_n_crypt()
104 __crypto_run_std(struct csession *ses_ptr, struct crypt_op *cop) in __crypto_run_std()
164 __crypto_run_zc(struct csession *ses_ptr, struct kernel_crypt_op *kcop) in __crypto_run_zc()
185 struct csession *ses_ptr; in crypto_run() local
H A Drk_cryptodev.c114 struct csession *ses_ptr; in fill_kcop_fd_from_cop() local
193 hash_n_crypt_fd(struct csession *ses_ptr, struct crypt_fd_op *cop, in hash_n_crypt_fd()
340 static int __crypto_fd_run(struct fcrypt *fcr, struct csession *ses_ptr, in __crypto_fd_run()
396 struct csession *ses_ptr; in crypto_fd_run() local
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()
802 static int crypto_auth_fd_zc_rk(struct fcrypt *fcr, struct csession *ses_ptr, in crypto_auth_fd_zc_rk()
933 static int __crypto_auth_fd_run_zc(struct fcrypt *fcr, struct csession *ses_ptr, in __crypto_auth_fd_run_zc()
949 struct csession *ses_ptr; in crypto_auth_fd_run() local
1004 static int rk_cryptodev_get_tag_len(struct csession *ses_ptr) in rk_cryptodev_get_tag_len()
1017 static int rk_cryptodev_fd_get_dst_len(struct crypt_auth_fd_op *caop, struct csession *ses_ptr) in rk_cryptodev_fd_get_dst_len()
[all …]
H A Dioctl.c111 struct csession *ses_new = NULL, *ses_ptr; in crypto_create_session() local
373 crypto_destroy_session(struct csession *ses_ptr) in crypto_destroy_session()
400 struct csession *tmp, *ses_ptr; in crypto_finish_session() local
427 struct csession *tmp, *ses_ptr; in crypto_finish_all_sessions() local
446 struct csession *ses_ptr, *retval = NULL; in crypto_get_session_by_sid() local
478 struct csession *ses_ptr; in crypto_get_sessions_by_sid() local
768 struct csession *ses_ptr; in fill_kcop_from_cop() local
881 struct csession *ses_ptr; in get_session_info() local
H A Dcryptodev.h182 static inline void crypto_put_session(struct csession *ses_ptr) in crypto_put_session()