Searched refs:publicBytes (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSInternal.c164 CFDataRef publicBytes = NULL; local
170 require_quiet(SecError(SecKeyCopyPublicBytes(key, &publicBytes), error, CFSTR("Failed to export public bytes %@"), key), fail);
172 ccdigest(di, CFDataGetLength(publicBytes), CFDataGetBytePtr(publicBytes), digest);
179 CFReleaseNull(publicBytes);
183 CFReleaseNull(publicBytes);
H A DSOSPeerInfo.c72 SecKeyRef _SecKeyCreateFromPublicData(CFAllocatorRef allocator, CFIndex algorithmID, CFDataRef publicBytes);
202 CFDataRef publicBytes = NULL; local
212 OSStatus result = SecKeyCopyPublicBytes(publicKey, &publicBytes);
225 sPublicKeyKey, publicBytes,
258 CFReleaseNull(publicBytes);
H A DSOSFullPeerInfo.c66 extern OSStatus SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeyPriv.h358 @param publicBytes An out parameter to receive the public key bits
361 OSStatus SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes);
377 SecKeyRef SecKeyCreateFromPublicData(CFAllocatorRef allocator, CFIndex algorithmID, CFDataRef publicBytes);
H A DSecKey.cpp1820 OSStatus SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes) argument
1837 return SecItemExport(key, kSecFormatBSAFE, 0, NULL, publicBytes);
1950 if (publicBytes)
1952 *publicBytes = headerlessPublicData;
1976 SecKeyRef SecKeyCreateFromPublicData(CFAllocatorRef allocator, CFIndex algorithmID, CFDataRef publicBytes) argument
1994 workingData = _CFDataCreateReferenceFromRange(kCFAllocatorDefault, publicBytes, CFRangeMake(0, CFDataGetLength(publicBytes)));
2005 if(CFDataGetLength(publicBytes) != 65)
2008 CFDataGetBytes(publicBytes, CFRangeMake(0, 1), placeholder);
2016 CFDataAppendBytes(tempData, CFDataGetBytePtr(publicBytes), CFDataGetLengt
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeyPriv.h358 @param publicBytes An out parameter to receive the public key bits
361 OSStatus SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes);
377 SecKeyRef SecKeyCreateFromPublicData(CFAllocatorRef allocator, CFIndex algorithmID, CFDataRef publicBytes);
H A DSecKey.cpp1820 OSStatus SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes) argument
1837 return SecItemExport(key, kSecFormatBSAFE, 0, NULL, publicBytes);
1950 if (publicBytes)
1952 *publicBytes = headerlessPublicData;
1976 SecKeyRef SecKeyCreateFromPublicData(CFAllocatorRef allocator, CFIndex algorithmID, CFDataRef publicBytes) argument
1994 workingData = _CFDataCreateReferenceFromRange(kCFAllocatorDefault, publicBytes, CFRangeMake(0, CFDataGetLength(publicBytes)));
2005 if(CFDataGetLength(publicBytes) != 65)
2008 CFDataGetBytes(publicBytes, CFRangeMake(0, 1), placeholder);
2016 CFDataAppendBytes(tempData, CFDataGetBytePtr(publicBytes), CFDataGetLengt
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeyPriv.h358 @param publicBytes An out parameter to receive the public key bits
361 OSStatus SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes);
377 SecKeyRef SecKeyCreateFromPublicData(CFAllocatorRef allocator, CFIndex algorithmID, CFDataRef publicBytes);
H A DSecKey.cpp1820 OSStatus SecKeyCopyPublicBytes(SecKeyRef key, CFDataRef* publicBytes) argument
1837 return SecItemExport(key, kSecFormatBSAFE, 0, NULL, publicBytes);
1950 if (publicBytes)
1952 *publicBytes = headerlessPublicData;
1976 SecKeyRef SecKeyCreateFromPublicData(CFAllocatorRef allocator, CFIndex algorithmID, CFDataRef publicBytes) argument
1994 workingData = _CFDataCreateReferenceFromRange(kCFAllocatorDefault, publicBytes, CFRangeMake(0, CFDataGetLength(publicBytes)));
2005 if(CFDataGetLength(publicBytes) != 65)
2008 CFDataGetBytes(publicBytes, CFRangeMake(0, 1), placeholder);
2016 CFDataAppendBytes(tempData, CFDataGetBytePtr(publicBytes), CFDataGetLengt
[all...]

Completed in 209 milliseconds