Searched refs:IV (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h116 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV);
H A DDrmManager.h128 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV);
H A DDrmManagerClientImpl.h368 * @param[in] IV Optional buffer
376 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV);
H A DIDrmManagerService.h159 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) = 0;
248 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV);
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h88 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV);
/frameworks/av/include/drm/
H A DDrmManagerClient.h152 * @param[in] IV Optional buffer
161 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV = NULL);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp158 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) {
159 return onDecrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);
156 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument
H A DIDrmManagerService.cpp729 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) {
744 if (NULL != IV) {
745 data.writeInt32(IV->length);
746 data.write(IV->data, IV->length);
1451 DrmBuffer* IV = NULL; local
1454 IV = new DrmBuffer((char *)data.readInplace(ivBufferlength), ivBufferlength);
1458 = decrypt(uniqueId, &handle, decryptUnitId, encBuffer, &decBuffer, IV);
1470 delete IV; IV
727 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument
[all...]
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp150 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) {
152 mUniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);
148 decrypt( sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument
H A DDrmManagerClientImpl.cpp304 DrmBuffer** decBuffer, DrmBuffer* IV) {
310 encBuffer, decBuffer, IV);
301 decrypt( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h99 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV);
487 * @param[in] IV Optional buffer
495 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) = 0;
H A DIDrmEngine.h394 * @param[in] IV Optional buffer
402 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) = 0;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h412 * @param IV Optional buffer
421 DrmBuffer** decBuffer, DrmBuffer* IV);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp251 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) {
256 return mDrmManager->decrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);
249 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument
H A DDrmManager.cpp542 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) {
549 uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);
541 decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp274 int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) {
273 onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp843 } else if (const ConstantInt *IV = dyn_cast<ConstantInt>(C)) {
844 if (IV->getBitWidth() <= 64) {
845 uint64_t V = IV->getSExtValue();
857 unsigned NWords = IV->getValue().getActiveWords();
858 const uint64_t *RawWords = IV->getValue().getRawData();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp797 } else if (const ConstantInt *IV = dyn_cast<ConstantInt>(C)) {
798 if (IV->getBitWidth() <= 64) {
799 uint64_t V = IV->getSExtValue();
811 unsigned NWords = IV->getValue().getActiveWords();
812 const uint64_t *RawWords = IV->getValue().getRawData();
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java2504 // line 8: IV of the user key [hex]
2506 // IV of the master key, master key itself, master key checksum hash
2620 // line 8: IV of the user key [hex]
2624 byte[] IV = mkC.getIV();
2625 headerbuf.append(byteArrayToHex(IV));
2628 // line 9: master IV + key blob, encrypted by the user key [hex]. Blob format:
2629 // [byte] IV length = Niv
2630 // [array of Niv bytes] IV itself
2638 IV = c.getIV();
2643 ByteArrayOutputStream blob = new ByteArrayOutputStream(IV
[all...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp595 const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) {
594 onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument

Completed in 128 milliseconds