/src/sys/netinet/ |
sctp_hashdriver.c | 81 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/ |
hmac.c | 77 unsigned char tk[HASH_LENGTH]; local in function:HMAC_FUNC 89 HASH_Final(tk, &tctx); 91 key = tk;
|
/src/regress/sys/fs/lfs/ckckp/ |
check-all | 282 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 ©pseg($oind, $tk);
|
/src/lib/libresolv/ |
hmac_link.c | 218 u_char tk[MD5_LEN]; local in function:dst_buffer_to_hmac_md5 233 MD5Final(tk, &ctx); 235 key = tk;
|
/src/games/adventure/ |
hdr.h | 149 extern int tk[21], stick, dtotal, attack;
|
save.c | 521 {tk, sizeof(tk)}, 640 INTARRAY(tk),
|
init.c | 123 int tk[21], stick, dtotal, attack; variable in typeref:typename:int[21]
|
subr.c | 200 || (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/ |
clock.c | 628 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/ |
mvxpsec.c | 2942 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[i][j-1] [all...] |