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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_mppe.c78 * static data area. That means sha_pad needs to be kmalloc'd.
81 struct sha_pad { struct
85 static struct sha_pad *sha_pad; variable in typeref:struct:sha_pad
87 static inline void sha_pad_init(struct sha_pad *shapad)
145 nbytes += setup_sg(&sg[1], sha_pad->sha_pad1,
146 sizeof(sha_pad->sha_pad1));
148 nbytes += setup_sg(&sg[3], sha_pad->sha_pad2,
149 sizeof(sha_pad->sha_pad2));
719 sha_pad
[all...]

Completed in 42 milliseconds