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

  /system/keymaster/km_openssl/
block_cipher_operation.h 112 bool data_started_; member in class:keymaster::BlockCipherEvpOperation
block_cipher_operation.cpp 150 caller_iv_(caller_iv), tag_length_(tag_length), data_started_(false), padding_(padding),
294 if (data_started_) {
317 data_started_ = true;

Completed in 73 milliseconds