Searched refs:encrypt (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 432 BENCHMARK_KM_MSG(encrypt, transform, keySize, msgSize) \ 436 BENCHMARK_KM_ALL_MSGS(encrypt, transform, keySize) \ 602 static void encrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in encrypt() function
|
/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. 1155 * encrypt/decrypt, but subsequent updates must not include associated data. If the caller 1157 * encrypt/decrypt, update() must return ErrorCode::INVALID_TAG.
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 669 auto res = drmPlugin->encrypt(session, keyId, input, iv, in TEST_P()
|
D | drm_hal_vendor_test.cpp | 781 auto res = drmPlugin->encrypt( in TEST_P()
|