FreeRDP
include/freerdp/crypto/privatekey.h File Reference
#include <freerdp/api.h>

Functions

FREERDP_API void freerdp_key_free (rdpPrivateKey *key)
 
FREERDP_API rdpPrivateKey * freerdp_key_new (void)
 
FREERDP_API rdpPrivateKey * freerdp_key_new_from_file (const char *keyfile)
 
FREERDP_API rdpPrivateKey * freerdp_key_new_from_pem (const char *pem)
 
FREERDP_API BOOL freerdp_key_is_rsa (const rdpPrivateKey *key)
 
FREERDP_API size_t freerdp_key_get_bits (const rdpPrivateKey *key)
 

Function Documentation

◆ freerdp_key_free()

FREERDP_API void freerdp_key_free ( rdpPrivateKey *  key)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_key_get_bits()

FREERDP_API size_t freerdp_key_get_bits ( const rdpPrivateKey *  key)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_key_is_rsa()

FREERDP_API BOOL freerdp_key_is_rsa ( const rdpPrivateKey *  key)
Here is the caller graph for this function:

◆ freerdp_key_new()

FREERDP_API rdpPrivateKey* freerdp_key_new ( void  )
Here is the caller graph for this function:

◆ freerdp_key_new_from_file()

FREERDP_API rdpPrivateKey* freerdp_key_new_from_file ( const char *  keyfile)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_key_new_from_pem()

FREERDP_API rdpPrivateKey* freerdp_key_new_from_pem ( const char *  pem)
Here is the call graph for this function:
Here is the caller graph for this function: