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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/
H A Dfips_desmovs.c313 unsigned char nk[4*8]; /* longest key+8 */ local
375 shiftin(nk,text,Sizes[imode]);
376 /* DebugValue("nk",nk,24);*/
390 akey[n]^=nk[16+n];
392 akey[8+n]^=nk[8+n];
394 akey[16+n]^=nk[n];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_desmovs.c313 unsigned char nk[4*8]; /* longest key+8 */ local
375 shiftin(nk,text,Sizes[imode]);
376 /* DebugValue("nk",nk,24);*/
390 akey[n]^=nk[16+n];
392 akey[8+n]^=nk[8+n];
394 akey[16+n]^=nk[n];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c1745 u32 w_ring[8]; /* nk is max 8, use elements 0..(nk - 1) as a ringbuffer */
1748 u8 nr, nk; local
1752 nk = 4;
1756 nk = 6;
1760 nk = 8;
1769 for (i = 0; i < nk; i+=1) {
1773 i = (int)nk;
1777 if (!(i % nk)) {
1781 temp ^= round_constant[i/nk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl750 set nk 0
761 incr nk
774 return $nk

Completed in 72 milliseconds