Searched refs:cert_type (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Doptions.h184 } cert_type; /* type of client certificate file */ member in struct:options
H A Dopenssl.c217 opt.private_key_type = opt.cert_type;
222 key_type_to_ssl_type (opt.cert_type))
H A Dinit.c127 { "certificatetype", &opt.cert_type, cmd_cert_type },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dldap.c232 int cert_type = LDAPSSL_CERT_FILETYPE_B64;
235 cert_type = LDAPSSL_CERT_FILETYPE_DER;
238 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"));
243 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"),
245 rc = ldapssl_add_trusted_cert(ldap_ca, cert_type);
248 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cfgable.h109 char *cert_type; member in struct:OperationConfig
H A Dtool_cfgable.c100 Curl_safefree(config->cert_type);
H A Dtool_getparam.c1297 GetStr(&config->cert_type, nextarg);
H A Dtool_operate.c996 my_setopt_str(curl, CURLOPT_SSLCERTTYPE, config->cert_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl2.h205 unsigned int cert_type; member in struct:ssl2_state_st::__anon5001
H A Ds2_clnt.c369 s->s2->tmp.cert_type = *(p++);
409 if (s->s2->tmp.cert_type != 0) {
440 if (ssl2_set_certificate(s, s->s2->tmp.cert_type,
H A Dt1_lib.c4342 int cert_type = X509_certificate_type(x, pk); local
4343 if (cert_type & EVP_PKS_RSA)
4345 if (cert_type & EVP_PKS_DSA)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl2.h209 unsigned int cert_type; member in struct:ssl2_state_st::__anon7220
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl2.h209 unsigned int cert_type; member in struct:ssl2_state_st::__anon7234
H A Ds2_clnt.c369 s->s2->tmp.cert_type= *(p++);
401 if (s->s2->tmp.cert_type != 0)
439 if (ssl2_set_certificate(s,s->s2->tmp.cert_type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl2.h205 unsigned int cert_type; member in struct:ssl2_state_st::__anon4652
H A Ds2_clnt.c369 s->s2->tmp.cert_type = *(p++);
409 if (s->s2->tmp.cert_type != 0) {
440 if (ssl2_set_certificate(s, s->s2->tmp.cert_type,
H A Dt1_lib.c4342 int cert_type = X509_certificate_type(x, pk); local
4343 if (cert_type & EVP_PKS_RSA)
4345 if (cert_type & EVP_PKS_DSA)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.c302 unsigned char cert_type = p[i]; local
304 switch (cert_type) {
351 BIO_printf(bio, "UNKNOWN (%d),", cert_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_cb.c302 unsigned char cert_type = p[i]; local
304 switch (cert_type) {
351 BIO_printf(bio, "UNKNOWN (%d),", cert_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c344 const char *cert_type,
350 int file_type = do_file_type(cert_type);
547 failf(data, "not supported file type '%s' for certificate", cert_type);
341 cert_stuff(struct connectdata *conn, SSL_CTX* ctx, char *cert_file, const char *cert_type, char *key_file, const char *key_type) argument

Completed in 313 milliseconds