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

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKey.h74 @constant kSecKeyKeyType type uint32, value is a CSSM_ALGORITHMS
129 kSecKeyKeyType = 9, enumerator in enum:__anon3731
H A DSecItem.cpp389 { kSecKeyKeyType, &kSecAttrKeyType, kStringRepresentation }, // algorithm type is given as a string constant (e.g. kSecAttrKeyTypeAES)
664 else if (info[i].oldItemType == kSecKeyKeyType) {
665 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
950 else if (intInfo->oldItemType == kSecKeyKeyType) {
951 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
1562 // [5] get the kSecKeyKeyType number
1569 attrListPtr->attr[attrListPtr->count].tag = kSecKeyKeyType;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKey.h74 @constant kSecKeyKeyType type uint32, value is a CSSM_ALGORITHMS
129 kSecKeyKeyType = 9, enumerator in enum:__anon4617
H A DSecItem.cpp389 { kSecKeyKeyType, &kSecAttrKeyType, kStringRepresentation }, // algorithm type is given as a string constant (e.g. kSecAttrKeyTypeAES)
664 else if (info[i].oldItemType == kSecKeyKeyType) {
665 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
950 else if (intInfo->oldItemType == kSecKeyKeyType) {
951 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
1562 // [5] get the kSecKeyKeyType number
1569 attrListPtr->attr[attrListPtr->count].tag = kSecKeyKeyType;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKey.h74 @constant kSecKeyKeyType type uint32, value is a CSSM_ALGORITHMS
129 kSecKeyKeyType = 9, enumerator in enum:__anon4704
H A DSecItem.cpp389 { kSecKeyKeyType, &kSecAttrKeyType, kStringRepresentation }, // algorithm type is given as a string constant (e.g. kSecAttrKeyTypeAES)
664 else if (info[i].oldItemType == kSecKeyKeyType) {
665 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
950 else if (intInfo->oldItemType == kSecKeyKeyType) {
951 // special case: kSecKeyKeyType is a UInt32 value that maps to a CFStringRef constant
1562 // [5] get the kSecKeyKeyType number
1569 attrListPtr->attr[attrListPtr->count].tag = kSecKeyKeyType;

Completed in 373 milliseconds