Home
last modified time | relevance | path

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

/hardware/nxp/keymint/KM200/
DJavacardKeyMintDevice.cpp125 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey() argument
133 request.add(Uint(static_cast<uint8_t>(keyFormat))); in importKey()
170 KeyFormat keyFormat; in importWrappedKey() local
173 authList, keyFormat, wrappedKeyDescription); in importWrappedKey()
188 authList, keyFormat, secureKey, tag, iv, wrappedKeyDescription, passwordSid, biometricSid); in importWrappedKey()
217 const vector<KeyParameter>& keyParams, KeyFormat keyFormat, in sendFinishImportWrappedKeyCmd() argument
223 request.add(static_cast<uint64_t>(keyFormat)); in sendFinishImportWrappedKeyCmd()
414 vector<KeyParameter>& authList, KeyFormat& keyFormat, in parseWrappedKey() argument
439 keyFormat = static_cast<KeyFormat>(kmKeyFormat); in parseWrappedKey()
DJavacardKeyMintDevice.h70 ScopedAStatus importKey(const vector<KeyParameter>& keyParams, KeyFormat keyFormat,
119 vector<KeyParameter>& authList, KeyFormat& keyFormat,
127 sendFinishImportWrappedKeyCmd(const vector<KeyParameter>& keyParams, KeyFormat keyFormat,
/hardware/nxp/keymint/KM300/
DJavacardKeyMintDevice.cpp143 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey() argument
151 request.add(Uint(static_cast<uint8_t>(keyFormat))); in importKey()
193 KeyFormat keyFormat; in importWrappedKey() local
196 authList, keyFormat, wrappedKeyDescription); in importWrappedKey()
211 authList, keyFormat, secureKey, tag, iv, wrappedKeyDescription, passwordSid, biometricSid); in importWrappedKey()
244 const vector<KeyParameter>& keyParams, KeyFormat keyFormat, in sendFinishImportWrappedKeyCmd() argument
250 request.add(static_cast<uint64_t>(keyFormat)); in sendFinishImportWrappedKeyCmd()
435 vector<KeyParameter>& authList, KeyFormat& keyFormat, in parseWrappedKey() argument
460 keyFormat = static_cast<KeyFormat>(kmKeyFormat); in parseWrappedKey()
DJavacardKeyMintDevice.h75 ScopedAStatus importKey(const vector<KeyParameter>& keyParams, KeyFormat keyFormat,
124 vector<KeyParameter>& authList, KeyFormat& keyFormat,
132 sendFinishImportWrappedKeyCmd(const vector<KeyParameter>& keyParams, KeyFormat keyFormat,
/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.aidl417 KeyCreationResult importKey(in KeyParameter[] keyParams, in KeyFormat keyFormat, 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/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/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/2/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/current/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.cpp205 return setParam(AudioParameter::keyFormat, static_cast<int>(format)); in setFormat()
309 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,