Searched +defs:access +defs:key (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/apache-786.1/httpd/os/win32/
H A Dap_regkey.c46 static apr_status_t regkey_cleanup(void *key) argument
64 DWORD access = KEY_QUERY_VALUE; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Coder.cpp144 setAccess( SecAccessRef access) argument
351 addKey( P12KeyBag *key) argument
H A Dpkcs12Crypto.cpp41 p12KeyGen( CSSM_CSP_HANDLE cspHand, CSSM_KEY &key, bool isForEncr, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, CSSM_DATA &iv) argument
372 p12UnwrapKey( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE_PTR dlDbHand, int keyIsPermanent, const CSSM_DATA &shroudedKeyBits, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, const CSSM_DATA &labelData, SecAccessRef access, bool noAcl, CSSM_KEYUSE keyUsage, CSSM_KEYATTR_FLAGS keyAttrs, CSSM_KEY_PTR &privKey) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Coder.cpp144 setAccess( SecAccessRef access) argument
351 addKey( P12KeyBag *key) argument
H A Dpkcs12Crypto.cpp41 p12KeyGen( CSSM_CSP_HANDLE cspHand, CSSM_KEY &key, bool isForEncr, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, CSSM_DATA &iv) argument
372 p12UnwrapKey( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE_PTR dlDbHand, int keyIsPermanent, const CSSM_DATA &shroudedKeyBits, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, const CSSM_DATA &labelData, SecAccessRef access, bool noAcl, CSSM_KEYUSE keyUsage, CSSM_KEYATTR_FLAGS keyAttrs, CSSM_KEY_PTR &privKey) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddst_parse.c345 dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex, argument
532 dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv, argument
540 isc_fsaccess_t access; local
[all...]
H A Ddst_api.c273 dst_context_create(dst_key_t *key, isc_mem_t *mctx, dst_context_t **dctxp) { argument
327 dst_key_t *key; local
386 dst_key_tofile(const dst_key_t *key, int type, const char *directory) argument
418 dst_key_t *key; local
460 dst_key_t *pubkey = NULL, *key = NULL; local
563 dst_key_todns(const dst_key_t *key, isc_buffer_t *target) argument
599 dst_key_t *key = NULL; local
641 dst_key_t *key = NULL; local
662 dst_key_tobuffer(const dst_key_t *key, isc_buffer_t *target) argument
676 dst_key_privatefrombuffer(dst_key_t *key, isc_buffer_t *buffer) argument
698 dst_key_getgssctx(const dst_key_t *key) argument
709 dst_key_t *key; local
743 dst_key_t *key; local
798 dst_key_t *key; local
840 dst_key_getnum(const dst_key_t *key, int type, isc_uint32_t *valuep) argument
852 dst_key_setnum(dst_key_t *key, int type, isc_uint32_t value) argument
861 dst_key_unsetnum(dst_key_t *key, int type) argument
869 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep) argument
880 dst_key_settime(dst_key_t *key, int type, isc_stdtime_t when) argument
888 dst_key_unsettime(dst_key_t *key, int type) argument
895 dst_key_getprivateformat(const dst_key_t *key, int *majorp, int *minorp) argument
905 dst_key_setprivateformat(dst_key_t *key, int major, int minor) argument
1040 dst_key_t *key; local
1073 dst_key_isprivate(const dst_key_t *key) argument
1080 dst_key_buildfilename(const dst_key_t *key, int type, const char *directory, isc_buffer_t *out) argument
1092 dst_key_sigsize(const dst_key_t *key, unsigned int *n) argument
1142 dst_key_secretsize(const dst_key_t *key, unsigned int *n) argument
1158 dst_key_setflags(dst_key_t *key, isc_uint32_t flags) argument
1165 dst_key_format(const dst_key_t *key, char *cp, unsigned int size) argument
1176 dst_key_dump(dst_key_t *key, isc_mem_t *mctx, char **buffer, int *length) argument
1193 dst_key_t *key; local
1230 dst_key_t *key; local
1403 issymmetric(const dst_key_t *key) argument
1431 printtime(const dst_key_t *key, int type, const char *tag, FILE *stream) argument
1480 write_public_key(const dst_key_t *key, int type, const char *directory) argument
1490 isc_fsaccess_t access; local
1626 computeid(dst_key_t *key) argument
1648 dst_key_t *key; local
1774 dst_key_tkeytoken(const dst_key_t *key) argument
[all...]
/macosx-10.9.5/IOStorageFamily-172/
H A DIOPartitionScheme.cpp127 IOStorageAccess access = (uintptr_t) argument; local
495 OSSymbol * key; local
[all...]
H A DIOMediaBSDClient.cpp131 void * key; // (anchor key) member in struct:AnchorSlot
881 IOStorageAccess access; local
2773 insert(IOService * anchor, void * key) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassWriter.java221 Item key; field in class:ClassWriter
236 private int access; field in class:ClassWriter
530 visit( final int version, final int access, final String name, final String signature, final String superName, final String[] interfaces) argument
594 visitInnerClass( final String name, final String outerName, final String innerName, final int access) argument
610 visitField( final int access, final String name, final String desc, final String signature, final Object value) argument
620 visitMethod( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
1115 get(final Item key) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DResourceHandleManager.cpp119 static void curl_lock_callback(CURL* handle, curl_lock_data data, curl_lock_access access, void* userPtr) argument
240 static bool isAppendableHeader(const String &key) argument
363 String key = header.left(splitPos).stripWhiteSpace(); local
830 String key = it->key; local
[all...]
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp539 void AppleRAIDSet::setSmallest64BitMemberPropertyFor(const char * key, UInt32 multiplier) argument
562 void AppleRAIDSet::setLargest64BitMemberPropertyFor(const char * key, UInt32 multiplier) argument
1571 IOStorageAccess access = (IOStorageAccess) (uintptr_t) argument; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DKeyItem.cpp93 KeyItem::KeyItem(const CssmClient::Key &key) : argument
143 SecPointer<Access> access; local
258 SecPointer<Access> access; local
397 KeyItem::key() function in class:KeyItem
1063 CssmClient::Key key; local
[all...]
H A DSecKey.cpp126 SecKeyGetCSSMKey(SecKeyRef key, const CSSM_KEY **cssmKey) argument
165 SecKeyGetAlgorithmId(SecKeyRef key) argument
562 CFTypeRef key; local
819 SecKeyRawSign( SecKeyRef key, SecPadding padding, const uint8_t *dataToSign, size_t dataToSignLen, uint8_t *sig, size_t *sigLen) argument
848 SecKeyRawVerifyOSX( SecKeyRef key, SecPadding padding, const uint8_t *signedData, size_t signedDataLen, const uint8_t *sig, size_t sigLen) argument
861 SecKeyRawVerify( SecKeyRef key, SecPadding padding, const uint8_t *signedData, size_t signedDataLen, const uint8_t *sig, size_t sigLen) argument
892 SecKeyEncrypt( SecKeyRef key, SecPadding padding, const uint8_t *plainText, size_t plainTextLen, uint8_t *cipherText, size_t *cipherTextLen) argument
919 SecKeyDecrypt( SecKeyRef key, SecPadding padding, const uint8_t *cipherText, size_t cipherTextLen, uint8_t *plainText, size_t *plainTextLen) argument
946 SecKeyGetBlockSize(SecKeyRef key) argument
1004 utilGetStringFromCFDict(CFDictionaryRef parameters, CFTypeRef key, CFTypeRef defaultValue) argument
1012 utilGetNumberFromCFDict(CFDictionaryRef parameters, CFTypeRef key, uint32_t defaultValue) argument
1025 utilGetMaskValFromCFDict(CFDictionaryRef parameters, CFTypeRef key, uint32_t maskValue) argument
1134 SecKeyRef key = NULL; local
1136 SecAccessRef access; local
1502 SecKeyGetDigestInfo(SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *data, size_t dataLen, bool digestData, uint8_t *digestInfo, size_t *digestInfoLen ) argument
1694 SecKeyVerifyDigest( SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *digestData, size_t digestDataLen, const uint8_t *sig, size_t sigLen) argument
1714 SecKeySignDigest( SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *digestData, size_t digestDataLen, uint8_t *sig, size_t *sigLen) argument
1736 SecECKeyGetNamedCurve(SecKeyRef key) argument
1805 SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes) argument
1952 SecECKeyCopyPublicBits(SecKeyRef key) argument
2074 _SecKeyCopyRSAPublicModulusAndExponent(SecKeyRef key, CFDataRef *modulus, CFDataRef *exponent) argument
2129 SecKeyCopyModulus(SecKeyRef key) argument
2157 SecKeyCopyExponent(SecKeyRef key) argument
[all...]
H A DSecItem.cpp554 CFTypeRef key = keysPtr[i]; local
2152 SecAccessRef access; local
2267 SecAccessRef access = NULL; local
2466 _AddDictValueToOtherDict(const void *key, const void *value, void *context) argument
2664 SecAccessRef access; // access reference (for SecItemAdd only, not used to find items) member in struct:SecItemParams
2672 _ValidateDictionaryEntry(CFDictionaryRef dict, CFTypeRef key, const void **value, CFTypeID expectedTypeID, CFTypeID altTypeID) argument
2949 SecPointer<Access> access; local
2971 KeyItem *key = KeyItem::required(keyRef); local
3735 SecItemApplyChanges(const void *key, const void *value, void *context) argument
4076 SecAccessRef access = (SecAccessRef) CFDictionaryGetValue(result, kSecAttrAccess); local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DKeyItem.cpp93 KeyItem::KeyItem(const CssmClient::Key &key) : argument
143 SecPointer<Access> access; local
258 SecPointer<Access> access; local
397 KeyItem::key() function in class:KeyItem
1063 CssmClient::Key key; local
[all...]
H A DSecKey.cpp126 SecKeyGetCSSMKey(SecKeyRef key, const CSSM_KEY **cssmKey) argument
165 SecKeyGetAlgorithmId(SecKeyRef key) argument
562 CFTypeRef key; local
819 SecKeyRawSign( SecKeyRef key, SecPadding padding, const uint8_t *dataToSign, size_t dataToSignLen, uint8_t *sig, size_t *sigLen) argument
848 SecKeyRawVerifyOSX( SecKeyRef key, SecPadding padding, const uint8_t *signedData, size_t signedDataLen, const uint8_t *sig, size_t sigLen) argument
861 SecKeyRawVerify( SecKeyRef key, SecPadding padding, const uint8_t *signedData, size_t signedDataLen, const uint8_t *sig, size_t sigLen) argument
892 SecKeyEncrypt( SecKeyRef key, SecPadding padding, const uint8_t *plainText, size_t plainTextLen, uint8_t *cipherText, size_t *cipherTextLen) argument
919 SecKeyDecrypt( SecKeyRef key, SecPadding padding, const uint8_t *cipherText, size_t cipherTextLen, uint8_t *plainText, size_t *plainTextLen) argument
946 SecKeyGetBlockSize(SecKeyRef key) argument
1004 utilGetStringFromCFDict(CFDictionaryRef parameters, CFTypeRef key, CFTypeRef defaultValue) argument
1012 utilGetNumberFromCFDict(CFDictionaryRef parameters, CFTypeRef key, uint32_t defaultValue) argument
1025 utilGetMaskValFromCFDict(CFDictionaryRef parameters, CFTypeRef key, uint32_t maskValue) argument
1134 SecKeyRef key = NULL; local
1136 SecAccessRef access; local
1502 SecKeyGetDigestInfo(SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *data, size_t dataLen, bool digestData, uint8_t *digestInfo, size_t *digestInfoLen ) argument
1694 SecKeyVerifyDigest( SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *digestData, size_t digestDataLen, const uint8_t *sig, size_t sigLen) argument
1714 SecKeySignDigest( SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *digestData, size_t digestDataLen, uint8_t *sig, size_t *sigLen) argument
1736 SecECKeyGetNamedCurve(SecKeyRef key) argument
1805 SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes) argument
1952 SecECKeyCopyPublicBits(SecKeyRef key) argument
2074 _SecKeyCopyRSAPublicModulusAndExponent(SecKeyRef key, CFDataRef *modulus, CFDataRef *exponent) argument
2129 SecKeyCopyModulus(SecKeyRef key) argument
2157 SecKeyCopyExponent(SecKeyRef key) argument
[all...]
H A DSecItem.cpp554 CFTypeRef key = keysPtr[i]; local
2152 SecAccessRef access; local
2267 SecAccessRef access = NULL; local
2466 _AddDictValueToOtherDict(const void *key, const void *value, void *context) argument
2664 SecAccessRef access; // access reference (for SecItemAdd only, not used to find items) member in struct:SecItemParams
2672 _ValidateDictionaryEntry(CFDictionaryRef dict, CFTypeRef key, const void **value, CFTypeID expectedTypeID, CFTypeID altTypeID) argument
2949 SecPointer<Access> access; local
2971 KeyItem *key = KeyItem::required(keyRef); local
3735 SecItemApplyChanges(const void *key, const void *value, void *context) argument
4076 SecAccessRef access = (SecAccessRef) CFDictionaryGetValue(result, kSecAttrAccess); local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DKeyItem.cpp93 KeyItem::KeyItem(const CssmClient::Key &key) : argument
143 SecPointer<Access> access; local
258 SecPointer<Access> access; local
397 KeyItem::key() function in class:KeyItem
1063 CssmClient::Key key; local
[all...]
H A DSecKey.cpp126 SecKeyGetCSSMKey(SecKeyRef key, const CSSM_KEY **cssmKey) argument
165 SecKeyGetAlgorithmId(SecKeyRef key) argument
562 CFTypeRef key; local
819 SecKeyRawSign( SecKeyRef key, SecPadding padding, const uint8_t *dataToSign, size_t dataToSignLen, uint8_t *sig, size_t *sigLen) argument
848 SecKeyRawVerifyOSX( SecKeyRef key, SecPadding padding, const uint8_t *signedData, size_t signedDataLen, const uint8_t *sig, size_t sigLen) argument
861 SecKeyRawVerify( SecKeyRef key, SecPadding padding, const uint8_t *signedData, size_t signedDataLen, const uint8_t *sig, size_t sigLen) argument
892 SecKeyEncrypt( SecKeyRef key, SecPadding padding, const uint8_t *plainText, size_t plainTextLen, uint8_t *cipherText, size_t *cipherTextLen) argument
919 SecKeyDecrypt( SecKeyRef key, SecPadding padding, const uint8_t *cipherText, size_t cipherTextLen, uint8_t *plainText, size_t *plainTextLen) argument
946 SecKeyGetBlockSize(SecKeyRef key) argument
1004 utilGetStringFromCFDict(CFDictionaryRef parameters, CFTypeRef key, CFTypeRef defaultValue) argument
1012 utilGetNumberFromCFDict(CFDictionaryRef parameters, CFTypeRef key, uint32_t defaultValue) argument
1025 utilGetMaskValFromCFDict(CFDictionaryRef parameters, CFTypeRef key, uint32_t maskValue) argument
1134 SecKeyRef key = NULL; local
1136 SecAccessRef access; local
1502 SecKeyGetDigestInfo(SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *data, size_t dataLen, bool digestData, uint8_t *digestInfo, size_t *digestInfoLen ) argument
1694 SecKeyVerifyDigest( SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *digestData, size_t digestDataLen, const uint8_t *sig, size_t sigLen) argument
1714 SecKeySignDigest( SecKeyRef key, const SecAsn1AlgId *algId, const uint8_t *digestData, size_t digestDataLen, uint8_t *sig, size_t *sigLen) argument
1736 SecECKeyGetNamedCurve(SecKeyRef key) argument
1805 SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes) argument
1952 SecECKeyCopyPublicBits(SecKeyRef key) argument
2074 _SecKeyCopyRSAPublicModulusAndExponent(SecKeyRef key, CFDataRef *modulus, CFDataRef *exponent) argument
2129 SecKeyCopyModulus(SecKeyRef key) argument
2157 SecKeyCopyExponent(SecKeyRef key) argument
[all...]
H A DSecItem.cpp554 CFTypeRef key = keysPtr[i]; local
2152 SecAccessRef access; local
2267 SecAccessRef access = NULL; local
2466 _AddDictValueToOtherDict(const void *key, const void *value, void *context) argument
2664 SecAccessRef access; // access reference (for SecItemAdd only, not used to find items) member in struct:SecItemParams
2672 _ValidateDictionaryEntry(CFDictionaryRef dict, CFTypeRef key, const void **value, CFTypeID expectedTypeID, CFTypeID altTypeID) argument
2949 SecPointer<Access> access; local
2971 KeyItem *key = KeyItem::required(keyRef); local
3735 SecItemApplyChanges(const void *key, const void *value, void *context) argument
4076 SecAccessRef access = (SecAccessRef) CFDictionaryGetValue(result, kSecAttrAccess); local
[all...]
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPKeychainUtil.c223 const CFStringRef * key; member in struct:CFStringSecItemTag
340 SecAccessRef access = NULL; local
105 EAPSecKeychainPasswordItemCreateWithAccess(SecKeychainRef keychain, SecAccessRef access, CFStringRef unique_id_str, CFDataRef label, CFDataRef description, CFDataRef user, CFDataRef password) argument
563 CFStringRef key; local
663 EAPSecKeychainPasswordItemCreateWithAccess(SecKeychainRef keychain, SecAccessRef access, CFStringRef unique_id_str, CFDataRef label, CFDataRef description, CFDataRef user, CFDataRef password) argument
708 SecAccessRef access = NULL; local
876 EAPSecKeychainPasswordItemCreateUniqueWithAccess(SecKeychainRef keychain, SecAccessRef access, CFDataRef label, CFDataRef description, CFDataRef user, CFDataRef password, CFStringRef * ret_unique_id) argument
1143 SecAccessRef access = NULL; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/cf/
H A Ditem.c271 createItem(const void *key, const void *value, void *contextValue) argument
419 storeItem(const void *key, const void *value, void *context) argument
751 CFTypeRef access = (void *)CFDictionaryGetValue(attributes, kSecAttrAccess); local
760 CFTypeRef access = (void *)CFDictionaryGetValue(attributes, kSecAttrAccessGroup); local
827 matchAttr(const void *key, const void *value, void *context) argument
853 searchFunction(const void *key, const void *value, void *context) argument
887 modifyAttributes(const void *key, const void *value, void *context) argument
929 validateAttributes(const void *key, const void *value, void *context) argument
1607 GSSItemGetValue(GSSItemRef item, CFStringRef key) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dproto.c90 # define access _huh_access macro
111 # undef access macro
1478 static const Item_t key[] = variable
[all...]

Completed in 274 milliseconds

12