Home
last modified time | relevance | path

Searched refs:test_hash (Results 1 – 25 of 35) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_auth.c430 u8 test_hash[SHA256_MAC_LEN]; in dpp_auth_build_resp_ok() local
541 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_resp_ok()
542 test_hash[SHA256_MAC_LEN - 1] ^= 0x01; in dpp_auth_build_resp_ok()
543 r_pubkey_hash = test_hash; in dpp_auth_build_resp_ok()
552 os_memcpy(test_hash, i_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_resp_ok()
554 os_memset(test_hash, 0, SHA256_MAC_LEN); in dpp_auth_build_resp_ok()
555 test_hash[SHA256_MAC_LEN - 1] ^= 0x01; in dpp_auth_build_resp_ok()
556 i_pubkey_hash = test_hash; in dpp_auth_build_resp_ok()
608 u8 test_hash[SHA256_MAC_LEN]; in dpp_auth_build_resp_status() local
631 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_resp_status()
[all …]
/third_party/boost/libs/utility/test/
Dstring_view_test1.cpp89 void test_hash(const std::string& str) { in test_hash() function
114 test_hash( *p ); in main()
/third_party/musl/src/crypt/
Dcrypt_des.c989 const char *test_hash = "_0.../9ZzX7iSJNd21sU"; in __crypt_des() local
996 test_hash = "\x80x22/wK52ZKGA"; in __crypt_des()
1012 if (p && !strcmp(p, test_hash) && retval) in __crypt_des()
Dcrypt_blowfish.c749 static const char test_hash[2][34] = in __crypt_blowfish() local
780 test_hash[buf.s[2] & 1], in __crypt_blowfish()
/third_party/python/Lib/unittest/test/
Dsupport.py23 def test_hash(self): member in TestHashing
/third_party/glib/glib/tests/
Dbytes.c184 test_hash (void) in test_hash() function
435 g_test_add_func ("/bytes/hash", test_hash); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c2234 u8 test_hash[SHA256_MAC_LEN]; in dpp_auth_init() local
2321 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_init()
2322 test_hash[SHA256_MAC_LEN - 1] ^= 0x01; in dpp_auth_init()
2323 r_pubkey_hash = test_hash; in dpp_auth_init()
2330 os_memcpy(test_hash, i_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_init()
2331 test_hash[SHA256_MAC_LEN - 1] ^= 0x01; in dpp_auth_init()
2332 i_pubkey_hash = test_hash; in dpp_auth_init()
2834 u8 test_hash[SHA256_MAC_LEN]; in dpp_auth_build_resp_ok() local
2945 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_resp_ok()
2946 test_hash[SHA256_MAC_LEN - 1] ^= 0x01; in dpp_auth_build_resp_ok()
[all …]
/third_party/python/Lib/test/
Dtest_structseq.py64 def test_hash(self): member in StructSeqTest
Dtest_slice.py81 def test_hash(self): member in SliceTest
Dtest_bigmem.py560 def test_hash(self, size): member in BaseStrTest
810 test_hash = None variable in BytearrayTest
864 def test_hash(self, size): member in TupleTest
1011 def test_hash(self, size): member in ListTest
Dtest_memoryview.py317 def test_hash(self): member in AbstractMemoryTests
Dtest_weakset.py199 def test_hash(self): member in TestWeakSet
Dtest_complex.py537 def test_hash(self): member in ComplexTest
Dtest_set.py393 def test_hash(self): member in TestSet
671 def test_hash(self): member in TestFrozenSet
Dstring_tests.py1044 def test_hash(self): member in CommonTest
Dtest_deque.py536 def test_hash(self): member in TestBasic
Dtest_float.py567 def test_hash(self): member in GeneralFloatCases
Dtest_types.py694 def test_hash(self): member in UnionTests
/third_party/boost/libs/uuid/test/
DJamfile.v2126 [ run test_hash.cpp ]
/third_party/python/Lib/unittest/test/testmock/
Dtestmagicmethods.py156 def test_hash(self): member in TestMockingMagicMethods
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Drepeated_field_test.rb259 def test_hash method in RepeatedFieldTest
Dbasic.rb183 def test_hash method in BasicTest.MessageContainerTest
/third_party/protobuf/ruby/tests/
Drepeated_field_test.rb272 def test_hash method in RepeatedFieldTest
Dcommon_tests.rb130 def test_hash method
/third_party/boost/libs/multiprecision/test/
DJamfile.v21023 [ run test_hash.cpp : : :

12