HomeSort by: relevance | last modified time | path
    Searched refs:encrypted (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/bin/tests/system/transport-change/ns1/
named-https-proxy-encrypted.conf.j2 31 listen-on port @EXTRAPORT1@ proxy encrypted tls self-signed http default { 10.53.0.1; };
32 listen-on-v6 port @EXTRAPORT1@ proxy encrypted tls self-signed http default { fd92:7065:b8e:ffff::1; };
named-tls-proxy-encrypted.conf.j2 31 listen-on port @EXTRAPORT1@ proxy encrypted tls self-signed { 10.53.0.1; };
32 listen-on-v6 port @EXTRAPORT1@ proxy encrypted tls self-signed { fd92:7065:b8e:ffff::1; };
  /src/lib/libcrypt/
bcrypt.c 76 static char encrypted[_PASSWORD_LEN]; variable
303 encrypted[i++] = '$';
304 encrypted[i++] = BCRYPT_VERSION;
306 encrypted[i++] = minor;
307 encrypted[i++] = '$';
309 snprintf(encrypted + i, 4, "%2.2u$", logr);
311 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT);
312 encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext,
315 return encrypted;
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-proxy-encrypted-do53.conf 15 listen-on proxy encrypted { 10.53.0.1; };
bad-proxy-encrypted-doh-plain.conf 21 listen-on port 8080 proxy encrypted tls none http local-http-server { 10.53.0.1; };
good-proxy.conf 28 listen-on port 853 proxy encrypted tls local-tls { 10.53.0.1; };
good-proxy-doh.conf 33 listen-on port 443 proxy encrypted tls local-tls http local-http-server { 10.53.0.1; };
  /src/external/mpl/bind/dist/bin/tests/system/proxy/ns3/
named.conf.j2 32 listen-on port @TLSPORT@ proxy encrypted tls self-signed { 10.53.0.3; };
34 listen-on port @HTTPSPORT@ proxy encrypted tls self-signed http default { 10.53.0.3; };
39 listen-on-v6 port @TLSPORT@ proxy encrypted tls self-signed { fd92:7065:b8e:ffff::3; };
41 listen-on-v6 port @HTTPSPORT@ proxy encrypted tls self-signed http default { fd92:7065:b8e:ffff::3; };
  /src/external/mpl/bind/dist/bin/tests/system/proxy/ns1/
named.conf.j2 33 listen-on port @TLSPORT@ proxy encrypted tls self-signed { 10.53.0.1; };
35 listen-on port @HTTPSPORT@ proxy encrypted tls self-signed http default { 10.53.0.1; };
41 listen-on-v6 port @TLSPORT@ proxy encrypted tls self-signed { fd92:7065:b8e:ffff::1; };
43 listen-on-v6 port @HTTPSPORT@ proxy encrypted tls self-signed http default { fd92:7065:b8e:ffff::1; };
88 zone "example-proxy-encrypted-dot" {
108 zone "example-proxy-local-encrypted-dot" {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
acl.h 62 bool encrypted; /* for protocols with optional encryption (e.g. HTTP) */ member in struct:dns_acl_port_transports
281 const bool encrypted, const dns_name_t *reqsigner,
295 const uint32_t transports, const bool encrypted,
  /src/external/mpl/bind/dist/bin/tests/system/transport-change/
tests.sh 78 reconfig_server "reconfiguring the server to use TLS/DoT over encrypted PROXYv2" named-tls-proxy-encrypted.conf
79 run_dig_multitest_expect_success "$testing: a query over TLS/DoT over encrypted PROXYv2" +tls +proxy
87 reconfig_server "reconfiguring the server to use HTTPS/DoH over encrypted PROXYv2" named-https-proxy-encrypted.conf
88 run_dig_multitest_expect_success "$testing: a query over HTTPS/DoH over encrypted PROXYv2" +https +proxy
  /src/external/bsd/wpa/dist/wpa_supplicant/
ibss_rsn.h 61 enum frame_encryption encrypted);
ap.h 20 enum frame_encryption encrypted);
ibss_rsn.c 777 enum frame_encryption encrypted)
793 wpa_sm_rx_eapol(peer->supp, peer->addr, tmp, len, encrypted);
815 enum frame_encryption encrypted)
825 encrypted);
843 buf, len, encrypted);
  /src/external/mpl/bind/dist/bin/tests/system/proxy/
