Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
DKeymaster.cpp140 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey() argument
148 std::make_optional<std::vector<uint8_t>>(kmKey.begin(), kmKey.end()); in exportKey()
DKeymaster.h51 bool exportKey(const std::string& kmKey, std::string* key);