Home
last modified time | relevance | path

Searched refs:ccrypt_stream_t (Results 1 – 5 of 5) sorted by relevance

/dports/security/ccrypt/ccrypt-1.11/src/
H A Dccrypt.c110 ccrypt_stream_t b1;
111 ccrypt_stream_t b2;
323 ccrypt_stream_t ccs; in ccencrypt_streams()
336 ccrypt_stream_t ccs; in ccdecrypt_streams()
354 ccrypt_stream_t ccs; in cckeychange_streams()
367 ccrypt_stream_t ccs; in unixcrypt_streams()
383 ccrypt_stream_t ccs; in keycheck_stream()
574 ccrypt_stream_t ccs; in ccencrypt_file()
587 ccrypt_stream_t ccs; in ccdecrypt_file()
600 ccrypt_stream_t ccs; in cckeychange_file()
[all …]
H A Dccryptlib.h23 typedef struct ccrypt_stream_s ccrypt_stream_t; typedef
32 int ccencrypt_init(ccrypt_stream_t *b, const char *key);
33 int ccencrypt (ccrypt_stream_t *b);
34 int ccencrypt_end (ccrypt_stream_t *b);
36 int ccdecrypt_init(ccrypt_stream_t *b, const char *key, int flags);
37 int ccdecrypt (ccrypt_stream_t *b);
38 int ccdecrypt_end (ccrypt_stream_t *b);
89 int ccdecrypt_multi_init(ccrypt_stream_t *b, int n, const char **keylist, int flags);
H A Dunixcryptlib.h16 int unixcrypt_init(ccrypt_stream_t *b, const char *key);
17 int unixcrypt(ccrypt_stream_t *b);
18 int unixcrypt_end(ccrypt_stream_t *b);
H A Dccryptlib.c93 int ccencrypt_init(ccrypt_stream_t *b, const char *key) { in ccencrypt_init()
135 int ccencrypt(ccrypt_stream_t *b) { in ccencrypt()
207 int ccencrypt_end(ccrypt_stream_t *b) { in ccencrypt_end()
216 int ccdecrypt_multi_init(ccrypt_stream_t *b, int n, const char **keylist, int flags) { in ccdecrypt_multi_init()
253 int ccdecrypt_init(ccrypt_stream_t *b, const char *key, int flags) { in ccdecrypt_init()
257 int ccdecrypt(ccrypt_stream_t *b) { in ccdecrypt()
350 int ccdecrypt_end(ccrypt_stream_t *b) { in ccdecrypt_end()
H A Dunixcryptlib.c78 int unixcrypt_init(ccrypt_stream_t *b, const char *key) { in unixcrypt_init()
172 int unixcrypt(ccrypt_stream_t *b) { in unixcrypt()
187 int unixcrypt_end(ccrypt_stream_t *b) { in unixcrypt_end()