Searched defs:KEY (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s705 #define KEY xmm1 /* temporary, 128 bits */ define
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/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(
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c45 #define KEY 0 macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h128 #define KEY(P, N) (((PAGE8 *)(P)) + KEY_OFF((P), (N))) macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h246 }KEY; typedef in typeref:struct:__anon2571
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c125 #define KEY(s) {s,sizeof(s)-1,0} macro
129 KEY("author"),
130 KEY("class"),
131 KEY("company"),
132 KEY("contributor"),
133 KEY("corporation"),
134 KEY("domain"),
135 KEY("incorporation"),
136 KEY("license"),
137 KEY("locatio
[all...]
/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/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c350 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE)) macro
840 key = KEY (cache);
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsm_attr.h207 uint32_t KEY; /* qkey or pkey */ member in struct:sm_trap_257_s
224 uint32_t KEY; /* qkey or pkey */ member in struct:sm_trap_257_s

Completed in 86 milliseconds