/illumos-gate/usr/src/uts/common/io/kb8042/ |
H A D | at_keyprocess.c | 45 #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 D | aes_intel.S | 705 #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 D | fkey1.test | 25 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 D | intpkey.test | 15 # 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 D | unique.test | 27 a int PRIMARY KEY, 28 b int PRIMARY KEY, 36 a int PRIMARY KEY,
|
H A D | misc1.test | 202 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 D | table.test | 424 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 D | join.test | 228 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 D | in.test | 160 # 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 D | astlicense.c | 138 #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 D | main.c | 22 extern uint8_t *KEY[]; 49 args.key = KEY[i]; in main()
|
H A D | hmac_sha1.c | 196 uint8_t *KEY[] = { KEY0, KEY1, KEY2, KEY3, KEY4, KEY5, KEY6 }; variable
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ecb/ |
H A D | aes_ecb.c | 43 args.key = KEY[i]; in main() 52 args.key = KEY[i]; in main()
|
H A D | aes_ecb.h | 98 uint8_t *KEY[] = { variable
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc/ |
H A D | aes_cbc.c | 44 args.key = KEY[i]; in main() 58 args.key = KEY[i]; in main()
|
H A D | aes_cbc.h | 142 uint8_t *KEY[] = { variable
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc_pad/ |
H A D | aes_cbc_pad.c | 52 args.key = KEY[i]; in main() 66 args.key = KEY[i]; in main()
|
H A D | aes_cbc_pad.h | 223 uint8_t *KEY[] = { variable
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ctr/ |
H A D | aes_ctr.c | 56 args.key = KEY[i]; in main() 71 args.key = KEY[i]; in main()
|
H A D | aes_ctr.h | 269 uint8_t *KEY[] = { variable
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/gcm/ |
H A D | aes_gcm.c | 52 args.key = KEY[i]; in main() 72 args.key = KEY[i]; in main()
|
/illumos-gate/usr/src/lib/libkmf/ |
H A D | THIRDPARTYLICENSE.descrip | 1 PORTIONS OF KEY MANAGEMENT FRAMEWORK API (LIBKMF)
|
/illumos-gate/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 516 %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 D | print.h | 125 #define KEY 82 /* print key_t 0 as IPC_PRIVATE */ macro
|
/illumos-gate/usr/src/lib/libnsl/ |
H A D | Makefile.com | 98 KEY= publickey.o xcrypt.o gen_dhkeys.o 101 $(NSL) $(WRAPPERS) $(RPC) $(SAF) $(YP) $(NIS) $(KEY)
|