Searched refs:crypt_op (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cryptodev.h | 171 struct crypt_op { struct 341 #define CIOCCRYPT _IOWR('c', 104, struct crypt_op) 356 #define CIOCASYNCCRYPT _IOW('c', 110, struct crypt_op) 357 #define CIOCASYNCFETCH _IOR('c', 111, struct crypt_op)
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | cryptodev.h | 171 struct crypt_op { struct 339 #define CIOCCRYPT _IOWR('c', 104, struct crypt_op) 354 #define CIOCASYNCCRYPT _IOW('c', 110, struct crypt_op) 355 #define CIOCASYNCFETCH _IOR('c', 111, struct crypt_op)
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | main.c | 56 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() 167 struct crypt_op *cop = &kcop->cop; in __crypto_run_zc() 186 struct crypt_op *cop = &kcop->cop; in crypto_run()
|
| H A D | cryptodev.h | 120 struct crypt_op cop;
|
| H A D | ioctl.c | 767 struct crypt_op *cop = &kcop->cop; in fill_kcop_from_cop() 1071 compat_to_crypt_op(struct compat_crypt_op *compat, struct crypt_op *cop) in compat_to_crypt_op() 1085 crypt_op_to_compat(struct crypt_op *cop, struct compat_crypt_op *compat) in crypt_op_to_compat()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 527 struct crypt_op cryp; in rk_cipher_crypt_virt() 847 struct crypt_op cryp; in rk_hash_update_virt() 874 struct crypt_op cryp; in rk_hash_final()
|