Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
Go to the source code of this file.
Data Structures | |
union | C_block |
struct | crypt_data |
Macros | |
#define | STATIC static |
#define | LGCHUNKBITS 2 |
#define | CHUNKBITS (1<<LGCHUNKBITS) |
#define | KS_SIZE 16 |
Functions | |
char * | crypt (const char *key, const char *setting) |
void | setkey (const char *key) |
void | encrypt (char *block, int flag) |
char * | crypt_r (const char *key, const char *setting, struct crypt_data *data) |
void | setkey_r (const char *key, struct crypt_data *data) |
void | encrypt_r (char *block, int flag, struct crypt_data *data) |
#define CHUNKBITS (1<<LGCHUNKBITS) |
Definition at line 396 of file crypt.c.
References C_block::b, i, and key.
void encrypt_r | ( | char * | block, |
int | flag, | ||
struct crypt_data * | data | ||
) |
Definition at line 835 of file crypt.c.
References C_block::b, char, and i.
void setkey_r | ( | const char * | key, |
struct crypt_data * | data | ||
) |