Home
last modified time | relevance | path

Searched refs:publicKeyBits (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vtls/
Dsectransp.c2245 CFDataRef publicKeyBits = NULL; local
2271 publicKeyBits = SecKeyCopyExternalRepresentation(keyRef, NULL);
2273 if(publicKeyBits == NULL)
2279 &publicKeyBits);
2281 if(success != errSecSuccess || publicKeyBits == NULL)
2286 pubkeylen = CFDataGetLength(publicKeyBits);
2287 pubkey = (unsigned char *)CFDataGetBytePtr(publicKeyBits);
2337 if(publicKeyBits != NULL)
2338 CFRelease(publicKeyBits);