Searched defs:ImportKeyResponse (Results 1 – 5 of 5) sorted by relevance
619 struct ImportKeyResponse : public KeymasterResponse { struct620 explicit ImportKeyResponse(int32_t ver) in ImportKeyResponse() argument623 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()631 KeymasterKeyBlob key_blob;632 AuthorizationSet enforced;633 AuthorizationSet unenforced;634 CertificateChain certificate_chain;
138 pub struct ImportKeyResponse { struct139 pub ret: KeyCreationResult,
545 TEST(RoundTrip, ImportKeyResponse) { in TEST() argument
207 message ImportKeyResponse { message