|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
| #define | INSIZE 32768 |
Functions | |
| static bool | base91_set_key (RzCrypto *cry, const ut8 *key, int keylen, int mode, int direction) |
| static int | base91_get_key_size (RzCrypto *cry) |
| static bool | base91_use (const char *algo) |
| static bool | update (RzCrypto *cry, const ut8 *buf, int len) |
| static bool | final (RzCrypto *cry, const ut8 *buf, int len) |
Variables | |
| RzCryptoPlugin | rz_crypto_plugin_base91 |
| RZ_API RzLibStruct | rizin_plugin |
| #define INSIZE 32768 |
Definition at line 8 of file crypto_base91.c.
Definition at line 15 of file crypto_base91.c.
|
static |
Definition at line 19 of file crypto_base91.c.
Definition at line 49 of file crypto_base91.c.
Definition at line 23 of file crypto_base91.c.
References rz_crypto_t::dir, free(), INSIZE, len, malloc(), obuf, rz_base91_decode(), rz_base91_encode(), rz_crypto_append(), and RZ_CRYPTO_DIR_ENCRYPT.
Referenced by final().
| RZ_API RzLibStruct rizin_plugin |
Definition at line 65 of file crypto_base91.c.
| RzCryptoPlugin rz_crypto_plugin_base91 |
Definition at line 53 of file crypto_base91.c.