HomeSort by: relevance | last modified time | path
    Searched refs:cert_id (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
openCryptoki.conf 35 cert_id="4"
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_config.h 256 * cert_id - Cert ID for OpenSSL engine
261 char *cert_id; member in struct:eap_peer_cert_config
eap_tls_common.c 129 params->cert_id = config->cert_id;
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c 1263 const char *cert_id, const char *ca_cert_id)
1344 if (cert_id || ca_cert_id) {
3766 const char *cert_id,
3771 const char *cert_id; member in struct:__anon8320
3774 params.cert_id = cert_id;
3782 " '%s' [%s]", cert_id,
3790 " '%s'", cert_id);
3800 const char *cert_id)
3805 if (tls_engine_get_cert(conn, cert_id, &cert)
5334 const char *cert_id = params->cert_id; local
    [all...]
tls.h 166 * @cert_id: the certificate's id when using engine
213 const char *cert_id; member in struct:tls_connection_params
  /src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.c 794 size_t cert_id, keypair_id; local
808 cert_id = 0U;
833 dnsccert *current_cert = &env->certs[cert_id++];
863 return cert_id;
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 220 * cert_id - The certificate identifier when using an engine
222 char *cert_id; member in struct:wpa_cred
config_file.c 743 STR(cert_id);
1065 if (cred->cert_id)
1066 fprintf(f, "\tcert_id=\"%s\"\n", cred->cert_id);
config.c 2584 { STRe(cert_id, cert.cert_id) },
2589 { STRe(cert_id2, phase2_cert.cert_id) },
2608 { STRe(machine_cert_id, machine_cert.cert_id) },
2881 os_free(cert->cert_id);
2979 os_free(cred->cert_id);
3865 if (os_strcmp(var, "cert_id") == 0) {
3866 os_free(cred->cert_id);
3867 cred->cert_id = val;
config_winreg.c 926 STR(cert_id);
interworking.c 1583 if (cred->cert_id && cred->cert_id[0] &&
1584 wpa_config_set_quoted(ssid, "cert_id", cred->cert_id) < 0)

Completed in 36 milliseconds