Searched refs:previousEncryptedCounter (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 479 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/ |
D | drm_hal_clearkey_test.cpp | 925 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()
|
D | drm_hal_vendor_test.cpp | 1215 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()
|