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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A DMakefile.t7 default: ihash thash tlist tmem tnotify turand
10 rm -f ihash ihash.o
23 ihash: ihash.o ../lib/libcsc.a
24 gcc -g -o ihash ihash.o -L../lib -lcsc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dauthenc.c176 u8 *ihash; local
201 ihash = ahreq->result + authsize;
202 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen,
205 err = memcmp(ihash, ahreq->result, authsize) ? -EBADMSG : 0;
225 u8 *ihash; local
240 ihash = ahreq->result + authsize;
241 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen,
244 err = memcmp(ihash, ahreq->result, authsize) ? -EBADMSG : 0;
465 u8 *ihash; local
476 ihash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dgcinode.c246 static unsigned long ihash(ino_t ino, __u64 cno) function
257 struct hlist_head *head = nilfs->ns_gc_inodes_h + ihash(ino, cno);

Completed in 56 milliseconds