Searched defs:ImportWrappedKeyRequest (Results 1 – 1 of 1) sorted by relevance
773 struct ImportWrappedKeyRequest : public KeymasterMessage { struct774 explicit ImportWrappedKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) {} in KeymasterMessage() argument780 void SetKeyMaterial(const keymaster_key_blob_t& wrapped, const keymaster_key_blob_t& wrapping) { in SetKeyMaterial()789 KeymasterKeyBlob wrapped_key;790 KeymasterKeyBlob wrapping_key;791 KeymasterKeyBlob masking_key;792 AuthorizationSet additional_params;793 uint64_t password_sid;794 uint64_t biometric_sid;