Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp479 uint8_t previousEncryptedCounter[AES_BLOCK_SIZE]; in aes_ctr_decrypt() local
480 memset(previousEncryptedCounter, 0, AES_BLOCK_SIZE); in aes_ctr_decrypt()
493 iv, previousEncryptedCounter, &blockOffset); in aes_ctr_decrypt()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp925 uint8_t previousEncryptedCounter[AES_BLOCK_SIZE]; in aes_ctr_decrypt() local
926 memset(previousEncryptedCounter, 0, AES_BLOCK_SIZE); in aes_ctr_decrypt()
939 iv, previousEncryptedCounter, &blockOffset); in aes_ctr_decrypt()
Ddrm_hal_vendor_test.cpp1215 uint8_t previousEncryptedCounter[AES_BLOCK_SIZE]; in aes_ctr_decrypt() local
1216 memset(previousEncryptedCounter, 0, AES_BLOCK_SIZE); in aes_ctr_decrypt()
1229 iv, previousEncryptedCounter, &blockOffset); in aes_ctr_decrypt()