OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_started_
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
aes_operation.h
102
bool
data_started_
;
member in class:keymaster::AesEvpOperation
aes_operation.cpp
171
data_started_
(false), key_size_(key_size), padding_(padding) {
384
if (
data_started_
) {
406
data_started_
= true;
Completed in 559 milliseconds