H A D | inputer_data_impl_test.cpp | 68 std::vector<uint8_t> testSalt = {1, 2, 3, 4, 5, 6}; in HWTEST_F() local 69 int32_t result = inputerDataImpl.CheckPinComplexity(testAuthSubType, testSalt); in HWTEST_F() 82 std::vector<uint8_t> testSalt = {1, 2, 3, 4, 5, 6}; in HWTEST_F() local 83 int32_t result = inputerDataImpl.CheckPinComplexity(testAuthSubType, testSalt); in HWTEST_F() 187 std::vector<uint8_t> testSalt = {2, 3, 4, 5, 6, 7}; in HWTEST_F() local 188 Scrypt scrypt(testSalt); in HWTEST_F() 208 std::vector<uint8_t> testSalt = {2, 3, 4, 5, 6, 7}; in HWTEST_F() local 209 Scrypt scrypt(testSalt); in HWTEST_F() 229 std::vector<uint8_t> testSalt = {3, 4, 5, 6, 7, 8}; in HWTEST_F() local 230 Scrypt scrypt(testSalt); in HWTEST_F() 271 std::vector<uint8_t> testSalt = {5, 6, 7, 8, 9, 10}; HWTEST_F() local 292 std::vector<uint8_t> testSalt = {6, 7, 8, 9, 10, 11}; HWTEST_F() local [all...] |