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

/src/sys/netinet/
H A Dsctp_hashdriver.c81 unsigned char tk[20]; local in function:sctp_hash_digest
89 MD5Final(tk, &tctx);
90 key = tk;
96 SHA1Final(tk, &tctx);
97 key = tk;
168 unsigned char tk[20]; local in function:sctp_hash_digest_m
176 MD5Final(tk, &tctx);
177 key = tk;
183 SHA1Final(tk, &tctx);
184 key = tk;
[all...]
/src/lib/libcrypt/
H A Dhmac.c77 unsigned char tk[HASH_LENGTH]; local in function:HMAC_FUNC
89 HASH_Final(tk, &tctx);
91 key = tk;
/src/regress/sys/fs/lfs/ckckp/
H A Dcheck-all282 for ($tk = $oind; $tk < $k; $tk++) {
283 print "Test roll-forward agent at non-checkpoint pseg $tk\n";
284 print LOG "Test roll-forward agent at non-checkpoint pseg $tk\n";
285 &copypseg($oind, $tk);
/src/lib/libresolv/
H A Dhmac_link.c218 u_char tk[MD5_LEN]; local in function:dst_buffer_to_hmac_md5
233 MD5Final(tk, &ctx);
235 key = tk;
/src/games/adventure/
H A Dhdr.h149 extern int tk[21], stick, dtotal, attack;
H A Dsave.c522 {tk, sizeof(tk)},
641 INTARRAY(tk),
H A Dinit.c123 int tk[21], stick, dtotal, attack; variable in typeref:typename:int[21]
H A Dsubr.c200 || (j > 1 && newloc == tk[j - 1]) || j >= 20
205 tk[j++] = newloc;
207 tk[j] = odloc[i]; /* 6016 */
212 dloc[i] = tk[j];
/src/sys/arch/sparc64/sparc64/
H A Dclock.c628 int64_t tk = t; local in function:clockintr
635 (long long)t, (long long)clk, (long long)tk, (long long)tick_base);
/src/sys/dev/marvell/
H A Dmvxpsec.c2942 uint8_t tk[4][MAXKC]; local in function:mv_aes_ksched
2964 tk[i][j] = k[i][j];
2969 for(i = 0; i < 4; i++) W[t / BC][i][t % BC] = tk[i][j];
2974 tk[i][0] ^= AES_SBOX[tk[(i+1)%4][KC-1]];
2975 tk[0][0] ^= AES_RCON[rconpointer++];
2980 tk[i][j] ^= tk[i][j-1];
2984 tk[i][j] ^= tk[
[all...]

Completed in 12 milliseconds