HomeSort by relevance Sort by last modified time
    Searched refs:MHD_INVALID_NONCE (Results 1 - 5 of 5) sorted by null

  /external/libmicrohttpd/src/examples/
digest_auth_example.c 67 if ( (ret == MHD_INVALID_NONCE) ||
78 (ret == MHD_INVALID_NONCE) ? MHD_YES : MHD_NO);
  /external/libmicrohttpd/src/testcurl/
test_digestauth.c 104 if ( (ret == MHD_INVALID_NONCE) ||
115 (ret == MHD_INVALID_NONCE) ? MHD_YES : MHD_NO);
test_digestauth_with_arguments.c 103 if ( (ret == MHD_INVALID_NONCE) ||
114 (ret == MHD_INVALID_NONCE) ? MHD_YES : MHD_NO);
  /external/libmicrohttpd/src/include/
microhttpd.h 148 #define MHD_INVALID_NONCE -1
    [all...]
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 558 * #MHD_INVALID_NONCE if nonce is invalid
667 return MHD_INVALID_NONCE;
719 return MHD_INVALID_NONCE;

Completed in 39 milliseconds