Searched defs:Key (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
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/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/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/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/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++];
/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...]

Completed in 97 milliseconds