Home
last modified time | relevance | path

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

/system/keymaster/
Daes_operation.h148 keymaster_error_t ProcessAllButTagLengthBytes(const Buffer& input, Buffer* output);
Daes_operation.cpp574 return ProcessAllButTagLengthBytes(input, output); in Update()
582 keymaster_error_t AesEvpDecryptOperation::ProcessAllButTagLengthBytes(const Buffer& input, in ProcessAllButTagLengthBytes() function in keymaster::AesEvpDecryptOperation