Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp814 bool is_authenticated_cipher = (block_mode == BlockMode::GCM); in AesCheckEncryptOneByteAtATime() local
821 if (is_authenticated_cipher) auth_set.Authorization(TAG_MIN_MAC_LENGTH, 128); in AesCheckEncryptOneByteAtATime()
833 bool is_authenticated_cipher = (block_mode == BlockMode::GCM); in CheckEncryptOneByteAtATime() local
836 if (is_authenticated_cipher) params.Authorization(TAG_MAC_LENGTH, 128); in CheckEncryptOneByteAtATime()
859 if (is_authenticated_cipher) { in CheckEncryptOneByteAtATime()