Searched refs:SecProtocolType (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dadd_internet_password.c37 typedef uint32_t SecProtocolType; typedef
43 UInt16 port, SecProtocolType protocol,
117 SecProtocolType protocol = 0;
152 //protocol = (SecProtocolType)optarg;
H A Dkeychain_find.c27 typedef uint32_t SecProtocolType; typedef
150 SecProtocolType protocol, SecAuthenticationType authenticationType,
230 SecProtocolType protocol = 0;
H A Dshow_certificates.c61 typedef uint32_t SecProtocolType; typedef
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_find.h59 SecProtocolType protocol,
H A Dkeychain_add.c257 SecProtocolType protocol,
344 attrs[attrList.count].length = sizeof(SecProtocolType);
345 attrs[attrList.count].data = (SecProtocolType *)&protocol;
383 SecProtocolType protocol,
422 { kSecProtocolItemAttr, sizeof(SecProtocolType), (SecProtocolType *)&protocol },
695 SecProtocolType protocol = 0;
716 * " -r Specify protocol (optional four-character SecProtocolType, e.g. \"http\", \"ftp \")\n"
H A Dkeychain_find.c167 SecProtocolType protocol,
251 attrs[attrList.count].length = sizeof(SecProtocolType);
252 attrs[attrList.count].data = (SecProtocolType *)&protocol;
532 SecProtocolType protocol,
575 SecProtocolType protocol,
805 SecProtocolType protocol = 0;
908 SecProtocolType protocol = 0;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychain.h114 @typedef SecProtocolType
117 typedef FourCharCode SecProtocolType; typedef
518 @param protocol The protocol associated with this password. See SecProtocolType for a description of possible values.
526 OSStatus SecKeychainAddInternetPassword(SecKeychainRef keychain, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef);
541 @param protocol The protocol associated with this password. See SecProtocolType for a description of possible values.
549 OSStatus SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef);
H A DSecKeychain.cpp501 SecKeychainAddInternetPassword(SecKeychainRef keychainRef, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef)
559 SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef)
H A DSecItem.cpp117 SecProtocolType protocolType;
157 * _SecProtocolTypeForSecAttrProtocol converts a SecAttrProtocol to a SecProtocolType.
159 static SecProtocolType
163 SecProtocolType result = kSecProtocolTypeAny;
179 * _SecAttrProtocolForSecProtocolType converts a SecProtocolType to a SecAttrProtocol.
183 SecProtocolType protocolType)
1172 values[numValues] = _SecAttrProtocolForSecProtocolType(*(SecProtocolType*)attrList.attr[5].data);
1182 values[numValues] = _SecAttrAuthenticationTypeForSecAuthenticationType(*(SecProtocolType*)attrList.attr[6].data);
1838 attrListPtr->attr[attrListPtr->count].data = malloc(sizeof(SecProtocolType));
1842 attrListPtr->attr[attrListPtr->count].length = sizeof(SecProtocolType);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychain.h114 @typedef SecProtocolType
117 typedef FourCharCode SecProtocolType; typedef
518 @param protocol The protocol associated with this password. See SecProtocolType for a description of possible values.
526 OSStatus SecKeychainAddInternetPassword(SecKeychainRef keychain, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef);
541 @param protocol The protocol associated with this password. See SecProtocolType for a description of possible values.
549 OSStatus SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef);
H A DSecKeychain.cpp501 SecKeychainAddInternetPassword(SecKeychainRef keychainRef, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef)
559 SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef)
H A DSecItem.cpp117 SecProtocolType protocolType;
157 * _SecProtocolTypeForSecAttrProtocol converts a SecAttrProtocol to a SecProtocolType.
159 static SecProtocolType
163 SecProtocolType result = kSecProtocolTypeAny;
179 * _SecAttrProtocolForSecProtocolType converts a SecProtocolType to a SecAttrProtocol.
183 SecProtocolType protocolType)
1172 values[numValues] = _SecAttrProtocolForSecProtocolType(*(SecProtocolType*)attrList.attr[5].data);
1182 values[numValues] = _SecAttrAuthenticationTypeForSecAuthenticationType(*(SecProtocolType*)attrList.attr[6].data);
1838 attrListPtr->attr[attrListPtr->count].data = malloc(sizeof(SecProtocolType));
1842 attrListPtr->attr[attrListPtr->count].length = sizeof(SecProtocolType);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychain.h114 @typedef SecProtocolType
117 typedef FourCharCode SecProtocolType; typedef
518 @param protocol The protocol associated with this password. See SecProtocolType for a description of possible values.
526 OSStatus SecKeychainAddInternetPassword(SecKeychainRef keychain, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef);
541 @param protocol The protocol associated with this password. See SecProtocolType for a description of possible values.
549 OSStatus SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef);
H A DSecKeychain.cpp501 SecKeychainAddInternetPassword(SecKeychainRef keychainRef, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef)
559 SecKeychainFindInternetPassword(CFTypeRef keychainOrArray, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef)
H A DSecItem.cpp117 SecProtocolType protocolType;
157 * _SecProtocolTypeForSecAttrProtocol converts a SecAttrProtocol to a SecProtocolType.
159 static SecProtocolType
163 SecProtocolType result = kSecProtocolTypeAny;
179 * _SecAttrProtocolForSecProtocolType converts a SecProtocolType to a SecAttrProtocol.
183 SecProtocolType protocolType)
1172 values[numValues] = _SecAttrProtocolForSecProtocolType(*(SecProtocolType*)attrList.attr[5].data);
1182 values[numValues] = _SecAttrAuthenticationTypeForSecAuthenticationType(*(SecProtocolType*)attrList.attr[6].data);
1838 attrListPtr->attr[attrListPtr->count].data = malloc(sizeof(SecProtocolType));
1842 attrListPtr->attr[attrListPtr->count].length = sizeof(SecProtocolType);
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_agent.c246 static SecProtocolType getSecurityProtocol(CFStringRef str)
270 SecProtocolType protocol;

Completed in 248 milliseconds