Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dsectransp.c1835 CFDataRef publicKeyBits = NULL; local
1864 publicKeyBits = SecKeyCopyExternalRepresentation(keyRef, NULL);
1866 if(!publicKeyBits)
1874 &publicKeyBits);
1876 if(success != errSecSuccess || !publicKeyBits)
1882 pubkeylen = (size_t)CFDataGetLength(publicKeyBits);
1883 pubkey = (unsigned char *)CFDataGetBytePtr(publicKeyBits);
1933 if(publicKeyBits)
1934 CFRelease(publicKeyBits);

Completed in 15 milliseconds