HomeSort by relevance Sort by last modified time
    Searched refs:installKey (Results 1 - 3 of 3) sorted by null

  /system/vold/
KeyUtil.h 30 bool installKey(const KeyBuffer& key, std::string* raw_ref);
KeyUtil.cpp 119 bool installKey(const KeyBuffer& key, std::string* raw_ref) {
181 if (!installKey(key, key_ref)) {
Ext4Crypt.cpp 205 if (!android::vold::installKey(ce_key, &ce_raw_ref)) return false;
253 if (!android::vold::installKey(de_key, &de_raw_ref)) return false;
256 if (!android::vold::installKey(ce_key, &ce_raw_ref)) return false;
323 if (!android::vold::installKey(key, &raw_ref)) return false;
    [all...]

Completed in 55 milliseconds