HomeSort by: relevance | last modified time | path
    Searched refs:plain (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /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
varmod-quote.mk 15 # All strings except the plain "Q" are interpreted as SysV modifier.
directive-ifndef.mk 30 # replaced with easier-to-understand plain '.if' directives.
56 # without extra negation, just like in a plain '.if' directive.
directive-ifmake.mk 69 # a plain .if or an .ifmake.
90 # dependency line, a plain '!' is interpreted as a dependency operator.
99 # Since the condition function 'make' accepts a pattern instead of a plain
106 # In a dependency line, a plain '!' is interpreted as a dependency operator
varname-dot-makeflags.mk 17 # Append an option with argument, a plain option and a variable assignment.
directive-if.exp 9 make: directive-if.mk:66: Quotes in plain words are probably a mistake.
opt-jobs-internal.mk 50 # As that shell command contains the plain word "make", the file descriptors
57 # When a command in its unexpanded form contains the plain word "make", the
cond-token-string.mk 6 # cond-token-plain.mk
37 # In plain words, a '\' can be used to escape any character, just as in
varmod-path.mk 14 # The enoent target does not exist, therefore the plain name of the target
cond-cmp-numeric-ge.mk 54 # Since make parses numbers as plain numbers, that leads to wrong results.
cond-cmp-numeric-gt.mk 53 # Since make parses numbers as plain numbers, that leads to wrong results.
cond-cmp-numeric-le.mk 54 # Since make parses numbers as plain numbers, that leads to wrong results.
cond-cmp-numeric-lt.mk 53 # Since make parses numbers as plain numbers, that leads to wrong results.
varname-empty.exp 2 Command: ignoring ' = cmdline-plain' as the variable name '' expands to empty
  /src/tests/usr.bin/indent/
opt_bc.c 18 char plain, *pointer; variable in typeref:typename:char
29 char plain, variable in typeref:typename:char
37 char plain, *pointer; variable in typeref:typename:char
  /src/tests/usr.bin/xlint/lint1/
decl.c 251 int padding, plain, arr[2]; member in struct:offsetof_on_array_member::__anond7dd6a1d0408
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 in typeref:typename:unsigned char[24]
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::__anon66d52c09010a
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

Completed in 16 milliseconds

1 2 3