![]()  | 
  
    libgpac
    
   Documentation of the core library of GPAC 
   | 
  
#include "downloader.h"
 Include dependency graph for downloader_ssl.c:Functions | |
| static GF_Err | gf_user_credentials_save_digest (GF_DownloadManager *dm, GF_UserCredentials *creds, const char *password, Bool store_info) | 
| Saves the digest for authentication of password and username.   | |
| GF_UserCredentials * | gf_user_credentials_find_for_site (GF_DownloadManager *dm, const char *server_name, const char *user_name) | 
| static void | on_user_pass (void *udta, const char *user, const char *pass, Bool store_info) | 
| static GF_Err | gf_user_credentials_ask_password (GF_DownloadManager *dm, GF_UserCredentials *creds, Bool secure) | 
| Asks the user for credentials for given site.   | |
| GF_UserCredentials * | gf_user_credentials_register (GF_DownloadManager *dm, Bool secure, const char *server_name, const char *username, const char *password, Bool valid) | 
      
  | 
  static | 
Saves the digest for authentication of password and username.
| dm | The download manager | 
| creds | The credentials to fill | 
| password | the password | 
| store_info | write to cred file or not | 
 Here is the call graph for this function:
 Here is the caller graph for this function:| GF_UserCredentials * gf_user_credentials_find_for_site | ( | GF_DownloadManager * | dm, | 
| const char * | server_name, | ||
| const char * | user_name | ||
| ) | 
Find a User's credentials for a given site
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Asks the user for credentials for given site.
| dm | The download manager | 
| creds | The credentials to fill | 
| secure | is auth required? | 
 Here is the call graph for this function:
 Here is the caller graph for this function: