Searched defs:ImportWrappedKeyRequest (Results 1 – 1 of 1) sorted by relevance
780 struct ImportWrappedKeyRequest : public KeymasterMessage { struct781 explicit ImportWrappedKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) {} in KeymasterMessage() argument787 void SetKeyMaterial(const keymaster_key_blob_t& wrapped, const keymaster_key_blob_t& wrapping) { in SetKeyMaterial()796 KeymasterKeyBlob wrapped_key;797 KeymasterKeyBlob wrapping_key;798 KeymasterKeyBlob masking_key;799 AuthorizationSet additional_params;800 uint64_t password_sid;801 uint64_t biometric_sid;