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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dcryptocop.h21 #define CRYPTOCOP_IO_PROCESS_OP _IOWR(ETRAXCRYPTOCOP_IOCTYPE, 3, struct strcop_crypto_op)
83 struct strcop_crypto_op{ struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c242 static void print_strcop_crypto_op(struct strcop_crypto_op *cop);
2380 static size_t first_cfg_change_ix(struct strcop_crypto_op *crp_op)
2393 static size_t next_cfg_change_ix(struct strcop_crypto_op *crp_op, size_t ix)
2475 struct strcop_crypto_op *crp_oper = (struct strcop_crypto_op *)arg;
2476 struct strcop_crypto_op oper = {0};
2518 if (!access_ok(VERIFY_WRITE, crp_oper, sizeof(struct strcop_crypto_op))){
2522 if (copy_from_user(&oper, crp_oper, sizeof(struct strcop_crypto_op))) {
2913 err = copy_to_user((unsigned char*)crp_oper + offsetof(struct strcop_crypto_op, digest), digest_result, digest_length);
2922 err = copy_to_user((unsigned char*)crp_oper + offsetof(struct strcop_crypto_op, csu
[all...]

Completed in 35 milliseconds