Home
last modified time | relevance | path

Searched refs:crypt_fd_op (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk_cryptodev.h17 struct crypt_fd_op { struct
77 #define RIOCCRYPT_FD _IOWR('r', 104, struct crypt_fd_op)
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drk_cryptodev.h17 struct crypt_fd_op { struct
75 #define RIOCCRYPT_FD _IOWR('r', 104, struct crypt_fd_op)
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.h46 struct crypt_fd_op cop;
H A Drk_cryptodev.c113 struct crypt_fd_op *cop = &kcop->cop; in fill_kcop_fd_from_cop()
193 hash_n_crypt_fd(struct csession *ses_ptr, struct crypt_fd_op *cop, in hash_n_crypt_fd()
343 struct crypt_fd_op *cop = &kcop->cop; in __crypto_fd_run()
397 struct crypt_fd_op *cop = &kcop->cop; in crypto_fd_run()
1235 compat_to_crypt_fd_op(struct compat_crypt_fd_op *compat, struct crypt_fd_op *cop) in compat_to_crypt_fd_op()
1249 crypt_fd_op_to_compat(struct crypt_fd_op *cop, struct compat_crypt_fd_op *compat) in crypt_fd_op_to_compat()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c484 struct crypt_fd_op cryp; in rk_cipher_crypt()
821 struct crypt_fd_op cryp; in rk_hash_update()