recutils
Functions
rec-crypt-dummy.c File Reference
#include <config.h>
#include <rec.h>

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)
 

Function Documentation

◆ rec_decrypt()

bool rec_decrypt ( char *  in,
size_t  in_size,
const char *  password,
char **  out,
size_t *  out_size 
)

◆ rec_decrypt_field()

bool rec_decrypt_field ( rec_field_t  field,
const char *  password 
)

◆ rec_decrypt_record()

bool rec_decrypt_record ( rec_rset_t  rset,
rec_record_t  record,
const char *  password 
)

◆ rec_encrypt()

bool rec_encrypt ( char *  in,
size_t  in_size,
const char *  password,
char **  out,
size_t *  out_size 
)

◆ rec_encrypt_field()

bool rec_encrypt_field ( rec_field_t  field,
const char *  password 
)

◆ rec_encrypt_record()

bool rec_encrypt_record ( rec_rset_t  rset,
rec_record_t  record,
const char *  password 
)