Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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/libsmbfs/smb/
H A Dcrypt.c58 const uchar_t *Key, int KeyLen, in smb_encrypt_DES() argument
104 smb_initlmkey(des_key, &Key[k * 7]); in smb_encrypt_DES()
168 const uchar_t *Key, int KeyLen, in smb_encrypt_RC4() argument
192 Key, KeyLen, &hKey); in smb_encrypt_RC4()
H A Dsmb_crypt.h53 const uchar_t *Key, int KeyLen,
58 const uchar_t *Key, int KeyLen,
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dreport1.txt8 Key Size: 11045299
9 Avg Key Size: 12
10 Max Key Size: 99
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_crypt.c134 unsigned char *Key, int KeyLen, in smb_auth_DES() argument
180 smb_initlmkey(&Key[k * 7], des_key); in smb_auth_DES()
246 uchar_t *Key, int KeyLen, in smb_auth_RC4() argument
270 Key, KeyLen, &hKey); in smb_auth_RC4()
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault154 # Key definitions other than alphanumeric characters such as Enter and Escape
162 # In this case, define '0xe0' as the third argument.(example Home Key,etc)
208 # The numeric keypad settings are the same as the Functional Key section above.
244 # The setting format is the same as the Functional Key section above.
246 # 0xff2a,0x0e; Hankaku/Zenkaku|Kanji (Japanese 106 keyboard original Key)
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DSimpleTextIn.h109 OUT EFI_INPUT_KEY *Key
H A DSimpleTextInEx.h83 EFI_INPUT_KEY Key; member
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h80 int (*Key)(BtCursor*, int offset, int amt, char *zBuf); member
132 (btCOps(pCur)->Key(pCur, offset, amt, zBuf))
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A Dpublickey23 # Public Key Database
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree2.test153 return "Key $i is missing from both foreground and background"
168 return "Key $i is the wrong size.\
172 return "Key $i has an invalid extension"
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME60 map.c Key database map routines.
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h844 } Key; member
H A Dmwl.c2178 (void) memcpy(&pCmd->KeyParam.Key, &kv->key, kv->keyLen); in mwl_hal_keyset()
2185 pCmd->KeyParam.Key.TkipKey.TkipRsc.low = in mwl_hal_keyset()
2187 pCmd->KeyParam.Key.TkipKey.TkipRsc.high = in mwl_hal_keyset()
2189 pCmd->KeyParam.Key.TkipKey.TkipTsc.low = in mwl_hal_keyset()
2191 pCmd->KeyParam.Key.TkipKey.TkipTsc.high = in mwl_hal_keyset()
/illumos-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt66 Network TCP Key Management:::Manage the TCP security association database:auths=solaris.smf.manage.…
68 …k Wifi Security,Network Link Security,Network IPsec Management,Network TCP Key Management;help=RtN…
H A Dexec_attr.txt206 Network TCP Key Management:suser:cmd:::/usr/sbin/tcpkey:privs=sys_ip_config
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dservices184 ike 500/udp ike # Internet Key Exchange
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h411 ACPI_EFI_INPUT_KEY *Key);
/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/boot/efi/libefi/
H A Defi_console.c696 kp = &key_data.Key; in efi_readkey_ex()
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids16667 6626 Key
24725 0b0 Key 1
24726 0b1 Key 2
24727 0b3 Key 3
24728 0b4 Key 4
24729 0b5 Key 5
24730 0b6 Key 6
24731 0b7 Key 7
24732 0b8 Key 8
24733 0b9 Key 9
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME208 WPA implements a new key handshake (4-Way Handshake and Group Key
264 - wpa_supplicant completes WPA 4-Way Handshake and Group Key Handshake
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiInternalFormRepresentation.h1706 EFI_KEY Key; member
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS68 * The menu interfaces supports Page Up, Page Down, and Right Key.
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c7092 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key) in xge_hal_device_rts_rth_key_set() argument
7107 val64 |= Key[entry++]; in xge_hal_device_rts_rth_key_set()

12