Home
last modified time | relevance | path

Searched refs:encrypt (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java85 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() argument
88 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null); in BluetoothServerSocket()
105 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() argument
109 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null, mitm, in BluetoothServerSocket()
125 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket() argument
127 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, -1, uuid); in BluetoothServerSocket()
DBluetoothSocket.java164 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() argument
166 this(type, fd, auth, encrypt, device, port, uuid, false, false); in BluetoothSocket()
183 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() argument
200 mEncrypt = encrypt; in BluetoothSocket()
264 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket() argument
266 this(type, fd, auth, encrypt, new BluetoothDevice(address), port, null, false, false); in BluetoothSocket()
DBluetoothAdapter.java1834 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord() argument
1837 encrypt, new ParcelUuid(uuid)); in createNewRfcommSocketAndRecord()
/frameworks/base/services/core/java/com/android/server/
DSyntheticPasswordCrypto.java67 private static byte[] encrypt(SecretKey key, byte[] blob) in encrypt() method in SyntheticPasswordCrypto
88 public static byte[] encrypt(byte[] keyBytes, byte[] personalisation, byte[] message) { in encrypt() method in SyntheticPasswordCrypto
93 return encrypt(key, message); in encrypt()
153 byte[] intermediate = encrypt(secretKey, data); in createBlob()
154 return encrypt(applicationId, APPLICATION_ID_PERSONALIZATION, intermediate); in createBlob()
/frameworks/av/media/libmediaplayerservice/
DHDCP.cpp113 status_t HDCP::encrypt( in encrypt() function in android::HDCP
126 return mHDCPModule->encrypt(inData, size, streamCTR, outInputCTR, outData); in encrypt()
DHDCP.h35 virtual status_t encrypt(
/frameworks/native/include/media/hardware/
DHDCPAPI.h106 virtual status_t encrypt( in encrypt() function
/frameworks/av/include/media/
DIHDCP.h70 virtual status_t encrypt(
DIDrm.h95 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
DDrm.h99 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
DDrmHal.h109 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
/frameworks/av/media/libmedia/include/media/
DIHDCP.h70 virtual status_t encrypt(
DIDrm.h95 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
DDrm.h99 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
DDrmHal.h109 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
/frameworks/av/media/libmedia/
DIHDCP.cpp96 virtual status_t encrypt( in encrypt() function
267 err = encrypt(inData, size, streamCTR, &inputCTR, outData); in onTransact()
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp587 const uint8_t *input, uint8_t *output, size_t dataSize, bool encrypt) { in encrypt_decrypt_common() argument
614 if (encrypt) { in encrypt_decrypt_common()
615 status = mObj->mDrm->encrypt(*iter, keyIdVec, inputVec, ivVec, outputVec); in encrypt_decrypt_common()
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h110 status_t encrypt(Vector<uint8_t> const &sessionId,
/frameworks/av/drm/mediadrm/plugins/clearkey/
DDrmPlugin.h182 virtual status_t encrypt( in encrypt() function
/frameworks/native/include/media/drm/
DDrmAPI.h296 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
/frameworks/av/drm/libmediadrm/
DDrm.cpp674 status_t Drm::encrypt(Vector<uint8_t> const &sessionId, in encrypt() function in android::Drm
691 return mPlugin->encrypt(sessionId, keyId, input, iv, output); in encrypt()
DDrmHal.cpp826 status_t DrmHal::encrypt(Vector<uint8_t> const &sessionId, in encrypt() function in android::DrmHal
839 Return<void> hResult = mPlugin->encrypt(toHidlVec(sessionId), in encrypt()
DIDrm.cpp425 virtual status_t encrypt(Vector<uint8_t> const &sessionId, in encrypt() function
855 uint32_t result = encrypt(sessionId, keyId, input, iv, output); in onTransact()
/frameworks/av/media/libstagefright/wifi-display/
DMediaSender.cpp439 err = mHDCP->encrypt( in packetizeAccessUnit()
/frameworks/base/media/java/android/media/
DMediaDrm.java1103 public byte[] encrypt( in encrypt() method in CryptoSession

12