Home
last modified time | relevance | path

Searched refs:memcmp (Results 1 – 11 of 11) sorted by relevance

/hostap-latest/tests/
Dtest-milenage.c712 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 …]
Dtest-md4.c70 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/
Dos.h605 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
738 #define memcmp OS_DO_NOT_USE_memcmp macro
Dos_zephyr.c300 return memcmp(a, b, len); in os_memcmp_const()
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp356 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()
Dnetworkconfig.cpp498 return reply_len > 0 && (reply_len < 4 || memcmp(reply, "FAIL", 4) != 0); in key_value_isset()
/hostap-latest/src/crypto/
Dcrypto_module_tests.c1851 if (memcmp(hash, tests[i].hash, 32) != 0) { in test_sha256()
1863 if (memcmp(hash, tests[i].hash, 32) != 0) { in test_sha256()
Dcrypto_mbedtls_alt.c3157 if (oid_len != len || 0 != memcmp(ext, oid, oid_len)) in mbedtls_x509_csr_attr_oid_value()
/hostap-latest/hostapd/
Dhostapd_cli_cmds.c648 if (memcmp(buf, "FAIL", 4) == 0) in wpa_ctrl_command_sta()
Dhostapd_cli.c760 if (memcmp(buf, "FAIL", 4) == 0) in wpa_ctrl_command_sta()
/hostap-latest/src/drivers/
Ddriver_hostap.c92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()