Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp432 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/
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.
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/
Ddrm_hal_clearkey_test.cpp669 auto res = drmPlugin->encrypt(session, keyId, input, iv, in TEST_P()
Ddrm_hal_vendor_test.cpp781 auto res = drmPlugin->encrypt( in TEST_P()