HomeSort by: relevance | last modified time | path
    Searched defs:sae (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_sock2.c 147 sa_endpoints_t sae; local
149 memset(&sae, 0, sizeof(sae));
150 sae.sae_dstaddr = BIO_ADDR_sockaddr(addr);
151 sae.sae_dstaddrlen = BIO_ADDR_sockaddr_size(addr);
152 if (connectx(sock, &sae, SAE_ASSOCID_ANY,
  /src/external/bsd/wpa/dist/src/common/
common_module_tests.c 19 #include "sae.h"
257 struct sae_data sae; local
392 os_memset(&sae, 0, sizeof(sae));
395 sae_set_group(&sae, 19) < 0 ||
397 &sae) < 0)
400 /* Override local values based on SAE test vector */
401 crypto_bignum_deinit(sae.tmp->sae_rand, 1);
402 sae.tmp->sae_rand = crypto_bignum_init_set(local_rand,
405 if (!sae.tmp->sae_rand || !mask
    [all...]
dpp.c 1077 else if (bin_str_eq(type, len, "sae"))
1079 else if (bin_str_eq(type, len, "psk-sae") ||
1080 bin_str_eq(type, len, "psk+sae"))
1082 else if (bin_str_eq(type, len, "sae-dpp") ||
1083 bin_str_eq(type, len, "dpp+sae"))
1085 else if (bin_str_eq(type, len, "psk-sae-dpp") ||
1086 bin_str_eq(type, len, "dpp+psk+sae"))
2571 "DPP: Unexpected psk_hex with akm=sae");
2588 wpa_printf(MSG_DEBUG, "DPP: No pass for sae found");
3050 return "sae";
3091 int dpp = 0, psk = 0, sae = 0, dot1x = 0; local
    [all...]
  /src/external/bsd/wpa/dist/src/pasn/
pasn_common.h 90 struct sae_data sae; member in struct:pasn_data
  /src/external/bsd/wpa/dist/src/ap/
wps_hostapd.c 592 int sae = 0; local
610 sae = 1;
614 if (sae && hapd->conf->ieee80211w == NO_MGMT_FRAME_PROTECTION) {
619 if (sae)
dpp_hostapd.c 2420 bool sae = false, psk = false; local
2480 sae = hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE;
2485 for (e = hapd->conf->sae_passwords; sae && e && !password;
2506 if (conf_id > 0 && sae && psk && pass_hex) {
2508 "conf=sta-dpp+psk+sae configurator=%d ssid=%s pass=%s",
2510 } else if (conf_id > 0 && sae && pass_hex) {
2512 "conf=sta-dpp+sae configurator=%d ssid=%s pass=%s",
2518 } if (sae && psk && pass_hex) {
2520 "conf=sta-psk+sae ssid=%s pass=%s",
2522 } else if (sae && pass_hex)
    [all...]
sta_info.h 17 #include "common/sae.h"
246 struct sae_data *sae; member in struct:sta_info
ieee802_11.c 23 #include "common/sae.h"
470 "TESTING: Postpone SAE Commit transmission until Confirm is ready");
479 "TESTING: Send postponed SAE Commit first, immediately followed by SAE Confirm");
543 wpa_printf(MSG_DEBUG, "SAE: State %s -> %s for peer " MACSTR " (%s)",
544 sae_state_txt(sta->sae->state), sae_state_txt(state),
546 sta->sae->state = state;
622 if (sta->sae->tmp) {
623 rx_id = sta->sae->tmp->pw_id;
624 use_pt = sta->sae->h2e
1175 struct sae_data *sae = sta->sae; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 784 SAE,
862 unsigned int sae:1; member in struct:i386_opcode_modifier
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 771 SAE,
849 unsigned int sae:1; member in struct:i386_opcode_modifier
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 738 SAE,
816 unsigned int sae:1; member in struct:i386_opcode_modifier
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 721 SAE,
799 unsigned int sae:1; member in struct:i386_opcode_modifier
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant_i.h 15 #include "common/sae.h"
1022 struct sae_data sae; member in struct:wpa_supplicant::__anon8525

Completed in 43 milliseconds