Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dblock_cipher_operation.h161 keymaster_error_t ProcessAllButTagLengthBytes(const Buffer& input, Buffer* output);
Dblock_cipher_operation.cpp475 return ProcessAllButTagLengthBytes(input, output); in Update()
482 keymaster_error_t BlockCipherEvpDecryptOperation::ProcessAllButTagLengthBytes(const Buffer& input, in ProcessAllButTagLengthBytes() function in keymaster::BlockCipherEvpDecryptOperation