Searched refs:SecAuthenticationType (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dadd_internet_password.c38 typedef uint32_t SecAuthenticationType; typedef
44 SecAuthenticationType authenticationType, const void *passwordData)
118 SecAuthenticationType authenticationType = 0;
128 " -c Use SecAuthenticationType \n"
H A Dkeychain_find.c28 typedef uint32_t SecAuthenticationType; typedef
150 SecProtocolType protocol, SecAuthenticationType authenticationType,
231 SecAuthenticationType authenticationType = 0;
H A Dshow_certificates.c62 typedef uint32_t SecAuthenticationType; typedef
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_find.h60 SecAuthenticationType authenticationType);
H A Dkeychain_add.c258 SecAuthenticationType authenticationType,
350 attrs[attrList.count].length = sizeof(SecAuthenticationType);
351 attrs[attrList.count].data = (SecAuthenticationType *)&authenticationType;
384 SecAuthenticationType authenticationType,
423 { kSecAuthenticationTypeItemAttr, sizeof(SecAuthenticationType), (SecAuthenticationType *)&authenticationType },
696 SecAuthenticationType authenticationType = OSSwapHostToBigInt32('dflt');
718 * " -t Specify authentication type (as a four-character SecAuthenticationType, default is \"dflt\")\n"
H A Dkeychain_find.c168 SecAuthenticationType authenticationType)
257 attrs[attrList.count].length = sizeof(SecAuthenticationType);
258 attrs[attrList.count].data = (SecAuthenticationType *)&authenticationType;
533 SecAuthenticationType authenticationType,
576 SecAuthenticationType authenticationType)
806 SecAuthenticationType authenticationType = 0;
909 SecAuthenticationType authenticationType = 0;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychain.h76 @typedef SecAuthenticationType
79 typedef FourCharCode SecAuthenticationType; typedef
519 @param authenticationType The authentication scheme used. See SecAuthenticationType for a description of possible values. Pass the constant kSecAuthenticationTypeDefault to specify the default authentication scheme.
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);
542 @param authenticationType The authentication scheme used. See SecAuthenticationType for a description of possible values. Pass the constant kSecAuthenticationTypeDefault to specify the default authentication scheme.
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.cpp202 SecAuthenticationType authType;
220 * SecAttrAuthenticationType to a SecAuthenticationType.
222 static SecAuthenticationType
226 SecAuthenticationType result = kSecAuthenticationTypeAny;
242 * _SecAttrAuthenticationTypeForSecAuthenticationType converts a SecAuthenticationType
247 SecAuthenticationType authenticationType)
1850 attrListPtr->attr[attrListPtr->count].data = malloc(sizeof(SecAuthenticationType));
1854 attrListPtr->attr[attrListPtr->count].length = sizeof(SecAuthenticationType);
1855 *(SecAuthenticationType *)(attrListPtr->attr[attrListPtr->count].data) = _SecAuthenticationTypeForSecAttrAuthenticationType(value);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychain.h76 @typedef SecAuthenticationType
79 typedef FourCharCode SecAuthenticationType; typedef
519 @param authenticationType The authentication scheme used. See SecAuthenticationType for a description of possible values. Pass the constant kSecAuthenticationTypeDefault to specify the default authentication scheme.
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);
542 @param authenticationType The authentication scheme used. See SecAuthenticationType for a description of possible values. Pass the constant kSecAuthenticationTypeDefault to specify the default authentication scheme.
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.cpp202 SecAuthenticationType authType;
220 * SecAttrAuthenticationType to a SecAuthenticationType.
222 static SecAuthenticationType
226 SecAuthenticationType result = kSecAuthenticationTypeAny;
242 * _SecAttrAuthenticationTypeForSecAuthenticationType converts a SecAuthenticationType
247 SecAuthenticationType authenticationType)
1850 attrListPtr->attr[attrListPtr->count].data = malloc(sizeof(SecAuthenticationType));
1854 attrListPtr->attr[attrListPtr->count].length = sizeof(SecAuthenticationType);
1855 *(SecAuthenticationType *)(attrListPtr->attr[attrListPtr->count].data) = _SecAuthenticationTypeForSecAttrAuthenticationType(value);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychain.h76 @typedef SecAuthenticationType
79 typedef FourCharCode SecAuthenticationType; typedef
519 @param authenticationType The authentication scheme used. See SecAuthenticationType for a description of possible values. Pass the constant kSecAuthenticationTypeDefault to specify the default authentication scheme.
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);
542 @param authenticationType The authentication scheme used. See SecAuthenticationType for a description of possible values. Pass the constant kSecAuthenticationTypeDefault to specify the default authentication scheme.
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.cpp202 SecAuthenticationType authType;
220 * SecAttrAuthenticationType to a SecAuthenticationType.
222 static SecAuthenticationType
226 SecAuthenticationType result = kSecAuthenticationTypeAny;
242 * _SecAttrAuthenticationTypeForSecAuthenticationType converts a SecAuthenticationType
247 SecAuthenticationType authenticationType)
1850 attrListPtr->attr[attrListPtr->count].data = malloc(sizeof(SecAuthenticationType));
1854 attrListPtr->attr[attrListPtr->count].length = sizeof(SecAuthenticationType);
1855 *(SecAuthenticationType *)(attrListPtr->attr[attrListPtr->count].data) = _SecAuthenticationTypeForSecAttrAuthenticationType(value);

Completed in 166 milliseconds