OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_token_buffer
(Results
1 - 1
of
1
) sorted by null
/system/gatekeeper/
gatekeeper.cpp
150
UniquePtr<uint8_t>
auth_token_buffer
;
local
152
MintAuthToken(&
auth_token_buffer
, &auth_token_len, timestamp,
156
memcpy(auth_token.buffer.get(),
auth_token_buffer
.get(), auth_token_len);
Completed in 160 milliseconds