Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h958 struct VerifyAuthorizationResponse : public KeymasterResponse { struct
959 explicit VerifyAuthorizationResponse(int32_t ver) : KeymasterResponse(ver) {} in VerifyAuthorizationResponse() argument
962 size_t NonErrorSerializedSize() const override { in NonErrorSerializedSize()
965 uint8_t* NonErrorSerialize(uint8_t* buf, const uint8_t* end) const override { in NonErrorSerialize()
969 bool NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) override { in NonErrorDeserialize()
973 VerificationToken token;