Home
last modified time | relevance | path

Searched defs:ImportWrappedKeyResponse (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h919 struct ImportWrappedKeyResponse : public KeymasterResponse { struct
921 : 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;
/aosp_15_r20/system/keymint/wire/src/
H A Dtypes.rs151 pub struct ImportWrappedKeyResponse { struct
152 pub ret: KeyCreationResult,