Searched refs:subSample (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 483 const SubSample& subSample = subSamples[i]; in aes_ctr_decrypt() local 485 if (subSample.numBytesOfClearData > 0) { in aes_ctr_decrypt() 486 memcpy(dest + offset, src + offset, subSample.numBytesOfClearData); in aes_ctr_decrypt() 487 offset += subSample.numBytesOfClearData; in aes_ctr_decrypt() 490 if (subSample.numBytesOfEncryptedData > 0) { in aes_ctr_decrypt() 492 subSample.numBytesOfEncryptedData, &decryptionKey, in aes_ctr_decrypt() 494 offset += subSample.numBytesOfEncryptedData; in aes_ctr_decrypt()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_vendor_test.cpp | 1219 const SubSample& subSample = subSamples[i]; in aes_ctr_decrypt() local 1221 if (subSample.numBytesOfClearData > 0) { in aes_ctr_decrypt() 1222 memcpy(dest + offset, src + offset, subSample.numBytesOfClearData); in aes_ctr_decrypt() 1223 offset += subSample.numBytesOfClearData; in aes_ctr_decrypt() 1226 if (subSample.numBytesOfEncryptedData > 0) { in aes_ctr_decrypt() 1228 subSample.numBytesOfEncryptedData, &decryptionKey, in aes_ctr_decrypt() 1230 offset += subSample.numBytesOfEncryptedData; in aes_ctr_decrypt() 1247 const SubSample& subSample = subSamples[i]; in aes_cbc_decrypt() local 1249 memcpy(dest + offset, src + offset, subSample.numBytesOfClearData); in aes_cbc_decrypt() 1250 offset += subSample.numBytesOfClearData; in aes_cbc_decrypt() [all …]
|
D | drm_hal_clearkey_test.cpp | 929 const SubSample& subSample = subSamples[i]; in aes_ctr_decrypt() local 931 if (subSample.numBytesOfClearData > 0) { in aes_ctr_decrypt() 932 memcpy(dest + offset, src + offset, subSample.numBytesOfClearData); in aes_ctr_decrypt() 933 offset += subSample.numBytesOfClearData; in aes_ctr_decrypt() 936 if (subSample.numBytesOfEncryptedData > 0) { in aes_ctr_decrypt() 938 subSample.numBytesOfEncryptedData, &decryptionKey, in aes_ctr_decrypt() 940 offset += subSample.numBytesOfEncryptedData; in aes_ctr_decrypt()
|