#include <errno.h>
#include <string.h>
#include <netdb.h>
#include "keystore_client.h"
Go to the source code of this file.
Data Structures | |
struct | ss_socket_client |
Functions | |
int | ss_send_key (const char *lfn, const unsigned char *key, const unsigned char *iv) |
Send Key Function. | |
int | ss_get_key (const char *lfn, unsigned char *key, unsigned char *iv) |
Get Key Function. | |
int | ss_delete_key (const char *lfn) |
Key Delete Function. | |
Variables | |
const char * | ss_errlist [56] |
int | errno |
Definition in file keystore_client.c.
|
Key Delete Function. This function delete key from Keystore.
Definition at line 966 of file keystore_client.c. References DEL, errno, and param_len. Referenced by lcg_scr(), lcg_sdel(), and securestorage_del_extended(). |
|
Get Key Function. This function get key from Keystore.
Definition at line 850 of file keystore_client.c. References errno, GET, and param_len. Referenced by lcg_scp(), and securestorage_open_extended(). |
|
Send Key Function. This function save key to Keystore.
Definition at line 763 of file keystore_client.c. References errno, param_len, and SEND. Referenced by lcg_scr(), and securestorage_open_extended(). |
|
Definition at line 165 of file keystore_client.c. |
|
This class header file. Definition at line 85 of file keystore_client.c. Referenced by securestorage_error(). |