Searched refs:StrToHex (Results 1 – 4 of 4) sorted by relevance
98 status_t StrToHex(const std::string& str, std::string& hex);100 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex);
496 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex() function505 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex() function519 return StrToHex(tmp, out); in NormalizeHex()
202 if (android::vold::StrToHex(module_key, hex_key_buffer) != android::OK) { in create_crypto_blk_dev()
486 StrToHex(partGuidRaw, partGuid); in partitionMixed()