Searched defs:ImportWrappedKeyResponse (Results 1 – 2 of 2) sorted by relevance
911 struct ImportWrappedKeyResponse : public KeymasterResponse { struct913 : KeymasterResponse(ver), key_blob{}, certificate_chain{} {} in KeymasterResponse()915 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()923 KeymasterKeyBlob key_blob;924 AuthorizationSet enforced;925 AuthorizationSet unenforced;926 CertificateChain certificate_chain;
112 pub struct ImportWrappedKeyResponse { struct113 pub ret: KeyCreationResult,