Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
DKeymaster4.h80 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() argument
82 return dev_->importKey(params, keyFormat, keyData, _hidl_cb); in importKey()
DKeymaster3.h80 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal97 * @param keyFormat The format of the key material to import. See KeyFormat in types.hal.
99 * @pram keyData The key material to import, in the format specifed in keyFormat.
111 importKey(vec<KeyParameter> params, KeyFormat keyFormat, vec<uint8_t> keyData)
141 * @parm keyFormat The format used for export. See KeyFormat in types.hal.
160 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DStream.impl.h180 return setParam(AudioParameter::keyFormat, static_cast<int>(format)); in setFormat()
/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 specifed 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. See KeyFormat in types.hal.
644 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,