Searched refs:Key (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_crypt.h | 46 const uchar_t *Key, int KeyLen,
|
H A D | smbfs_crypt.c | 55 const uchar_t *Key, int KeyLen, 90 smbfs_initlmkey(des_key, &Key[k * 7]); 54 smbfs_encrypt_DES(uchar_t *Result, int ResultLen, const uchar_t *Key, int KeyLen, const uchar_t *Data, int DataLen) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | SubstrHash.t | 38 print "not " unless $@ =~ /Key "abcd" is not 3 characters long/; 46 print "not " unless $@ =~ /Key "abcd" is not 3 characters long/;
|
H A D | SubstrHash.pm | 158 croak(qq/Key "$key" is not $klen characters long/)
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sftmp.c | 241 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);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | hashassign.t | 61 my @arrow = (Key =>"Value"); 70 is ($arrow{Key}, "Value", 'is key present? (maybe optimised)'); 72 @temp = ('Key', undef); 89 is ($temp{Key}, "Value", 'is key present? (maybe optimised)'); 90 @temp = ('Key', undef);
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_crypt.c | 146 unsigned char *Key, int KeyLen, 181 smb_initlmkey(&Key[k * 7], des_key); 145 smb_auth_DES(unsigned char *Result, int ResultLen, unsigned char *Key, int KeyLen, unsigned char *Data, int DataLen) argument
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | btree.h | 83 int (*Key)(BtCursor*, int offset, int amt, char *zBuf); member in struct:BtCursorOps 135 (btCOps(pCur)->Key(pCur, offset, amt, zBuf))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/ |
H A D | safeops.t | 201 delete delete $h{Key} 202 exists exists $h{Key}
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/ |
H A D | MM.pm | 176 Key/value pairs are extra information about the module. Fields include:
|
Completed in 75 milliseconds