Searched refs:SecKeyCreateFromPublicBytes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecKeyPriv.h247 SecKeyRef SecKeyCreateFromPublicBytes(CFAllocatorRef allocator, CFIndex algorithmID, const uint8_t *keyData, CFIndex keyDataLength);
H A DSecKey.c967 SecKeyRef SecKeyCreateFromPublicBytes(CFAllocatorRef allocator, CFIndex algorithmID, const uint8_t *keyData, CFIndex keyDataLength) function
986 return SecKeyCreateFromPublicBytes(allocator, algorithmID, CFDataGetBytePtr(serialized), CFDataGetLength(serialized));

Completed in 179 milliseconds