Searched refs:kSecKeyKeyType (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKey.h74 @constant kSecKeyKeyType type uint32, value is a CSSM_ALGORITHMS
129 kSecKeyKeyType = 9, enumerator in enum:__anon3786
H A DSecItem.cpp391 { kSecKeyKeyType, &kSecAttrKeyType, kStringRepresentation }, // algorithm type is given as a string constant (e.g. kSecAttrKeyTypeAES)
666 else if (info[i].oldItemType == kSecKeyKeyType) {
667 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
952 else if (intInfo->oldItemType == kSecKeyKeyType) {
953 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
1564 // [5] get the kSecKeyKeyType number
1571 attrListPtr->attr[attrListPtr->count].tag = kSecKeyKeyType;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKey.h74 @constant kSecKeyKeyType type uint32, value is a CSSM_ALGORITHMS
129 kSecKeyKeyType = 9, enumerator in enum:__anon4672
H A DSecItem.cpp391 { kSecKeyKeyType, &kSecAttrKeyType, kStringRepresentation }, // algorithm type is given as a string constant (e.g. kSecAttrKeyTypeAES)
666 else if (info[i].oldItemType == kSecKeyKeyType) {
667 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
952 else if (intInfo->oldItemType == kSecKeyKeyType) {
953 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
1564 // [5] get the kSecKeyKeyType number
1571 attrListPtr->attr[attrListPtr->count].tag = kSecKeyKeyType;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKey.h74 @constant kSecKeyKeyType type uint32, value is a CSSM_ALGORITHMS
129 kSecKeyKeyType = 9, enumerator in enum:__anon4759
H A DSecItem.cpp391 { kSecKeyKeyType, &kSecAttrKeyType, kStringRepresentation }, // algorithm type is given as a string constant (e.g. kSecAttrKeyTypeAES)
666 else if (info[i].oldItemType == kSecKeyKeyType) {
667 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
952 else if (intInfo->oldItemType == kSecKeyKeyType) {
953 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
1564 // [5] get the kSecKeyKeyType number
1571 attrListPtr->attr[attrListPtr->count].tag = kSecKeyKeyType;

Completed in 94 milliseconds