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

  /src/external/bsd/wpa/dist/src/common/
dpp_auth.c 680 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, local
892 i_bootstrap = dpp_get_attr(attr_start, attr_len,
895 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) {
898 i_bootstrap, i_bootstrap_len);
899 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap,
1412 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, local
1471 i_bootstrap = dpp_get_attr(attr_start, attr_len,
1474 if (i_bootstrap) {
1482 i_bootstrap, i_bootstrap_len);
1484 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash
1817 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; local
    [all...]
dpp_tcp.c 586 const u8 *i_bootstrap, const u8 *r_bootstrap,
742 const u8 *r_bootstrap, *i_bootstrap; local
761 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH,
763 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) {
769 i_bootstrap, i_bootstrap_len);
773 dpp_bootstrap_find_pair(conn->ctrl->global, i_bootstrap, r_bootstrap,
  /src/external/bsd/wpa/dist/src/ap/
dpp_hostapd.c 1036 const u8 *r_bootstrap, *i_bootstrap; local
1060 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH,
1062 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) {
1068 i_bootstrap, i_bootstrap_len);
1072 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap,
1077 src, hdr, buf, len, freq, i_bootstrap,
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 1225 const u8 *r_bootstrap, *i_bootstrap; local
1249 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH,
1251 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) {
1257 i_bootstrap, i_bootstrap_len);
1261 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap,

Completed in 22 milliseconds