Searched refs:kSecKeyPrintName (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKey.h53 @constant kSecKeyPrintName type blob, human readable name of
121 kSecKeyPrintName = 1, enumerator in enum:__anon3731
H A DKeyItem.cpp43 static CSSM_DB_NAME_ATTR(kInfoKeyPrintName, kSecKeyPrintName, (char*) "PrintName", 0, NULL, BLOB);
328 if (attr.tag == kSecKeyPrintName) {
1077 if (attr.tag == kSecKeyPrintName) {
H A DSecImportExportOpenSSH.cpp346 SecKeychainAttrType attrType = kSecKeyPrintName;
H A DSecImportExportCrypto.cpp129 modAttrs[1].tag = kSecKeyPrintName;
H A DSecKey.cpp718 attributes[i].tag = kSecKeyPrintName;
1233 { kSecKeyPrintName, (UInt32)strlen(labelBuf), (char *)labelBuf },
H A DSecItem.cpp381 { kSecKeyPrintName, &kSecAttrLabel, kStringRepresentation }, // note that "print name" maps to the user-visible label
1515 // [1] get the kSecKeyPrintName string
1517 status = _CFStringCreateAttribute((CFStringRef)value, kSecKeyPrintName, &attrListPtr->attr[attrListPtr->count]);
2958 if (attr.tag == kSecKeyPrintName) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKey.h53 @constant kSecKeyPrintName type blob, human readable name of
121 kSecKeyPrintName = 1, enumerator in enum:__anon4617
H A DKeyItem.cpp43 static CSSM_DB_NAME_ATTR(kInfoKeyPrintName, kSecKeyPrintName, (char*) "PrintName", 0, NULL, BLOB);
328 if (attr.tag == kSecKeyPrintName) {
1077 if (attr.tag == kSecKeyPrintName) {
H A DSecImportExportOpenSSH.cpp346 SecKeychainAttrType attrType = kSecKeyPrintName;
H A DSecImportExportCrypto.cpp129 modAttrs[1].tag = kSecKeyPrintName;
H A DSecKey.cpp718 attributes[i].tag = kSecKeyPrintName;
1233 { kSecKeyPrintName, (UInt32)strlen(labelBuf), (char *)labelBuf },
H A DSecItem.cpp381 { kSecKeyPrintName, &kSecAttrLabel, kStringRepresentation }, // note that "print name" maps to the user-visible label
1515 // [1] get the kSecKeyPrintName string
1517 status = _CFStringCreateAttribute((CFStringRef)value, kSecKeyPrintName, &attrListPtr->attr[attrListPtr->count]);
2958 if (attr.tag == kSecKeyPrintName) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKey.h53 @constant kSecKeyPrintName type blob, human readable name of
121 kSecKeyPrintName = 1, enumerator in enum:__anon4704
H A DKeyItem.cpp43 static CSSM_DB_NAME_ATTR(kInfoKeyPrintName, kSecKeyPrintName, (char*) "PrintName", 0, NULL, BLOB);
328 if (attr.tag == kSecKeyPrintName) {
1077 if (attr.tag == kSecKeyPrintName) {
H A DSecImportExportOpenSSH.cpp346 SecKeychainAttrType attrType = kSecKeyPrintName;
H A DSecImportExportCrypto.cpp129 modAttrs[1].tag = kSecKeyPrintName;
H A DSecKey.cpp718 attributes[i].tag = kSecKeyPrintName;
1233 { kSecKeyPrintName, (UInt32)strlen(labelBuf), (char *)labelBuf },
H A DSecItem.cpp381 { kSecKeyPrintName, &kSecAttrLabel, kStringRepresentation }, // note that "print name" maps to the user-visible label
1515 // [1] get the kSecKeyPrintName string
1517 status = _CFStringCreateAttribute((CFStringRef)value, kSecKeyPrintName, &attrListPtr->attr[attrListPtr->count]);
2958 if (attr.tag == kSecKeyPrintName) {
/macosx-10.9.5/security_certtool-55105/src/
H A DCertTool.cpp227 UInt32 tag = kSecKeyPrintName;

Completed in 346 milliseconds