| /src/sys/crypto/skipjack/ |
| skipjack.h | 17 extern void skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key); 18 extern void skipjack_backwards(u_int8_t *cipher, u_int8_t *plain, u_int8_t **key);
|
| skipjack.c | 134 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables) 136 u_int8_t wh1 = plain[0]; u_int8_t wl1 = plain[1]; 137 u_int8_t wh2 = plain[2]; u_int8_t wl2 = plain[3]; 138 u_int8_t wh3 = plain[4]; u_int8_t wl3 = plain[5]; 139 u_int8_t wh4 = plain[6]; u_int8_t wl4 = plain[7]; 201 skipjack_backwards (u_int8_t *cipher, u_int8_t *plain, u_int8_t **key_tables [all...] |
| /src/usr.bin/make/unit-tests/ |
| cond-token-plain.exp | 4 make: cond-token-plain.mk:19: Unfinished string literal """ 9 make: cond-token-plain.mk:43: Unfinished string literal ""\\" 32 make: cond-token-plain.mk:106: A bare word is treated like defined(...), and the variable 'bare' is not defined. 34 make: cond-token-plain.mk:113: A bare word is treated like defined(...). 36 make: cond-token-plain.mk:121: ok 38 make: cond-token-plain.mk:130: Undefined variables in bare words expand to an empty string. 40 make: cond-token-plain.mk:139: Numbers can be composed from literals and expressions. 42 make: cond-token-plain.mk:144: Numbers can be composed from literals and expressions. 44 make: cond-token-plain.mk:151: Missing right-hand side of operator "==" 46 make: cond-token-plain.mk:160: Malformed conditional "== "" [all...] |
| cond-func.exp | 5 make: cond-func.mk:107: A plain function name is parsed as defined(...). 6 make: cond-func.mk:115: A plain function name is parsed as defined(...).
|
| cond-func.mk | 88 # default function that is called when a bare word is parsed. For the plain 100 # The plain word 'defined' is interpreted as 'defined(defined)', see 106 # expect+1: A plain function name is parsed as defined(...). 107 . info A plain function name is parsed as defined(...). 114 # expect+1: A plain function name is parsed as defined(...). 115 . info A plain function name is parsed as defined(...). 120 # A plain symbol name may start with one of the function names, in this case
|
| directive-ifndef.mk | 30 # replaced with easier-to-understand plain '.if' directives. 56 # without extra negation, just like in a plain '.if' directive.
|
| directive-if.exp | 9 make: directive-if.mk:66: Quotes in plain words are probably a mistake.
|
| varname-dot-makeflags.mk | 17 # Append an option with argument, a plain option and a variable assignment.
|
| cond-token-string.mk | 6 # cond-token-plain.mk 37 # In plain words, a '\' can be used to escape any character, just as in
|
| varname-empty.exp | 2 Command: ignoring ' = cmdline-plain' as the variable name '' expands to empty
|
| directive-export-gmake.mk | 112 export PLAIN=plain 113 .if ${:!echo "\$DQUOT \$SQUOT \$PLAIN"!} != "\"dquot\" 'squot' plain"
|
| varmod-defined.mk | 32 # The modifier text may contain plain text as well as expressions. 90 # TODO: Add more tests for parsing the plain text part, to cover each branch
|
| cond-token-number.mk | 77 # interpreted as a string instead. In a plain '.if', such a token evaluates
|
| directive-export.mk | 31 # Before var.c 1.1117 from 2024-06-01, a plain ".export" without a syntactical
|
| dollar.mk | 7 LIST= plain 'single' "double" 'mix'"ed" back\ slashed
|
| /src/tests/usr.bin/indent/ |
| opt_bc.c | 18 char plain, *pointer; variable 29 char plain, variable 37 char plain, *pointer; variable
|
| /src/tests/usr.bin/xlint/lint1/ |
| decl.c | 251 int padding, plain, arr[2]; member in struct:__anon7983 256 unsigned int off_plain:(unsigned long)&((s1 *)0)->plain; 264 typedef int off_plain[-(int)(unsigned long)&((s1 *)0)->plain];
|
| /src/tests/lib/libdes/ |
| t_des.c | 291 static unsigned char plain[24] = variable 391 des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp, 393 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) 396 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp, 398 if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) 413 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT); 414 des_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), sizeof(plain) - 12, ks [all...] |
| /src/tests/fs/tmpfs/ |
| t_mount.sh | 34 atf_test_case plain 134 atf_add_test_case plain
|
| /src/distrib/sets/ |
| makesums | 36 -a checksum all plain files instead of [setname [...]]
|
| /src/lib/libc/citrus/ |
| citrus_lookup.c | 68 } plain; member in union:_citrus_lookup::__anon234 75 #define cl_plainr u.plain.r 76 #define cl_plainms u.plain.ms
|
| /src/tests/modules/ |
| t_modload.sh | 33 atf_test_case plain cleanup 201 atf_add_test_case plain
|
| /src/usr.bin/make/ |
| cond.c | 136 * The plain '.if ${VAR}' evaluates to true if the value of the 142 bool plain; member in struct:CondParser 155 * been an expression or a plain word. 502 if (par->plain) 722 * see cond-token-plain.mk, keyword 'twice'. 793 case '#': /* XXX: see unit-tests/cond-token-plain.mk */ 907 CondEvalExpression(const char *cond, bool plain, 917 par.plain = plain; 969 else if (!*out_negate) /* plain .if * 1038 bool plain; local [all...] |
| test-variants.mk | 120 TESTS+= c90-plain 121 ENV.c90-plain= USE_FILEMON=no # filemon uses designated initializers 122 CFLAGS.c90-plain= -std=c90 -ansi -pedantic -Wno-system-headers 123 SKIP.c90-plain= yes
|
| /src/usr.bin/kdump/ |
| kdump.c | 88 static int timestamp, decimal, plain, tail, maxdata = -1, numeric; variable 240 plain++; 865 if (plain) { 1059 if (numeric || ((code >= emul->nsysnames || code < 0 || plain > 1))) 1152 if (!plain) { 1201 if (!plain) 1321 if (!plain && ioctl(fileno(stderr), TIOCGWINSZ, &ws) != -1 &&
|