Searched refs:publicKeyBits (Results 1 – 1 of 1) sorted by relevance
2282 CFDataRef publicKeyBits = NULL; local2308 publicKeyBits = SecKeyCopyExternalRepresentation(keyRef, NULL);2310 if(publicKeyBits == NULL)2316 &publicKeyBits);2318 if(success != errSecSuccess || publicKeyBits == NULL)2323 pubkeylen = CFDataGetLength(publicKeyBits);2324 pubkey = (unsigned char *)CFDataGetBytePtr(publicKeyBits);2374 if(publicKeyBits != NULL)2375 CFRelease(publicKeyBits);