OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLF_N
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
blf.h
48
#define
BLF_N
16 /* Number of Subkeys */
49
#define BLF_MAXKEYLEN ((
BLF_N
-2)*4) /* 448 bits */
50
#define BLF_MAXUTILIZED ((
BLF_N
+2)*4) /* 576 bits */
55
u_int32_t P[
BLF_N
+ 2]; /* Subkeys */
blowfish.c
434
for (i = 0; i <
BLF_N
+ 2; i++) {
443
for (i = 0; i <
BLF_N
+ 2; i += 2) {
473
for (i = 0; i <
BLF_N
+ 2; i++) {
482
for (i = 0; i <
BLF_N
+ 2; i += 2) {
Completed in 74 milliseconds