Home
last modified time | relevance | path

Searched refs:wrappingKeyBlob (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
DKeymaster4.h86 const hidl_vec<uint8_t>& wrappingKeyBlob, in importWrappedKey() argument
91 return dev_->importWrappedKey(wrappedKeyData, wrappingKeyBlob, maskingKey, unwrappingParams, in importWrappedKey()
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal541 * with the wrapping key specified by wrappingKeyBlob.
550 * 1. Get the private key material for wrappingKeyBlob, verifying that the wrapping key has
562 * @param wrappingKeyBlob The opaque key descriptor returned by generateKey() or importKey().
589 importWrappedKey(vec<uint8_t> wrappedKeyData, vec<uint8_t> wrappingKeyBlob,