Searched refs:inKey (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/
H A DSecret.h34 LsaSetSecret( const char * inDomain, const char * inKey, const char * inSecret );
H A DSecret.c159 LsaSetSecret( const char * inDomain, const char * inKey, const char * inSecret ) argument
175 require_action( inKey != NULL, exit, ok = FALSE );
200 inKeyLength = strlen( inKey );
203 err = strcpy_s( key + 1, sizeof( key ) - 3, inKey );
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorizationPlugin.h222 AuthorizationString inKey,
228 AuthorizationString inKey,
234 AuthorizationString inKey,
239 AuthorizationString inKey,
252 AuthorizationString inKey,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDCSPDLSession.h49 SDKey &lookupKey(const CssmKey &inKey);
H A DSDCSPDLSession.cpp56 SDCSPDLSession::lookupKey(const CssmKey &inKey) argument
59 if(inKey.blobType() != CSSM_KEYBLOB_REFERENCE) {
63 /* fetch key (this is just mapping the value in inKey.KeyData to an SDKey) */
64 SDKey &theKey = find<SDKey>(inKey);
H A DSDCSPSession.h78 SDKey &lookupKey(const CssmKey &inKey);
H A DSDCSPSession.cpp132 SDCSPSession::lookupKey(const CssmKey &inKey) argument
134 return mSDCSPDLSession.lookupKey(inKey);
/macosx-10.10/Security-57031.1.35/ntlm/
H A DntlmBlobPriv.c354 const unsigned char *inKey, // 7 bytes
357 outKey[0] = inKey[0] & 0xfe;
358 outKey[1] = ((inKey[0] << 7) | (inKey[1] >> 1)) & 0xfe;
359 outKey[2] = ((inKey[1] << 6) | (inKey[2] >> 2)) & 0xfe;
360 outKey[3] = ((inKey[2] << 5) | (inKey[3] >> 3)) & 0xfe;
361 outKey[4] = ((inKey[3] << 4) | (inKey[
353 ntlmMakeDesKey( const unsigned char *inKey, unsigned char *outKey) argument
[all...]
H A DntlmBlobPriv.h252 const unsigned char *inKey, // DES_RAW_KEY_SIZE bytes
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibConfigDirectory.h174 int inKey,
178 int inKey,
183 int inKey,
188 int inKey,
194 int inKey,
239 int inKey,
H A DIOFireWireLibConfigDirectory.cpp590 int inKey,
593 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetKeyType(inKey, *outType) ;
599 int inKey,
603 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetKeyValue(inKey, * outValue, outText) ;
609 int inKey,
613 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetKeyValue(inKey, outValue, outText) ;
619 int inKey,
624 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetKeyValue(inKey, * outValue, iid, outText) ;
630 int inKey,
634 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetKeyOffset(inKey, *outValu
588 SGetKeyType( IOFireWireLibConfigDirectoryRef inDir, int inKey, IOConfigKeyType* outType) argument
597 SGetKeyValue_UInt32( IOFireWireLibConfigDirectoryRef inDir, int inKey, UInt32* outValue, CFStringRef* outText) argument
607 SGetKeyValue_Data( IOFireWireLibConfigDirectoryRef inDir, int inKey, CFDataRef * outValue, CFStringRef* outText) argument
617 SGetKeyValue_ConfigDirectory( IOFireWireLibConfigDirectoryRef inDir, int inKey, IOFireWireLibConfigDirectoryRef* outValue, REFIID iid, CFStringRef* outText) argument
628 SGetKeyOffset_FWAddress( IOFireWireLibConfigDirectoryRef inDir, int inKey, FWAddress* outValue, CFStringRef* text) argument
728 SGetKeySubdirectories( IOFireWireLibConfigDirectoryRef inDir, int inKey, io_iterator_t * outIterator) argument
[all...]
H A DIOFireWireLib.h3535 IOReturn (*GetKeyType) ( IOFireWireLibConfigDirectoryRef self, int inKey, IOConfigKeyType* outType);
3537 IOReturn (*GetKeyValue_UInt32) ( IOFireWireLibConfigDirectoryRef self, int inKey, UInt32* outValue, CFStringRef* outText);
3539 IOReturn (*GetKeyValue_Data) ( IOFireWireLibConfigDirectoryRef self, int inKey, CFDataRef* outValue, CFStringRef* outText);
3541 IOReturn (*GetKeyValue_ConfigDirectory) ( IOFireWireLibConfigDirectoryRef self, int inKey, IOFireWireLibConfigDirectoryRef* outValue, REFIID iid, CFStringRef* outText);
3543 IOReturn (*GetKeyOffset_FWAddress) ( IOFireWireLibConfigDirectoryRef self, int inKey, FWAddress* outValue, CFStringRef* text);
3565 IOReturn (*GetKeySubdirectories) ( IOFireWireLibConfigDirectoryRef self, int inKey, io_iterator_t* outIterator);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSCSPDLSession.h44 SSKey &lookupKey(const CssmKey &inKey);
H A DSSCSPDLSession.cpp87 SSCSPDLSession::lookupKey(const CssmKey &inKey) argument
90 if(inKey.blobType() != CSSM_KEYBLOB_REFERENCE) {
94 /* fetch key (this is just mapping the value in inKey.KeyData to an SSKey) */
95 SSKey &theKey = find<SSKey>(inKey);
H A DSSCSPSession.h73 SSKey &lookupKey(const CssmKey &inKey);
H A DSSCSPSession.cpp128 SSCSPSession::lookupKey(const CssmKey &inKey) argument
130 return mSSCSPDLSession.lookupKey(inKey);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duresimp.h189 * @param inKey a key associated with the requested resource
200 const char* inKey,
212 * @param inKey a key associated with the requested resource
221 const char* inKey,
H A Duresbund.cpp1656 const char* inKey,
1663 ures_getByKeyWithFallback(resB, inKey, &stack, status);
1714 const char* inKey,
1731 res = getTableItemByKeyPath(&(resB->fResData), resB->fRes, inKey);
1732 const char* key = inKey;
1747 uprv_strcpy(path+len, inKey);
1749 key = inKey;
1755 /*helper = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, helper, status);*/
1778 fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status);
1794 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundl argument
1655 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument
1713 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1847 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dpkgitems.cpp283 Resource res, const char *inKey, const char *parentKey, int32_t depth,
292 if(depth==1 && inKey!=NULL) {
293 if(0!=strcmp(inKey, "%%ALIAS")) {
329 inKey, depth+1,
350 inKey, depth+1,
281 ures_enumDependencies(const char *itemName, const ResourceData *pResData, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sshKey/
H A DsshKey.cpp1339 unsigned char *inKey = NULL; local
1341 if(readFile(inFile, &inKey, &inKeyLen)) {
1357 if(decodeSSH2DSAPubKey(inKey, inKeyLen, dsa, &comment)) {
1366 if(decodeSSH1RSAPrivKey(inKey, inKeyLen, password, rsa, &comment)) {
1373 if(decodeSSH1RSAPubKey(inKey, inKeyLen, rsa, &comment)) {
1379 if(decodeSSH2RSAPubKey(inKey, inKeyLen, rsa, &comment)) {
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Ddbcrypto.cpp317 KeyBlob *DatabaseCryptoCore::encodeKeyCore(const CssmKey &inKey, argument
321 CssmKey key = inKey;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c57 static EVP_PKEY *tslo_copy_key_to_evpkey(SecKeyRef inKey);
1706 static EVP_PKEY *tslo_copy_key_to_evpkey(SecKeyRef inKey) argument
1727 ortn = SecItemExport(inKey, kSecFormatWrappedPKCS8, 0, &params, (CFDataRef*)&intermediateData);
/macosx-10.10/MITKerberosShim-66/
H A DKrb4DeprecatedAPIs.c931 OSStatus KClientAddServiceKey (KClientSession inSession, UInt32 inVersion, const KClientKey *inKey) argument
/macosx-10.10/Security-57031.1.35/securityd/securityd_service/securityd_service/
H A Dmain.c704 memcpy(&inStruct1.inKey.key.key, keydata, keydata_len);
705 inStruct1.inKey.key.keysize = (cryptosize_t) keydata_len;

Completed in 323 milliseconds