Codebase list dillo / debian/3.0.3-3 src / digest.h
debian/3.0.3-3

Tree @debian/3.0.3-3 (Download .tar.gz)

digest.h @debian/3.0.3-3raw · history · blame

#ifndef __DIGEST_H__
#define __DIGEST_H__

#include "auth.h"
#include "../dlib/dlib.h"


char *a_Digest_create_cnonce(void);
int a_Digest_compute_digest(AuthRealm_t *realm,
                            const char *username,
                            const char *passwd);
char *a_Digest_authorization_hdr(AuthRealm_t *realm,
                                 const DilloUrl *url,
                                 const char *uri);

#endif /* !__DIGEST_H__ */