Searched refs:kSecKeyLabel (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKey.h63 @constant kSecKeyLabel type blob, for private and public keys
126 kSecKeyLabel = 6, enumerator in enum:__anon3731
H A Ddefaultcreds.cpp133 { kSecKeyLabel, (UInt32)ref.keyLabel().length(), ref.keyLabel().data() }
H A DSecImportExportCrypto.cpp96 SecKeychainAttribute kcAttr = {kSecKeyLabel, (UInt32)existKeyLabel->Length, existKeyLabel->Data};
126 modAttrs[0].tag = kSecKeyLabel;
H A DKeyItem.cpp44 static CSSM_DB_NAME_ATTR(kInfoKeyLabel, kSecKeyLabel, (char*) "Label", 0, NULL, BLOB);
331 if (attr.tag == kSecKeyLabel) {
452 UInt32 tag = kSecKeyLabel;
1080 if (attr.tag == kSecKeyLabel) {
H A DSecItem.cpp386 { kSecKeyLabel, &kSecAttrApplicationLabel, kDataRepresentation }, // this contains the hash of the key (or the public key hash, if asymmetric) as a CFData. Legacy keys may contain a UUID as a CFString
720 if ((info[i].oldItemType == kSecKeyLabel) && (list.attr[i].length == kUUIDStringLength)) {
1006 if ((intInfo->oldItemType == kSecKeyLabel) && (attribute->length == kUUIDStringLength)) {
1535 // [3] get the kSecKeyLabel string
1538 status = _CFStringCreateAttribute((CFStringRef)value, kSecKeyLabel, &attrListPtr->attr[attrListPtr->count]);
1540 status = _CFDataCreateAttribute((CFDataRef)value, kSecKeyLabel, &attrListPtr->attr[attrListPtr->count]);
2060 SecKeychainAttribute attr = { kSecKeyLabel, 0, NULL };
2086 // use the found kSecKeyLabel attribute from the private key in a separate attribute list for searching
2088 if (keyAttrList->attr[count].tag == kSecKeyLabel) {
2096 goto error_exit; // the private key didn't have the hash of the public key in its kSecKeyLabel
[all...]
H A DSecKey.cpp734 attributes[i].tag = kSecKeyLabel;
1234 { kSecKeyLabel, (UInt32)strlen(appLabelBuf), (char *)appLabelBuf },
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKey.h63 @constant kSecKeyLabel type blob, for private and public keys
126 kSecKeyLabel = 6, enumerator in enum:__anon4617
H A Ddefaultcreds.cpp133 { kSecKeyLabel, (UInt32)ref.keyLabel().length(), ref.keyLabel().data() }
H A DSecImportExportCrypto.cpp96 SecKeychainAttribute kcAttr = {kSecKeyLabel, (UInt32)existKeyLabel->Length, existKeyLabel->Data};
126 modAttrs[0].tag = kSecKeyLabel;
H A DKeyItem.cpp44 static CSSM_DB_NAME_ATTR(kInfoKeyLabel, kSecKeyLabel, (char*) "Label", 0, NULL, BLOB);
331 if (attr.tag == kSecKeyLabel) {
452 UInt32 tag = kSecKeyLabel;
1080 if (attr.tag == kSecKeyLabel) {
H A DSecItem.cpp386 { kSecKeyLabel, &kSecAttrApplicationLabel, kDataRepresentation }, // this contains the hash of the key (or the public key hash, if asymmetric) as a CFData. Legacy keys may contain a UUID as a CFString
720 if ((info[i].oldItemType == kSecKeyLabel) && (list.attr[i].length == kUUIDStringLength)) {
1006 if ((intInfo->oldItemType == kSecKeyLabel) && (attribute->length == kUUIDStringLength)) {
1535 // [3] get the kSecKeyLabel string
1538 status = _CFStringCreateAttribute((CFStringRef)value, kSecKeyLabel, &attrListPtr->attr[attrListPtr->count]);
1540 status = _CFDataCreateAttribute((CFDataRef)value, kSecKeyLabel, &attrListPtr->attr[attrListPtr->count]);
2060 SecKeychainAttribute attr = { kSecKeyLabel, 0, NULL };
2086 // use the found kSecKeyLabel attribute from the private key in a separate attribute list for searching
2088 if (keyAttrList->attr[count].tag == kSecKeyLabel) {
2096 goto error_exit; // the private key didn't have the hash of the public key in its kSecKeyLabel
[all...]
H A DSecKey.cpp734 attributes[i].tag = kSecKeyLabel;
1234 { kSecKeyLabel, (UInt32)strlen(appLabelBuf), (char *)appLabelBuf },
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKey.h63 @constant kSecKeyLabel type blob, for private and public keys
126 kSecKeyLabel = 6, enumerator in enum:__anon4704
H A Ddefaultcreds.cpp133 { kSecKeyLabel, (UInt32)ref.keyLabel().length(), ref.keyLabel().data() }
H A DSecImportExportCrypto.cpp96 SecKeychainAttribute kcAttr = {kSecKeyLabel, (UInt32)existKeyLabel->Length, existKeyLabel->Data};
126 modAttrs[0].tag = kSecKeyLabel;
H A DKeyItem.cpp44 static CSSM_DB_NAME_ATTR(kInfoKeyLabel, kSecKeyLabel, (char*) "Label", 0, NULL, BLOB);
331 if (attr.tag == kSecKeyLabel) {
452 UInt32 tag = kSecKeyLabel;
1080 if (attr.tag == kSecKeyLabel) {
H A DSecItem.cpp386 { kSecKeyLabel, &kSecAttrApplicationLabel, kDataRepresentation }, // this contains the hash of the key (or the public key hash, if asymmetric) as a CFData. Legacy keys may contain a UUID as a CFString
720 if ((info[i].oldItemType == kSecKeyLabel) && (list.attr[i].length == kUUIDStringLength)) {
1006 if ((intInfo->oldItemType == kSecKeyLabel) && (attribute->length == kUUIDStringLength)) {
1535 // [3] get the kSecKeyLabel string
1538 status = _CFStringCreateAttribute((CFStringRef)value, kSecKeyLabel, &attrListPtr->attr[attrListPtr->count]);
1540 status = _CFDataCreateAttribute((CFDataRef)value, kSecKeyLabel, &attrListPtr->attr[attrListPtr->count]);
2060 SecKeychainAttribute attr = { kSecKeyLabel, 0, NULL };
2086 // use the found kSecKeyLabel attribute from the private key in a separate attribute list for searching
2088 if (keyAttrList->attr[count].tag == kSecKeyLabel) {
2096 goto error_exit; // the private key didn't have the hash of the public key in its kSecKeyLabel
[all...]
H A DSecKey.cpp734 attributes[i].tag = kSecKeyLabel;
1234 { kSecKeyLabel, (UInt32)strlen(appLabelBuf), (char *)appLabelBuf },

Completed in 403 milliseconds