recutils
|
Functions | |
bool | rec_encrypt (char *in, size_t in_size, const char *password, char **out, size_t *out_size) |
bool | rec_decrypt (char *in, size_t in_size, const char *password, char **out, size_t *out_size) |
bool | rec_encrypt_record (rec_rset_t rset, rec_record_t record, const char *password) |
bool | rec_encrypt_field (rec_field_t field, const char *password) |
bool | rec_decrypt_field (rec_field_t field, const char *password) |
bool | rec_decrypt_record (rec_rset_t rset, rec_record_t record, const char *password) |
bool rec_decrypt | ( | char * | in, |
size_t | in_size, | ||
const char * | password, | ||
char ** | out, | ||
size_t * | out_size | ||
) |
bool rec_decrypt_field | ( | rec_field_t | field, |
const char * | password | ||
) |
bool rec_decrypt_record | ( | rec_rset_t | rset, |
rec_record_t | record, | ||
const char * | password | ||
) |
bool rec_encrypt | ( | char * | in, |
size_t | in_size, | ||
const char * | password, | ||
char ** | out, | ||
size_t * | out_size | ||
) |
bool rec_encrypt_field | ( | rec_field_t | field, |
const char * | password | ||
) |
bool rec_encrypt_record | ( | rec_rset_t | rset, |
rec_record_t | record, | ||
const char * | password | ||
) |