Home
last modified time | relevance | path

Searched refs:strcop_crypto_op (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/cris/include/uapi/arch-v32/arch/
Dcryptocop.h21 #define CRYPTOCOP_IO_PROCESS_OP _IOWR(ETRAXCRYPTOCOP_IOCTYPE, 3, struct strcop_crypto_op)
83 struct strcop_crypto_op{ struct
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c254 static void print_strcop_crypto_op(struct strcop_crypto_op *cop);
2384 static size_t first_cfg_change_ix(struct strcop_crypto_op *crp_op) in first_cfg_change_ix()
2397 static size_t next_cfg_change_ix(struct strcop_crypto_op *crp_op, size_t ix) in next_cfg_change_ix()
2479 struct strcop_crypto_op *crp_oper = (struct strcop_crypto_op *)arg; in cryptocop_ioctl_process()
2480 struct strcop_crypto_op oper = {0}; in cryptocop_ioctl_process()
2522 if (!access_ok(VERIFY_WRITE, crp_oper, sizeof(struct strcop_crypto_op))){ in cryptocop_ioctl_process()
2526 if (copy_from_user(&oper, crp_oper, sizeof(struct strcop_crypto_op))) { in cryptocop_ioctl_process()
2917 …err = copy_to_user((unsigned char*)crp_oper + offsetof(struct strcop_crypto_op, digest), digest_re… in cryptocop_ioctl_process()
2926 …err = copy_to_user((unsigned char*)crp_oper + offsetof(struct strcop_crypto_op, csum), csum_result… in cryptocop_ioctl_process()
3242 static void print_strcop_crypto_op(struct strcop_crypto_op *cop) in print_strcop_crypto_op()