Searched defs:ImportWrappedKeyResponse (Results 1 – 2 of 2) sorted by relevance
919 struct ImportWrappedKeyResponse : public KeymasterResponse { struct921 : KeymasterResponse(ver), key_blob{}, certificate_chain{} {} in KeymasterResponse()923 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()931 KeymasterKeyBlob key_blob;932 AuthorizationSet enforced;933 AuthorizationSet unenforced;934 CertificateChain certificate_chain;
151 pub struct ImportWrappedKeyResponse { struct152 pub ret: KeyCreationResult,