Searched refs:ROUNDS (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drijndael.c66 int ROUNDS; /* Key-length-dependent number of rounds. */ member in struct:__anon568
98 int ROUNDS; local
138 ROUNDS = 10;
150 ROUNDS = 12;
155 ROUNDS = 14;
161 ctx->ROUNDS = ROUNDS;
185 for (j = 0; (j < KC) && (r < ROUNDS + 1); )
198 while (r < ROUNDS + 1)
232 for (j = 0; (j < KC) && (r < ROUNDS
317 int ROUNDS = ctx->ROUNDS; local
507 int ROUNDS = ctx->ROUNDS; local
[all...]
H A Dserpent.c34 #define ROUNDS 32 macro
47 typedef u32 serpent_subkeys_t[ROUNDS + 1][4];
659 for (i = 0; i < ROUNDS + 1; i++)
769 int round = ROUNDS;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c67 int ROUNDS; /* Key-length-dependent number of rounds. */ member in struct:__anon523
99 int ROUNDS; local
139 ROUNDS = 10;
151 ROUNDS = 12;
156 ROUNDS = 14;
162 ctx->ROUNDS = ROUNDS;
186 for (j = 0; (j < KC) && (r < ROUNDS + 1); )
199 while (r < ROUNDS + 1)
233 for (j = 0; (j < KC) && (r < ROUNDS
317 int ROUNDS = ctx->ROUNDS; local
577 int ROUNDS = ctx->ROUNDS; local
[all...]
H A Dserpent.c33 #define ROUNDS 32 macro
46 typedef u32 serpent_subkeys_t[ROUNDS + 1][4];
658 for (i = 0; i < ROUNDS + 1; i++)
768 int round = ROUNDS;
/osnet-11/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c120 #define ROUNDS "rounds=" macro
121 #define ROUNDSLEN (sizeof (ROUNDS) - 1)
137 if ((r = strstr(s, ROUNDS)) == NULL) {
141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) {
179 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {
218 "$" CRYPT_ALGNAME "," ROUNDS "%d$",
/osnet-11/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c120 #define ROUNDS "rounds=" macro
121 #define ROUNDSLEN (sizeof (ROUNDS) - 1)
137 if ((r = strstr(s, ROUNDS)) == NULL) {
141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) {
373 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {

Completed in 35 milliseconds