#include "rtv.h"Go to the source code of this file.
Functions | |
| int | rtv_decrypt (const char *cyphertext, __u32 cypherlength, char *plainbuf, __u32 plainbuflength, __u32 *p_time, __u32 *plainlen, int checksum_num) |
| int | rtv_encrypt (const char *plaintext, __u32 plaintext_len, char *cyphertext, __u32 buffer_len, __u32 *cyphertext_len, int checksum_num) |
|
||||||||||||||||||||||||||||||||
|
Definition at line 91 of file crypt.c. References checksum(), cryptblock(), key(), and RTV_PRT. Referenced by run_crypt_test(). |
|
||||||||||||||||||||||||||||
|
Definition at line 180 of file crypt.c. References checksum(), cryptblock(), and key(). Referenced by make_httpfs_url(), and run_crypt_test(). |
1.4.6