Home
last modified time | relevance | path

Searched refs:MHD_digest_auth_check (Results 1 – 8 of 8) sorted by relevance

/external/libmicrohttpd/src/examples/
Ddigest_auth_example.c62 ret = MHD_digest_auth_check(connection, realm, in ahc_echo()
/external/libmicrohttpd/src/testcurl/
Dtest_digestauth_with_arguments.c98 ret = MHD_digest_auth_check(connection, realm, in ahc_echo()
Dtest_digestauth.c99 ret = MHD_digest_auth_check(connection, realm, in ahc_echo()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h2379 MHD_digest_auth_check (struct MHD_Connection *connection,
/external/libmicrohttpd/src/microhttpd/
Ddigestauth.c562 MHD_digest_auth_check (struct MHD_Connection *connection, in MHD_digest_auth_check() function
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi2163 @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()},
Dlibmicrohttpd.info1898 -- 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/
DChangeLog349 and only applies to MHD_digest_auth_check). Issue was