Searched refs:memcmp (Results 1 – 11 of 11) sorted by relevance
/hostap-latest/tests/ |
D | test-milenage.c | 712 if (memcmp(opc, t->opc, 16) != 0) { in main() 718 || memcmp(buf, t->f1, 8) != 0) { in main() 722 if (memcmp(buf2, t->f1star, 8) != 0) { in main() 729 memcmp(buf, t->f2, 8) != 0) { in main() 733 if (memcmp(buf2, t->f3, 16) != 0) { in main() 737 if (memcmp(buf3, t->f4, 16) != 0) { in main() 741 if (memcmp(buf4, t->f5, 6) != 0) { in main() 745 if (memcmp(buf5, t->f5star, 6) != 0) { in main() 791 if (memcmp(g->kc, kc, 8) != 0) { in main() 796 if (memcmp(g->sres2, sres, 4) != 0) { in main() [all …]
|
D | test-md4.c | 70 if (memcmp(hash, tests[i].hash, 16) != 0) { in main() 82 if (memcmp(hash, tests[i].hash, 16) != 0) { in main()
|
/hostap-latest/src/utils/ |
D | os.h | 605 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) 738 #define memcmp OS_DO_NOT_USE_memcmp macro
|
D | os_zephyr.c | 300 return memcmp(a, b, len); in os_memcmp_const()
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 356 memcmp(reply, "FAIL", 4) == 0) { in ctx_p2p_start() 380 memcmp(reply, "FAIL", 4) == 0) { in ctx_p2p_listen() 395 memcmp(reply, "FAIL", 4) == 0) { in ctx_p2p_start_group() 1804 memcmp(reply, "FAIL", 4) == 0) { in ctx_p2p_show_passphrase() 1830 memcmp(reply, "FAIL", 4) == 0) { in ctx_p2p_start_persistent() 1853 memcmp(reply, "FAIL", 4) == 0) { in ctx_p2p_invite()
|
D | networkconfig.cpp | 498 return reply_len > 0 && (reply_len < 4 || memcmp(reply, "FAIL", 4) != 0); in key_value_isset()
|
/hostap-latest/src/crypto/ |
D | crypto_module_tests.c | 1851 if (memcmp(hash, tests[i].hash, 32) != 0) { in test_sha256() 1863 if (memcmp(hash, tests[i].hash, 32) != 0) { in test_sha256()
|
D | crypto_mbedtls_alt.c | 3157 if (oid_len != len || 0 != memcmp(ext, oid, oid_len)) in mbedtls_x509_csr_attr_oid_value()
|
/hostap-latest/hostapd/ |
D | hostapd_cli_cmds.c | 648 if (memcmp(buf, "FAIL", 4) == 0) in wpa_ctrl_command_sta()
|
D | hostapd_cli.c | 760 if (memcmp(buf, "FAIL", 4) == 0) in wpa_ctrl_command_sta()
|
/hostap-latest/src/drivers/ |
D | driver_hostap.c | 92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()
|