Home
last modified time | relevance | path

Searched defs:sha_str (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/tls/tests/
Dadb_ca_list_test.cpp68 std::string sha_str; in TEST_F() local
73 std::string sha_str(1, 'a'); in TEST_F() local
78 std::string sha_str(SHA256_DIGEST_LENGTH * 2 - 1, 'a'); in TEST_F() local
83 std::string sha_str(SHA256_DIGEST_LENGTH * 2 + 1, 'a'); in TEST_F() local
89 std::string sha_str(SHA256_DIGEST_LENGTH * 2, 'a'); in TEST_F() local
131 auto sha_str = SHA256BitsToHexString(sha); in TEST_F() local