HomeSort by relevance Sort by last modified time
    Searched defs:VerifyRequest (Results 1 - 4 of 4) sorted by null

  /system/gatekeeper/
gatekeeper_messages.cpp 132 VerifyRequest::VerifyRequest(uint32_t user_id, uint64_t challenge,
142 VerifyRequest::VerifyRequest() {
147 VerifyRequest::~VerifyRequest() {
158 uint32_t VerifyRequest::nonErrorSerializedSize() const {
163 void VerifyRequest::nonErrorSerialize(uint8_t *buffer) const {
170 gatekeeper_error_t VerifyRequest::nonErrorDeserialize(const uint8_t *payload, const uint8_t *end) {
  /system/gatekeeper/tests/
gatekeeper_messages_test.cpp 28 using ::gatekeeper::VerifyRequest;
164 TEST(RoundTripTest, VerifyRequest) {
170 VerifyRequest msg(USER_ID, 1, password_handle, provided_password);
174 VerifyRequest deserialized_msg;
229 VerifyRequest msg;
233 VerifyRequest deserialized_msg;
309 GARBAGE_TEST(VerifyRequest);
  /system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h 137 struct VerifyRequest : public GateKeeperMessage {
138 VerifyRequest(
143 VerifyRequest();
144 ~VerifyRequest();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certpol.h 55 virtual HRESULT WINAPI VerifyRequest(const BSTR strConfig,LONG Context,LONG bNewRequest,LONG Flags,LONG *pDisposition) = 0;
70 HRESULT (WINAPI *VerifyRequest)(ICertPolicy *This,const BSTR strConfig,LONG Context,LONG bNewRequest,LONG Flags,LONG *pDisposition);
87 #define ICertPolicy_VerifyRequest(This,strConfig,Context,bNewRequest,Flags,pDisposition) (This)->lpVtbl->VerifyRequest(This,strConfig,Context,bNewRequest,Flags,pDisposition)
121 HRESULT (WINAPI *VerifyRequest)(ICertPolicy2 *This,const BSTR strConfig,LONG Context,LONG bNewRequest,LONG Flags,LONG *pDisposition);
139 #define ICertPolicy2_VerifyRequest(This,strConfig,Context,bNewRequest,Flags,pDisposition) (This)->lpVtbl->VerifyRequest(This,strConfig,Context,bNewRequest,Flags,pDisposition)

Completed in 78 milliseconds