Home
last modified time | relevance | path

Searched defs:ImportKeyRequest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/keymint/wire/src/
H A Dtypes.rs131 pub struct ImportKeyRequest { struct
132 pub key_params: Vec<KeyParam>,
133 pub key_format: KeyFormat,
134 pub key_data: Vec<u8>,
135 pub attestation_key: Option<AttestationKey>,
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h604 struct ImportKeyRequest : public KeymasterMessage { struct
605 explicit ImportKeyRequest(int32_t ver) : KeymasterMessage(ver) {} in ImportKeyRequest() argument
611 AuthorizationSet key_description;
612 keymaster_key_format_t key_format;
613 KeymasterKeyBlob key_data;
614 KeymasterKeyBlob attestation_signing_key_blob;
615 AuthorizationSet attest_key_params;
616 KeymasterBlob issuer_subject;
/aosp_15_r20/system/keymaster/tests/
H A Dandroid_keymaster_messages_test.cpp514 TEST(RoundTrip, ImportKeyRequest) { in TEST() argument
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/
Dkeymaster.proto200 message ImportKeyRequest { message
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto200 message ImportKeyRequest { message