Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dsectransp.c2282 CFDataRef publicKeyBits = NULL; local
2308 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);