Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp267 Return<void> DrmPlugin::encrypt(const hidl_vec<uint8_t>& sessionId, in encrypt() function in android::hardware::drm::V1_0::implementation::DrmPlugin
272 status_t status = mLegacyPlugin->encrypt(toVector(sessionId), in encrypt()
DDrmPlugin.h109 Return<void> encrypt(const hidl_vec<uint8_t>& sessionId,
/hardware/interfaces/radio/1.1/
DIRadio.hal33 * encrypt the IMSI and IMPI. Sent by the framework during boot, carrier
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal364 * encrypt, decrypt, sign verify operations on operator-provided
405 * @param input the input data to encrypt
410 * if the HAL is in a state where the encrypt operation cannot be performed.
413 encrypt(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> input,
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal145 * key as input to a secure key derivation function used to derive a key that is used to encrypt the
150 * time after which a key may not be used to encrypt or sign new messages. Unless the
171 * derive a key that is used to encrypt the private/secret key material.
1157 * encrypt/decrypt, but subsequent updates must not include associated data. If the caller
1159 * encrypt/decrypt, update() must return ErrorCode::INVALID_TAG.
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp795 auto res = drmPlugin->encrypt(session, keyId, input, iv, in TEST_F()
Ddrm_hal_vendor_test.cpp942 auto res = drmPlugin->encrypt( in TEST_P()