Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dsectransp.c1128 bool is_cert_data = ssl_cert_blob != NULL; local
1129 bool is_cert_file = (!is_cert_data) && is_file(ssl_cert);
1136 if(!is_cert_data)
1140 if((err != noErr) && (is_cert_file || is_cert_data)) {
1190 is_cert_data ? "(memory blob)" : ssl_cert;
1273 bool is_cert_data = ssl_cablob != NULL; local
1274 bool is_cert_file = (!is_cert_data) && is_file(ssl_cafile);
1276 if(!(is_cert_file || is_cert_data)) {

Completed in 9 milliseconds