Home
last modified time | relevance | path

Searched refs:expected_length (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/crypto/
Drsa_2048_key.cpp56 size_t expected_length; in CalculatePublicKey() local
57 if (!EVP_EncodedLength(&expected_length, sizeof(binary_key_data))) { in CalculatePublicKey()
62 out->resize(expected_length); in CalculatePublicKey()
/system/core/adb/
Dadb.cpp848 const DWORD expected_length = arraysize(expected) - 1; in launch_server() local
849 if (count == expected_length && in launch_server()
850 memcmp(temp, expected, expected_length) == 0) { in launch_server()