Searched refs:publicKeyBits (Results 1 – 1 of 1) sorted by relevance
1692 CFDataRef publicKeyBits = NULL; local1721 publicKeyBits = SecKeyCopyExternalRepresentation(keyRef, NULL);1723 if(!publicKeyBits)1731 &publicKeyBits);1733 if(success != errSecSuccess || !publicKeyBits)1739 pubkeylen = (size_t)CFDataGetLength(publicKeyBits);1740 pubkey = (unsigned char *)CFDataGetBytePtr(publicKeyBits);1790 if(publicKeyBits)1791 CFRelease(publicKeyBits);
Completed in 14 milliseconds