Searched refs:MHD_digest_auth_check (Results 1 – 8 of 8) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | digest_auth_example.c | 62 ret = MHD_digest_auth_check(connection, realm, in ahc_echo()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_digestauth_with_arguments.c | 98 ret = MHD_digest_auth_check(connection, realm, in ahc_echo()
|
D | test_digestauth.c | 99 ret = MHD_digest_auth_check(connection, realm, in ahc_echo()
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 2379 MHD_digest_auth_check (struct MHD_Connection *connection,
|
/external/libmicrohttpd/src/microhttpd/ |
D | digestauth.c | 562 MHD_digest_auth_check (struct MHD_Connection *connection, in MHD_digest_auth_check() function
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 2163 @deftypefun int MHD_digest_auth_check (struct MHD_Connection *connection, const char *realm, const … 2232 ret = MHD_digest_auth_check(connection, realm, 2734 MHD_OPTION_NONCE_NC_SIZE and functions @code{MHD_digest_auth_check()},
|
D | libmicrohttpd.info | 1898 -- Function: int MHD_digest_auth_check (struct MHD_Connection 1976 ret = MHD_digest_auth_check(connection, realm, 2431 'MHD_digest_auth_check()', can be used. 4010 * MHD_digest_auth_check: microhttpd-dauth digest.
|
/external/libmicrohttpd/ |
D | ChangeLog | 349 and only applies to MHD_digest_auth_check). Issue was
|