Searched refs:do_file_type (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcyassl.c60 static int do_file_type(const char *type) function
173 int file_type = do_file_type(data->set.str[STRING_CERT_TYPE]);
182 file_type = do_file_type(data->set.str[STRING_KEY_TYPE]);
H A Dgtls.c347 static gnutls_x509_crt_fmt do_file_type(const char *type) function
601 do_file_type(data->set.str[STRING_CERT_TYPE]) ) !=
H A Dopenssl.c282 static int do_file_type(const char *type) function
350 int file_type = do_file_type(cert_type);
551 file_type = do_file_type(key_type);

Completed in 118 milliseconds