Searched refs:is_authenticated_cipher (Results 1 – 1 of 1) sorted by relevance
814 bool is_authenticated_cipher = (block_mode == BlockMode::GCM); in AesCheckEncryptOneByteAtATime() local821 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() local836 if (is_authenticated_cipher) params.Authorization(TAG_MAC_LENGTH, 128); in CheckEncryptOneByteAtATime()859 if (is_authenticated_cipher) { in CheckEncryptOneByteAtATime()