Searched refs:rcon (Results 1 - 10 of 10) sorted by path

/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.c709 static const u32 rcon[] = { variable
712 0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
756 rcon[i];
776 rcon[i];
798 rcon[i];
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A D_rijndael.c312 UINT32 temp, rcon; local
328 rcon = 1;
337 temp = SUBBYTE(ROTBYTE(temp), sbox) ^ rcon;
338 rcon = (UINT32)xtime((UINT8)rcon&0xff);
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A D_rijndael.c312 UINT32 temp, rcon; local
328 rcon = 1;
337 temp = SUBBYTE(ROTBYTE(temp), sbox) ^ rcon;
338 rcon = (UINT32)xtime((UINT8)rcon&0xff);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drijndael-alg-fst.c717 static const uint32_t rcon[] = { variable
720 0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
754 rcon[i];
774 rcon[i];
796 rcon[i];
/macosx-10.9.5/OpenSSH-186/openssh/
H A Drijndael.c713 static const u32 rcon[] = { variable
716 0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
743 rcon[i];
763 rcon[i];
785 rcon[i];
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A Dboxes-ref.c105 const unsigned long rcon[30] = { variable
H A Dboxes-ref.h45 extern const unsigned long rcon[30];
H A Drijndael-alg-ref.c245 tk[0][0] ^= rcon[rconpointer++];
530 tk[0][0] ^= rcon[rconpointer++];
H A DvRijndael-alg-ref.c118 tk.s[0][0] ^= rcon[rconpointer++];
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dquake.vim57 syn keyword quakeCommand quit rcon reconnect record -right say say_team

Completed in 397 milliseconds