1 /* -*- mode: C -*- Time-stamp: "2019-01-03 09:46:25 jemarch"
3 * File: rec-crypt-dummy.c
4 * Date: Tue Mar 27 21:29:06 2012
6 * GNU recutils - Dummy replacements for encryption routines
10 /* Copyright (C) 2012-2019 Michał Masłowski */
12 /* This program is free software: you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation, either version 3 of the License, or
15 * (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 rec_encrypt (char *in
,
41 rec_decrypt (char *in
,
51 rec_encrypt_record (rec_rset_t rset
,
59 rec_encrypt_field (rec_field_t field
,
66 rec_decrypt_field (rec_field_t field
,
73 rec_decrypt_record (rec_rset_t rset
,
80 /* End of rec-crypt-dummy.c */