Searched refs:decrypt (Results 1 - 25 of 69) sorted by relevance

123

/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DAesCtrDecryptor.h34 android::status_t decrypt(const android::Vector<uint8_t>& key, const Iv iv,
H A DCryptoPlugin.h45 virtual ssize_t decrypt(
H A DSession.h48 android::status_t decrypt(
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DAesCtrDecryptor.h35 Status decrypt(const std::vector<uint8_t>& key, const Iv iv,
H A DSession.h52 Status decrypt(
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DCryptoPlugin.cpp35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, function in class:clearkeydrm::CryptoPlugin
67 status_t res = mSession->decrypt(keyId, iv, srcPtr, dstPtr, subSamples,
H A DSession.cpp64 status_t Session::decrypt( function in class:clearkeydrm::Session
78 return decryptor.decrypt(
H A DAesCtrDecryptor.cpp29 android::status_t AesCtrDecryptor::decrypt(const android::Vector<uint8_t>& key, function in class:clearkeydrm::AesCtrDecryptor
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordCrypto.java53 private static byte[] decrypt(SecretKey key, byte[] blob) method in class:SyntheticPasswordCrypto
101 public static byte[] decrypt(byte[] keyBytes, byte[] personalisation, byte[] ciphertext) { method in class:SyntheticPasswordCrypto
106 return decrypt(key, ciphertext);
121 byte[] intermediate = decrypt(applicationId, APPLICATION_ID_PERSONALIZATION, blob);
122 return decrypt(decryptionKey, intermediate);
125 throw new RuntimeException("Failed to decrypt blob", e);
135 byte[] intermediate = decrypt(decryptionKey, blob);
136 return decrypt(applicationId, APPLICATION_ID_PERSONALIZATION, intermediate);
143 throw new RuntimeException("Failed to decrypt blob", e);
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DSecureBoxTest.java172 SecureBox.decrypt(
182 SecureBox.decrypt(
197 state = SecureBox.decrypt(THM_PRIVATE_KEY, TEST_SHARED_SECRET, TEST_HEADER, state);
208 SecureBox.decrypt(
219 SecureBox.decrypt(THM_PRIVATE_KEY, /*sharedSecret=*/ null, TEST_HEADER, encrypted);
229 SecureBox.decrypt(THM_PRIVATE_KEY, TEST_SHARED_SECRET, /*header=*/ null, encrypted);
239 SecureBox.decrypt(
267 SecureBox.decrypt(
281 SecureBox.decrypt(
298 SecureBox.decrypt(
[all...]
H A DKeySyncUtilsTest.java236 byte[] decrypted = SecureBox.decrypt(
258 SecureBox.decrypt(
284 SecureBox.decrypt(
310 SecureBox.decrypt(
337 SecureBox.decrypt(
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DSession.cpp70 Status Session::decrypt( function in class:android::hardware::drm::V1_1::clearkey::Session
86 return decryptor.decrypt(
H A DAesCtrDecryptor.cpp37 Status AesCtrDecryptor::decrypt( function in class:android::hardware::drm::V1_1::clearkey::AesCtrDecryptor
H A DCryptoPlugin.cpp48 Return<void> CryptoPlugin::decrypt( function in class:android::hardware::drm::V1_1::clearkey::CryptoPlugin
69 "source decrypt buffer base not set");
77 "destination decrypt buffer base not set");
151 Status res = mSession->decrypt(keyId.data(), iv.data(), srcPtr,
/frameworks/av/include/mediadrm/
H A DCrypto.h52 virtual ssize_t decrypt(const uint8_t key[16], const uint8_t iv[16],
H A DICrypto.h67 virtual ssize_t decrypt(const uint8_t key[16], const uint8_t iv[16],
75 * to decrypt will be allocated from. Returns a sequence number
76 * that subsequent decrypt calls can use to refer to the heap,
/frameworks/av/media/libmedia/include/media/
H A DCrypto.h52 virtual ssize_t decrypt(const uint8_t key[16], const uint8_t iv[16],
H A DICrypto.h67 virtual ssize_t decrypt(const uint8_t key[16], const uint8_t iv[16],
75 * to decrypt will be allocated from. Returns a sequence number
76 * that subsequent decrypt calls can use to refer to the heap,
/frameworks/native/headers/media_plugin/media/hardware/
H A DCryptoAPI.h72 // decode the data after decryption. The decrypt API below will have
87 // in the 'key' parameter to the decrypt() method.
102 virtual ssize_t decrypt(
H A DHDCPAPI.h55 // future calls to "decrypt".
134 virtual status_t decrypt( function in struct:android::HDCPModule
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h72 // decode the data after decryption. The decrypt API below will have
87 // in the 'key' parameter to the decrypt() method.
102 virtual ssize_t decrypt(
H A DHDCPAPI.h55 // future calls to "decrypt".
134 virtual status_t decrypt( function in struct:android::HDCPModule
/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp196 status_t NoOpDrmManagerClientImpl::decrypt( function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeySessionLibrary.h35 ssize_t decrypt(
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtils.java217 * @throws InvalidKeyException if the {@code keyClaimant} could not be used to decrypt.
224 return SecureBox.decrypt(
243 return SecureBox.decrypt(
262 return SecureBox.decrypt(

Completed in 374 milliseconds

123