Searched defs:key (Results 151 - 175 of 2468) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/misc/
H A Drc2_skey.c111 void RC2_set_key(RC2_KEY *key, int len, unsigned char *data, int bits) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DLockedMap.h42 *lookupEntryLocked(KeyType key) argument
55 addEntry(ValueType &value, KeyType key) argument
62 *lookupEntry(KeyType key) argument
69 removeEntry(KeyType key) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dcryptoclient.cpp33 void Crypt::key(const Key &key) argument
H A Dgenkey.cpp57 Key key; local
67 void GenerateKey::operator () (CssmKey &key, const KeySpec &spec) argument
69 check(CSSM_GenerateKey(handle(), spec.usage, spec.attributes, spec.label, &compositeRcc(), &key)); local
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DTokenStreamSelector.cpp31 void TokenStreamSelector::addInputStream(TokenStream* stream, const ANTLR_USE_NAMESPACE(std)string& key) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcserror.cpp54 void CSError::throwMe(OSStatus rc, CFStringRef key, CFTypeRef value) argument
63 void CSError::augment(CFStringRef key, CFTypeRef value) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A Delliptic.h55 typedef keystruct *key; typedef
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslNullCipher.c38 NullInit( const SSLSymmetricCipherParams *cipher, int encrypting, uint8_t *key, uint8_t *iv, SymCipherContext *cipherCtx) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslNullCipher.c38 NullInit( const SSLSymmetricCipherParams *cipher, int encrypting, uint8_t *key, uint8_t *iv, SymCipherContext *cipherCtx) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslNullCipher.c38 NullInit( const SSLSymmetricCipherParams *cipher, int encrypting, uint8_t *key, uint8_t *iv, SymCipherContext *cipherCtx) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dadornments.cpp64 void Adornable::setAdornment(Key key, Adornment *ad) argument
71 Adornment *Adornable::swapAdornment(Key key, Adornment *ad) argument
77 Adornment *&Adornable::adornmentSlot(Key key) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DBaseClickableWithKeyInputType.cpp44 const String& key = event->keyIdentifier(); local
68 const String& key = event->keyIdentifier(); local
H A DCheckboxInputType.cpp65 const String& key = event->keyIdentifier(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURLHash.h36 static unsigned hash(const KURL& key) argument
H A DLinkHash.h40 static unsigned hash(LinkHash key) { return static_cast<unsigned>(key); } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DSimpleFontDataCoreText.cpp36 unsigned key = typesettingFeatures + 1; local
/macosx-10.9.5/WebCore-7537.78.1/platform/leveldb/
H A DLevelDBWriteBatch.cpp56 void LevelDBWriteBatch::put(const LevelDBSlice& key, const LevelDBSlice& value) argument
61 void LevelDBWriteBatch::remove(const LevelDBSlice& key) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DMIMEHeader.cpp50 String key; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWindowsExtras.h41 HKEY key; local
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleCustomFilterProgramCache.cpp72 CustomFilterProgramInfo key = programCacheKey(program); local
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageEvent.h39 String key; member in struct:WebCore::StorageEventInit
53 const String& key() const { return m_key; } function in class:WebCore::StorageEvent
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKPluginInformation.cpp37 static WebString* key = WebString::create(pluginInformationBundleIdentifierKey()).leakRef(); local
43 static WebString* key = WebString::create(pluginInformationBundleVersionKey()).leakRef(); local
49 static WebString* key = WebString::create(pluginInformationBundleShortVersionKey()).leakRef(); local
55 static WebString* key = WebString::create(pluginInformationPathKey()).leakRef(); local
61 static WebString* key = WebString::create(pluginInformationDisplayNameKey()).leakRef(); local
67 static WebString* key = WebString::create(pluginInformationDefaultLoadPolicyKey()).leakRef(); local
73 static WebString* key = WebString::create(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey()).leakRef(); local
79 static WebString* key = WebString::create(pluginInformationHasSandboxProfileKey()).leakRef(); local
85 static WebString* key = WebString::create(pluginInformationFrameURLKey()).leakRef(); local
91 static WebString* key = WebString::create(pluginInformationMIMETypeKey()).leakRef(); local
97 static WebString* key = WebString::create(pluginInformationPageURLKey()).leakRef(); local
103 static WebString* key = WebString::create(pluginInformationPluginspageAttributeURLKey()).leakRef(); local
109 static WebString* key = WebString::create(pluginInformationPluginURLKey()).leakRef(); local
115 static WebString* key = WebString::create(plugInInformationReplacementObscuredKey()).leakRef(); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DImmutableDictionary.h59 T* get(const String& key) argument
71 APIObject* get(const String& key) argument
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dap_regkey.h90 AP_DECLARE(apr_status_t) ap_regkey_close(ap_regkey_t *key); variable
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dthreadpriv.c20 apr_status_t apr_threadkey_private_create(apr_threadkey_t **key, argument
38 apr_status_t apr_threadkey_private_get(void **new, apr_threadkey_t *key) argument
50 apr_status_t apr_threadkey_private_set(void *priv, apr_threadkey_t *key) argument
61 apr_threadkey_private_delete(apr_threadkey_t *key) argument
70 apr_threadkey_data_get(void **data, const char *key, apr_threadkey_t *threadkey) argument
75 apr_threadkey_data_set(void *data, const char *key, apr_status_t (*cleanup) (void *), apr_threadkey_t *threadkey) argument
82 apr_os_threadkey_get(apr_os_threadkey_t *thekey, apr_threadkey_t *key) argument
89 apr_os_threadkey_put(apr_threadkey_t **key, apr_os_threadkey_t *thekey, apr_pool_t *pool) argument
[all...]

Completed in 307 milliseconds

1234567891011>>