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

  /src/external/bsd/wpa/dist/hostapd/
sae_pk_gen.c 35 char m_hex[2 * SAE_PK_M_LEN + 1]; local
128 if (wpa_snprintf_hex(m_hex, sizeof(m_hex), m, SAE_PK_M_LEN) < 0 ||
175 printf("sae_password=%s|pk=%s:%s\n", pw, m_hex, b64);
sae_pk_gen.c 35 char m_hex[2 * SAE_PK_M_LEN + 1]; local
128 if (wpa_snprintf_hex(m_hex, sizeof(m_hex), m, SAE_PK_M_LEN) < 0 ||
175 printf("sae_password=%s|pk=%s:%s\n", pw, m_hex, b64);

Completed in 44 milliseconds