OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:key_serial
(Results
1 - 1
of
1
) sorted by null
/system/vold/
KeyUtil.cpp
148
auto
key_serial
= keyctl_search(device_keyring, "logon", ref.c_str(), 0);
local
154
if (keyctl_unlink(
key_serial
, device_keyring) != 0) {
155
PLOG(ERROR) << "Failed to unlink key with serial " <<
key_serial
<< " ref " << ref;
158
LOG(DEBUG) << "Unlinked key with serial " <<
key_serial
<< " ref " << ref;
Completed in 85 milliseconds