Searched refs:encrypt (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 267 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()
|
D | DrmPlugin.h | 109 Return<void> encrypt(const hidl_vec<uint8_t>& sessionId,
|
/hardware/interfaces/radio/1.1/ |
D | IRadio.hal | 33 * encrypt the IMSI and IMPI. Sent by the framework during boot, carrier
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 364 * 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/ |
D | IKeymasterDevice.hal | 145 * 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/ |
D | drm_hal_clearkey_test.cpp | 795 auto res = drmPlugin->encrypt(session, keyId, input, iv, in TEST_F()
|
D | drm_hal_vendor_test.cpp | 942 auto res = drmPlugin->encrypt( in TEST_P()
|