tests.sh 70 run_dig_test_expect_success "$message (TLS/PROXY encrypted)" -p "${TLSPORT}" -b 10.53.0.10 @10.53.0.1 +tls "+proxy=$proxy_addrs" "$@"
72 run_dig_test_expect_success "$message (HTTPS/PROXY encrypted)" -p "${HTTPSPORT}" -b 10.53.0.10 @10.53.0.1 +https "+proxy=$proxy_addrs" "$@"
77 run_dig_test_expect_success "$message (TLS/PROXY encrypted, IPv6)" -p "${TLSPORT}" -b fd92:7065:b8e:ffff::10 @fd92:7065:b8e:ffff::1 +tls "+proxy=$proxy_addrs" "$@"
79 run_dig_test_expect_success "$message (HTTPS/PROXY encrypted, IPv6)" -p "${HTTPSPORT}" -b fd92:7065:b8e:ffff::10 @fd92:7065:b8e:ffff::1 +https "+proxy=$proxy_addrs" "$@"
91 run_dig_test_expect_failure "$message (TLS/PROXY encrypted)" -p "${TLSPORT}" -b 10.53.0.10 @10.53.0.1 +tls "+proxy=$proxy_addrs" "$@"
93 run_dig_test_expect_failure "$message (HTTPS/PROXY encrypted)" -p "${HTTPSPORT}" -b 10.53.0.10 @10.53.0.1 +https "+proxy=$proxy_addrs" "$@"
98 run_dig_test_expect_failure "$message (TLS/PROXY encrypted, IPv6)" -p "${TLSPORT}" -b fd92:7065:b8e:ffff::10 @fd92:7065:b8e:ffff::1 +tls "+proxy=$proxy_addrs" "$@"
100 run_dig_test_expect_failure "$message (HTTPS/PROXY encrypted, IPv6)" -p "${HTTPSPORT}" -b fd92:7065:b8e:ffff::10 @fd92:7065:b8e:ffff::1 +https "+proxy=$proxy_addrs" "$@"
110 run_dig_test_expect_success "$testing: allow-proxy expect success (TLS/PROXY encrypted)" -p "${TLSPORT}" -b 10.53.0.10 @10.53.0.1 +tls +proxy NS example0
112 run_dig_test_expect_success "$testing: allow-proxy expect success (HTTPS/PROXY encrypted)" -p "${HTTPSPORT}" -b 10.53.0.10 @10.53.0.1 +https +proxy NS example
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
acl.c 225 const bool encrypted, const dns_name_t *reqsigner,
251 next->encrypted == encrypted);
750 const uint32_t transports, const bool encrypted,
759 .encrypted = encrypted,
798 next->encrypted, add_negative);
  /src/external/bsd/wpa/dist/src/ap/
ieee802_1x.h 22 size_t len, enum frame_encryption encrypted);
  /src/external/bsd/wpa/dist/src/eap_common/
ikev2_common.h 310 const u8 *encrypted; member in struct:ikev2_payloads
322 const u8 *encrypted, size_t encrypted_len,
ikev2_common.c 321 wpa_printf(MSG_DEBUG, "IKEV2: Payload: Encrypted");
322 payloads->encrypted = pdata;
347 * Next Payload in the case of Encrypted Payload is
431 const u8 *encrypted, size_t encrypted_len,
443 if (encrypted == NULL) {
444 wpa_printf(MSG_INFO, "IKEV2: No Encrypted payload in SA_AUTH");
467 iv = encrypted;
469 end = encrypted + encrypted_len;
507 wpa_printf(MSG_INFO, "IKEV2: Invalid padding in encrypted "
543 wpa_printf(MSG_DEBUG, "IKEV2: Adding Encrypted payload")
    [all...]
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 339 size_t len, enum frame_encryption encrypted);
406 enum frame_encryption encrypted)
  /src/external/gpl2/mkhybrid/dist/
magic 54 >3 byte &0x20 encrypted,
  /src/external/mpl/bind/dist/lib/isccfg/
aclconf.c 694 bool encrypted = false; local
706 encrypted = false;
711 encrypted = false;
719 encrypted = false;
724 encrypted = true;
729 encrypted = true;
734 encrypted = false;
743 encrypted, false);
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.h 338 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 182 Local files containing private data are encrypted with the
199 encrypted with the DES-CBC algorithm and the specified password.
297 By default, files are not encrypted.
323 Some files used by this program are encrypted using a private password.
326 option specifies the read password for local encrypted files and the
328 option the write password for encrypted files sent to remote sites.
335 program prompts for the password if it reads an encrypted file
337 If an encrypted file is read successfully and
347 password for previously encrypted local files.
357 Normally, encrypted files for each host are generated by that host an
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
ikev2.c 448 const u8 *encrypted,
458 hdr, encrypted, encrypted_len,
495 if (pl->encrypted) {
496 wpa_printf(MSG_DEBUG, "IKEV2: Encrypted payload in SA_INIT - "
498 if (ikev2_process_sa_init_encr(data, hdr, pl->encrypted,
502 "encrypted payload");
721 &data->keys, 0, hdr, pl->encrypted,

Completed in 54 milliseconds

1 2