FreeRDP
makecert.h File Reference
#include <winpr/winpr.h>
#include <winpr/wtypes.h>
This graph shows which files directly or indirectly include this file:

Functions

WINPR_API int makecert_context_process (MAKECERT_CONTEXT *context, int argc, char **argv)
 
WINPR_API int makecert_context_set_output_file_name (MAKECERT_CONTEXT *context, const char *name)
 
WINPR_API int makecert_context_output_certificate_file (MAKECERT_CONTEXT *context, const char *path)
 
WINPR_API int makecert_context_output_private_key_file (MAKECERT_CONTEXT *context, const char *path)
 
WINPR_API void makecert_context_free (MAKECERT_CONTEXT *context)
 
WINPR_API MAKECERT_CONTEXT * makecert_context_new (void)
 

Function Documentation

◆ makecert_context_free()

WINPR_API void makecert_context_free ( MAKECERT_CONTEXT *  context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ makecert_context_new()

WINPR_API MAKECERT_CONTEXT* makecert_context_new ( void  )
Here is the caller graph for this function:

◆ makecert_context_output_certificate_file()

WINPR_API int makecert_context_output_certificate_file ( MAKECERT_CONTEXT *  context,
const char *  path 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ makecert_context_output_private_key_file()

WINPR_API int makecert_context_output_private_key_file ( MAKECERT_CONTEXT *  context,
const char *  path 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ makecert_context_process()

WINPR_API int makecert_context_process ( MAKECERT_CONTEXT *  context,
int  argc,
char **  argv 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ makecert_context_set_output_file_name()

WINPR_API int makecert_context_set_output_file_name ( MAKECERT_CONTEXT *  context,
const char *  name 
)
Here is the call graph for this function:
Here is the caller graph for this function: