Searched refs:aKey (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSDictionary.h561 * @param aKey An OSSymbol identifying the object
572 * An object already stored under <code>aKey</code> is released.
575 const OSSymbol * aKey,
584 * @param aKey An OSString identifying the object
594 * An OSSymbol for <code>aKey</code> is created internally.
595 * An object already stored under <code>aKey</code> is released.
598 const OSString * aKey,
608 * @param aKey A C string identifying the object
618 * An OSSymbol for <code>aKey</code> is created internally.
619 * An object already stored under <code>aKey</cod
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h94 @param aKey The property's name as a C-string.
99 virtual OSObject * copyProperty( const char * aKey,
108 @param aKey The property's name as an OSString.
113 virtual OSObject * copyProperty( const OSString * aKey,
122 @param aKey The property's name as an OSSymbol.
127 virtual OSObject * copyProperty( const OSSymbol * aKey,
279 @param aKey The properties name as an OSSymbol.
283 virtual bool setProperty(const OSSymbol * aKey, OSObject * anObject);
288 @param aKey The property's name as an OSString.
292 virtual bool setProperty(const OSString * aKey, OSObjec
[all...]
H A DIONVRAM.h148 virtual OSObject *copyProperty(const OSSymbol *aKey) const;
149 virtual OSObject *copyProperty(const char *aKey) const;
150 virtual OSObject *getProperty(const OSSymbol *aKey) const;
151 virtual OSObject *getProperty(const char *aKey) const;
152 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
153 virtual void removeProperty(const OSSymbol *aKey);
H A DIOCPU.h82 virtual OSObject *getProperty(const OSSymbol *aKey) const;
83 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DCKDKeyValueStore.h39 - (id)objectForKey:(NSString *)aKey;
40 - (void)setObject:(id)anObject forKey:(NSString *)aKey;
41 - (void)removeObjectForKey:(NSString *)aKey;
88 + (void)enqueueWrite:(id)anObject forKey:(NSString *)aKey from:(NSString *)identifier;
89 + (id)enqueueWithReply:(NSString *)aKey;
H A DCKDKeyValueStore.m110 - (id)objectForKey:(NSString *)aKey
112 pdebug(@"retrieving value for key \"%@\"", aKey);
113 id value = [CKDKeyValueStoreCollection enqueueWithReply:aKey];
114 pdebug(@"retrieved value for key \"%@\": %@", aKey, value);
118 - (void)setObject:(id)anObject forKey:(NSString *)aKey
120 pdebug(@"setting value for key \"%@\"", aKey);
121 [CKDKeyValueStoreCollection enqueueWrite:anObject forKey:aKey from:self.identifier];
124 - (void)removeObjectForKey:(NSString *)aKey
126 pdebug(@"removing value for key \"%@\"", aKey);
127 [CKDKeyValueStoreCollection enqueueWrite:NULL forKey:aKey fro
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSDictionary.cpp325 setObject(const OSSymbol *aKey, const OSMetaClassBase *anObject) argument
330 if (!anObject || !aKey)
336 i = OSSymbol::bsearch(aKey, &dictionary[0], count, sizeof(dictionary[0]));
337 exists = (i < count) && (aKey == dictionary[i].key);
339 if ((exists = (aKey == dictionary[i].key))) break;
362 aKey->taggedRetain(OSTypeID(OSCollection));
364 dictionary[i].key = aKey;
371 void OSDictionary::removeObject(const OSSymbol *aKey) argument
376 if (!aKey)
382 i = OSSymbol::bsearch(aKey,
503 OSString * aKey; local
[all...]
/macosx-10.10/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c92 char *amode, int akeysz, unsigned char *aKey,
123 if (EVP_CipherInit_ex(ctx, cipher, NULL, aKey, iVec, dir) <= 0)
276 unsigned char iVec[20], aKey[40]; local
444 len = hex2bin((char*)ibuf+6, aKey);
451 PrintValue("KEY", aKey, len);
457 len=hex2bin(ibuf+7,aKey);
464 memcpy(aKey+8,aKey,8);
465 memcpy(aKey+16,aKey,
91 DESTest(EVP_CIPHER_CTX *ctx, char *amode, int akeysz, unsigned char *aKey, unsigned char *iVec, int dir, unsigned char *out, unsigned char *in, int len) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dfips_desmovs.c92 char *amode, int akeysz, unsigned char *aKey,
123 if (EVP_CipherInit_ex(ctx, cipher, NULL, aKey, iVec, dir) <= 0)
276 unsigned char iVec[20], aKey[40]; local
444 len = hex2bin((char*)ibuf+6, aKey);
451 PrintValue("KEY", aKey, len);
457 len=hex2bin(ibuf+7,aKey);
464 memcpy(aKey+8,aKey,8);
465 memcpy(aKey+16,aKey,
91 DESTest(EVP_CIPHER_CTX *ctx, char *amode, int akeysz, unsigned char *aKey, unsigned char *iVec, int dir, unsigned char *out, unsigned char *in, int len) argument
[all...]
H A Dfips_aesavs.c93 char *amode, int akeysz, unsigned char *aKey,
214 if (EVP_CipherInit_ex(ctx, cipher, NULL, aKey, iVec, dir) <= 0)
242 int akeysz, unsigned char *aKey,unsigned char *iVec,
272 memcpy(key[0], aKey, nkeysz);
560 unsigned char iVec[20], aKey[40]; local
711 len = hex2bin((char*)ibuf+6, aKey);
718 PrintValue("KEY", aKey, len);
777 if(do_mct(amode, akeysz, aKey, iVec,
784 ret = AESTest(&ctx, amode, akeysz, aKey, iVec,
817 do_mct(amode, akeysz, aKey, iVe
92 AESTest(EVP_CIPHER_CTX *ctx, char *amode, int akeysz, unsigned char *aKey, unsigned char *iVec, int dir, unsigned char *plaintext, unsigned char *ciphertext, int len) argument
241 do_mct(char *amode, int akeysz, unsigned char *aKey,unsigned char *iVec, int dir, unsigned char *text, int len, FILE *rfp) argument
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/PyObjCTools/
H A DConversion.py133 for aKey in aPyCollection:
135 if not isinstance(aKey, str):
137 if not isinstance(aKey, basestring):
141 aPyCollection[aKey], conversionHelper=conversionHelper)
142 collection[aKey] = convertedValue
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DConversion.py116 for aKey in aPyCollection:
117 if not isinstance(aKey, basestring):
120 aPyCollection[aKey], conversionHelper=conversionHelper)
121 collection[aKey] = convertedValue
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DConversion.py116 for aKey in aPyCollection:
117 if not isinstance(aKey, basestring):
120 aPyCollection[aKey], conversionHelper=conversionHelper)
121 collection[aKey] = convertedValue
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportUtils.h209 CSSM_KEYATTR_FLAGS ConvertArrayToKeyAttributes(SecKeyRef aKey, CFArrayRef usage);
211 Boolean ConvertSecKeyImportExportParametersToSecImportExportKeyParameters(SecKeyRef aKey,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportUtils.h209 CSSM_KEYATTR_FLAGS ConvertArrayToKeyAttributes(SecKeyRef aKey, CFArrayRef usage);
211 Boolean ConvertSecKeyImportExportParametersToSecImportExportKeyParameters(SecKeyRef aKey,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportUtils.h209 CSSM_KEYATTR_FLAGS ConvertArrayToKeyAttributes(SecKeyRef aKey, CFArrayRef usage);
211 Boolean ConvertSecKeyImportExportParametersToSecImportExportKeyParameters(SecKeyRef aKey,
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.h181 virtual OSObject * getHeaderProperty( const OSString * aKey) const;
182 virtual OSObject * getHeaderProperty( const char * aKey) const;
183 virtual bool setHeaderProperty(const OSString * aKey, OSObject * anObject);
184 virtual bool setHeaderProperty(const char * aKey, OSObject * anObject);
185 virtual bool setHeaderProperty(const char * aKey, const char * cString);
186 virtual bool setHeaderProperty(const char * aKey, unsigned long long aValue, unsigned int aNumberOfBits);
H A DAppleRAIDMember.cpp749 OSObject * AppleRAIDMember::getHeaderProperty(const OSString * aKey) const
751 return arHeader->getObject(aKey);
754 OSObject * AppleRAIDMember::getHeaderProperty(const char * aKey) const
756 return arHeader->getObject(aKey);
759 bool AppleRAIDMember::setHeaderProperty(const OSString * aKey, OSObject * anObject) argument
761 return arHeader->setObject(aKey, anObject);
764 bool AppleRAIDMember::setHeaderProperty(const char * aKey, OSObject * anObject) argument
766 return arHeader->setObject(aKey, anObject);
769 bool AppleRAIDMember::setHeaderProperty(const char * aKey, const char * cString) argument
775 success = arHeader->setObject(aKey, aStrin
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp407 IORegistryEntry::copyProperty( type * aKey) constant \
412 obj = getProperty( aKey ); \
422 IORegistryEntry::getProperty( type * aKey, \
426 OSObject * obj = getProperty( aKey ); \
435 obj = entry->getProperty( aKey ); \
446 IORegistryEntry::copyProperty( type * aKey, \
450 OSObject * obj = copyProperty( aKey ); \
459 obj = entry->copyProperty( aKey ); \
512 IORegistryEntry::getProperty( const OSSymbol * aKey) const
517 obj = getPropertyTable()->getObject( aKey );
524 removeProperty( const OSSymbol * aKey) argument
541 setProperty( const OSSymbol * aKey, OSObject * anObject) argument
608 removeProperty( const OSString * aKey) argument
616 removeProperty( const char * aKey) argument
624 setProperty( const OSString * aKey, OSObject * anObject) argument
634 setProperty( const char * aKey, OSObject * anObject) argument
644 setProperty(const char * aKey, const char * aString) argument
660 setProperty(const char * aKey, bool aBoolean) argument
676 setProperty( const char * aKey, unsigned long long aValue, unsigned int aNumberOfBits) argument
694 setProperty( const char * aKey, void * bytes, unsigned int length) argument
[all...]
H A DIONVRAM.cpp296 OSObject *IODTNVRAM::copyProperty(const OSSymbol *aKey) const
305 variablePerm = getOFVariablePerm(aKey);
313 theObject = _ofDict->getObject(aKey);
320 OSObject *IODTNVRAM::copyProperty(const char *aKey) const
325 keySymbol = OSSymbol::withCString(aKey);
334 OSObject *IODTNVRAM::getProperty(const OSSymbol *aKey) const
338 theObject = copyProperty(aKey);
344 OSObject *IODTNVRAM::getProperty(const char *aKey) const
348 theObject = copyProperty(aKey);
354 bool IODTNVRAM::setProperty(const OSSymbol *aKey, OSObjec argument
414 removeProperty(const OSSymbol *aKey) argument
[all...]
H A DIOCPU.cpp518 OSObject *IOCPU::getProperty(const OSSymbol *aKey) const
520 if (aKey == gIOCPUStateKey) return gIOCPUStateNames[_cpuState];
522 return super::getProperty(aKey);
525 bool IOCPU::setProperty(const OSSymbol *aKey, OSObject *anObject) argument
529 if (aKey == gIOCPUStateKey) {
552 return super::setProperty(aKey, anObject);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSCSPDLSession.cpp129 SSKey *aKey = dynamic_cast<SSKey *>(it->second); local
130 if (aKey->optionalKeyHandle() == keyHandle)
133 theKey = aKey;
/macosx-10.10/OpenSSL098-52/src/fips/aes/
H A Dfips_aesavs.c93 char *amode, int akeysz, unsigned char *aKey,
214 if (EVP_CipherInit_ex(ctx, cipher, NULL, aKey, iVec, dir) <= 0)
242 int akeysz, unsigned char *aKey,unsigned char *iVec,
272 memcpy(key[0], aKey, nkeysz);
560 unsigned char iVec[20], aKey[40]; local
711 len = hex2bin((char*)ibuf+6, aKey);
718 PrintValue("KEY", aKey, len);
777 if(do_mct(amode, akeysz, aKey, iVec,
784 ret = AESTest(&ctx, amode, akeysz, aKey, iVec,
817 do_mct(amode, akeysz, aKey, iVe
92 AESTest(EVP_CIPHER_CTX *ctx, char *amode, int akeysz, unsigned char *aKey, unsigned char *iVec, int dir, unsigned char *plaintext, unsigned char *ciphertext, int len) argument
241 do_mct(char *amode, int akeysz, unsigned char *aKey,unsigned char *iVec, int dir, unsigned char *text, int len, FILE *rfp) argument
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.h94 virtual OSObject * copyProperty( const char * aKey) const;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.h656 @param aKey An OSSymbol identifying the object to be removed.
659 virtual bool removeNetworkData( const OSSymbol * aKey );
665 @param aKey A C-string identifying the object to be removed.
668 virtual bool removeNetworkData( const char * aKey );
675 @param aKey A C-string identifying the object.
679 virtual IONetworkData * getNetworkData( const char * aKey ) const;
686 @param aKey An OSSymbol identifying the object.
690 virtual IONetworkData * getNetworkData(const OSSymbol * aKey) const;
693 IONetworkData * getParameter(const char * aKey) const;

Completed in 155 milliseconds

12