Lines Matching full:authorization
15 // takes care of providing the authorization data for commands and verifying
16 // authorization data for responses. It also handles parameter encryption for
26 // Provides authorization data for a command which has a cpHash value of
28 // by |is_*_parameter_encryption_possible|. On success, |authorization| is
29 // populated with the exact octets for the Authorization Area of the command.
35 std::string* authorization) = 0;
37 // Checks authorization data for a response which has a rpHash value of
38 // |response_hash|. The exact octets from the Authorization Area of the
39 // response are given in |authorization|. Returns true iff the authorization
42 const std::string& authorization) = 0;
51 // authorization session. Returns true on success.