Home
last modified time | relevance | path

Searched refs:keyFormat (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h84 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() argument
86 return km4_0_dev_->importKey(params, keyFormat, keyData, _hidl_cb); in importKey()
DKeymaster3.h76 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DIKeyMintDevice.aidl384 KeyCreationResult importKey(in KeyParameter[] keyParams, in KeyFormat keyFormat, in importKey() argument
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DIKeyMintDevice.aidl41 …eyParameter[] keyParams, in android.hardware.security.keymint.KeyFormat keyFormat, in byte[] keyDa… in importKey() argument
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DIKeyMintDevice.aidl41 …eyParameter[] keyParams, in android.hardware.security.keymint.KeyFormat keyFormat, in byte[] keyDa… in importKey() argument
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp173 Return<void> Keymaster3::importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() argument
179 auto rc = km3_dev_->importKey(convert(params), convert(keyFormat), keyData, cb); in importKey()
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal98 * @param keyFormat The format of the key material to import. See KeyFormat in types.hal.
100 * @pram keyData The key material to import, in the format specifed in keyFormat.
112 importKey(vec<KeyParameter> params, KeyFormat keyFormat, vec<uint8_t> keyData)
142 * @parm keyFormat The format used for export. See KeyFormat in types.hal.
161 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp201 return setParam(AudioParameter::keyFormat, static_cast<int>(format)); in setFormat()
305 setParam(AudioParameter::keyFormat, static_cast<int>(halConfigBase.format)); in setAudioProperties()
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal496 * @param keyFormat The format of the key material to import. See KeyFormat in types.hal.
498 * @pram keyData The key material to import, in the format specified in keyFormat.
507 importKey(vec<KeyParameter> keyParams, KeyFormat keyFormat, vec<uint8_t> keyData)
518 * keyFormat INTEGER, # Values from KeyFormat enum.
533 * o keyFormat is an integer from the KeyFormat enum, defining the format of the plaintext
543 * o encryptedKey is the key material of the key to be imported, in format keyFormat, and
559 * 5. Perform the equivalent of calling importKey(keyParams, keyFormat, keyData), except
627 * @parm keyFormat The format used for export. Must be KeyFormat::X509.
644 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,