Home
last modified time | relevance | path

Searched refs:KEY (Results 1 – 25 of 65) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dat_keyprocess.c45 #define KEY(code) (code) macro
80 /* 01 */ KEY(110), /* Esc */
81 /* 02 */ KEY(2), /* 1 */
82 /* 03 */ KEY(3), /* 2 */
83 /* 04 */ KEY(4), /* 3 */
84 /* 05 */ KEY(5), /* 4 */
85 /* 06 */ KEY(6), /* 5 */
86 /* 07 */ KEY(7), /* 6 */
87 /* 08 */ KEY(8), /* 7 */
88 /* 09 */ KEY(9), /* 8 */
[all …]
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.S705 #define KEY xmm1 /* temporary, 128 bits */ macro
711 movaps (%KEYP), %KEY / key
718 pxor %KEY, %STATE / round 0
727 movaps -0x60(%KEYP), %KEY
728 aesenc %KEY, %STATE
729 movaps -0x50(%KEYP), %KEY
730 aesenc %KEY, %STATE
735 movaps -0x40(%KEYP), %KEY
736 aesenc %KEY, %STATE
737 movaps -0x30(%KEYP), %KEY
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dfkey1.test25 a INTEGER PRIMARY KEY,
30 FOREIGN KEY (b,c) REFERENCES t2(x,y) ON UPDATE CASCADE
37 x INTEGER PRIMARY KEY,
47 FOREIGN KEY (a,b) REFERENCES t2(x,y)
H A Dintpkey.test15 # with INTEGER PRIMARY KEY columns.
27 CREATE TABLE t1(a TEXT PRIMARY KEY, b, c);
46 CREATE TABLE t1(a INTEGER PRIMARY KEY, b, c);
80 } {1 {PRIMARY KEY must be unique}}
430 CREATE TABLE t2(x INTEGER PRIMARY KEY, y, z);
454 CREATE TABLE t2(x INTEGER PRIMARY KEY, y, z);
H A Dunique.test27 a int PRIMARY KEY,
28 b int PRIMARY KEY,
36 a int PRIMARY KEY,
H A Dmisc1.test202 a TYPE PRIMARY KEY,
203 b TYPE PRIMARY KEY
210 a INTEGER PRIMARY KEY,
211 b TYPE PRIMARY KEY
217 CREATE TABLE t5(a,b,c,PRIMARY KEY(a,b));
527 CREATE TABLE RealTable(TestID INTEGER PRIMARY KEY, TestString TEXT);
528 CREATE TEMP TABLE TempTable(TestID INTEGER PRIMARY KEY, TestString TEXT);
H A Dtable.test424 FOREIGN KEY (a) REFERENCES t4(b) DEFERRABLE INITIALLY DEFERRED
432 FOREIGN KEY (b,c) REFERENCES t4(x,y) MATCH PARTIAL
441 FOREIGN KEY (b,c) REFERENCES t4(x)
449 FOREIGN KEY (b,c) REFERENCES t4(x,y,z)
463 FOREIGN KEY (b,x) REFERENCES t4(x,y)
471 FOREIGN KEY (x,b) REFERENCES t4(x,y)
H A Djoin.test228 CREATE TABLE t5(a INTEGER PRIMARY KEY);
335 CREATE TABLE t9(a INTEGER PRIMARY KEY, b);
338 CREATE TABLE t10(x INTEGER PRIMARY KEY, y);
341 CREATE TABLE t11(p INTEGER PRIMARY KEY, q);
H A Din.test160 # Make sure the IN operator works with INTEGER PRIMARY KEY fields.
164 CREATE TABLE ta(a INTEGER PRIMARY KEY, b);
178 CREATE TABLE tb(a INTEGER PRIMARY KEY, b);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c138 #define KEY(s) {s,sizeof(s)-1,0} macro
142 KEY("author"),
143 KEY("class"),
144 KEY("company"),
145 KEY("component"),
146 KEY("contributor"),
147 KEY("corporation"),
148 KEY("domain"),
149 KEY("id"),
150 KEY("incorporation"),
[all …]
/illumos-gate/usr/src/test/crypto-tests/tests/hmac/
H A Dmain.c22 extern uint8_t *KEY[];
49 args.key = KEY[i]; in main()
H A Dhmac_sha1.c196 uint8_t *KEY[] = { KEY0, KEY1, KEY2, KEY3, KEY4, KEY5, KEY6 }; variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ecb/
H A Daes_ecb.c43 args.key = KEY[i]; in main()
52 args.key = KEY[i]; in main()
H A Daes_ecb.h98 uint8_t *KEY[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc/
H A Daes_cbc.c44 args.key = KEY[i]; in main()
58 args.key = KEY[i]; in main()
H A Daes_cbc.h142 uint8_t *KEY[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc_pad/
H A Daes_cbc_pad.c52 args.key = KEY[i]; in main()
66 args.key = KEY[i]; in main()
H A Daes_cbc_pad.h223 uint8_t *KEY[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ctr/
H A Daes_ctr.c56 args.key = KEY[i]; in main()
71 args.key = KEY[i]; in main()
H A Daes_ctr.h269 uint8_t *KEY[] = { variable
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/gcm/
H A Daes_gcm.c52 args.key = KEY[i]; in main()
72 args.key = KEY[i]; in main()
/illumos-gate/usr/src/lib/libkmf/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF KEY MANAGEMENT FRAMEWORK API (LIBKMF)
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y516 %term TABLENAME INT CHAR CHARSTRING CONSTANT FKEY KEY SAME AS SWAP WITH
535 KEY number entrylist '\n'
539 | KEY number SAME AS number '\n'
693 { "key", KEY, 0 },
/illumos-gate/usr/src/cmd/truss/
H A Dprint.h124 #define KEY 82 /* print key_t 0 as IPC_PRIVATE */ macro
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com98 KEY= publickey.o xcrypt.o gen_dhkeys.o
101 $(NSL) $(WRAPPERS) $(RPC) $(SAF) $(YP) $(NIS) $(KEY)

123