Home
last modified time | relevance | path

Searched refs:SHA256HexStringToBits (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/tls/tests/
Dadb_ca_list_test.cpp69 auto res = SHA256HexStringToBits(sha_str); in TEST_F()
74 auto res = SHA256HexStringToBits(sha_str); in TEST_F()
79 auto res = SHA256HexStringToBits(sha_str); in TEST_F()
84 auto res = SHA256HexStringToBits(sha_str); in TEST_F()
91 auto res = SHA256HexStringToBits(sha_str); in TEST_F()
135 auto out_sha = SHA256HexStringToBits(sha_str); in TEST_F()
/system/core/adb/tls/include/adb/tls/
Dadb_ca_list.h44 std::optional<std::string> SHA256HexStringToBits(std::string_view sha256_str);
/system/core/adb/tls/
Dadb_ca_list.cpp118 std::optional<std::string> SHA256HexStringToBits(std::string_view sha256_str) { in SHA256HexStringToBits() function
/system/core/adb/client/
Dauth.cpp535 auto encoded_key = SHA256HexStringToBits(*adbFingerprint); in adb_tls_set_certificate()