Searched defs:ImportKeyResponse (Results 1 – 3 of 3) sorted by relevance
617 struct ImportKeyResponse : public KeymasterResponse { struct618 explicit ImportKeyResponse(int32_t ver) in ImportKeyResponse() argument621 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()629 KeymasterKeyBlob key_blob;630 AuthorizationSet enforced;631 AuthorizationSet unenforced;632 CertificateChain certificate_chain;
99 pub struct ImportKeyResponse { struct100 pub ret: KeyCreationResult,
544 TEST(RoundTrip, ImportKeyResponse) { in TEST() argument