OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mKeyRaw
(Results
1 - 2
of
2
) sorted by null
/system/vold/
PrivateVolume.h
63
std::string
mKeyRaw
;
PrivateVolume.cpp
47
VolumeBase(Type::kPrivate), mRawDevice(device),
mKeyRaw
(keyRaw) {
73
unsigned char* key = (unsigned char*)
mKeyRaw
.data();
76
key,
mKeyRaw
.size(), crypto_blkdev);
Completed in 207 milliseconds