Searched refs:Key (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dsmb_crypt.h53 const uchar_t *Key, int KeyLen,
58 const uchar_t *Key, int KeyLen,
H A Dcrypt.c58 const uchar_t *Key, int KeyLen,
104 smb_initlmkey(des_key, &Key[k * 7]);
168 const uchar_t *Key, int KeyLen,
192 Key, KeyLen, &hKey);
57 smb_encrypt_DES(uchar_t *Result, int ResultLen, const uchar_t *Key, int KeyLen, const uchar_t *Data, int DataLen) argument
167 smb_encrypt_RC4(uchar_t *Result, int ResultLen, const uchar_t *Key, int KeyLen, const uchar_t *Data, int DataLen) argument
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042_keytables.c317 /* "Key Up" keyboard table for PC keyboard */
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsftmp.c241 static ulong Key, A; local
245 if(Key == 0)
246 Key = (A >> 16) | ((A&0xffff)<<16);
247 A ^= Key;
252 Key = A*Key + 987654321;
254 Tmpcur[0], (Key>>15)&0x7fff, Key&0x7fff);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_crypt.c134 unsigned char *Key, int KeyLen,
180 smb_initlmkey(&Key[k * 7], des_key);
246 uchar_t *Key, int KeyLen,
270 Key, KeyLen, &hKey);
133 smb_auth_DES(unsigned char *Result, int ResultLen, unsigned char *Key, int KeyLen, unsigned char *Data, int DataLen) argument
245 smb_auth_RC4(uchar_t *Result, int ResultLen, uchar_t *Key, int KeyLen, uchar_t *Data, int DataLen) argument
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dusb_keytables.c333 /* "Key Up" keyboard table for USB keyboard */
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h83 int (*Key)(BtCursor*, int offset, int amt, char *zBuf); member in struct:BtCursorOps
135 (btCOps(pCur)->Key(pCur, offset, amt, zBuf))
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Deficon.h300 OUT EFI_INPUT_KEY *Key
/illumos-gate/usr/src/uts/common/io/
H A Dkeytables.c180 /* "Key Up" keyboard table for Type 3 keyboard */
443 /* "Key Up" keyboard table for Type 4 keyboard */
537 * Compose Key Sequence Table
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h734 #define ENCR_KEY_TYPE_ID_WEP 0x00 /* Key type is WEP */
735 #define ENCR_KEY_TYPE_ID_TKIP 0x01 /* Key type is TKIP */
736 #define ENCR_KEY_TYPE_ID_AES 0x02 /* Key type is AES-CCMP */
754 /* Key is for Authenticator */
764 * Key material definitions (for WEP, TKIP, & AES-CCMP)
768 * WEP Key material definition
779 * TKIP Key material definition
794 * TKIP Key material. Key type (group or pairwise key) is
806 * AES-CCMP Key materia
844 } Key; member in struct:__anon6204
[all...]
H A Dmwl.c2169 (void) memcpy(&pCmd->KeyParam.Key, &kv->key, kv->keyLen);
2176 pCmd->KeyParam.Key.TkipKey.TkipRsc.low =
2178 pCmd->KeyParam.Key.TkipKey.TkipRsc.high =
2180 pCmd->KeyParam.Key.TkipKey.TkipTsc.low =
2182 pCmd->KeyParam.Key.TkipKey.TkipTsc.high =
2321 * Set the key cache contents for the specified key. Key cache
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h505 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h276 EFI_INPUT_KEY *Key);
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c7085 * @Key: upto 40-byte array of 8-bit values
7092 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key) argument
7107 val64 |= Key[entry++];

Completed in 126 milliseconds