Home
last modified time | relevance | path

Searched refs:caller_iv_ (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/km_openssl/
Dblock_cipher_operation.h108 const bool caller_iv_; variable
Dblock_cipher_operation.cpp151 caller_iv_(caller_iv), tag_length_(tag_length), data_started_(false), padding_(padding), in BlockCipherEvpOperation()
409 } else if (caller_iv_) { in Begin()