Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static bool | base64_set_key (RzCrypto *cry, const ut8 *key, int keylen, int mode, int direction) |
static int | base64_get_key_size (RzCrypto *cry) |
static bool | base64_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_base64 |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 13 of file crypto_base64.c.
|
static |
Definition at line 8 of file crypto_base64.c.
References rz_crypto_t::dir.
Definition at line 17 of file crypto_base64.c.
Definition at line 53 of file crypto_base64.c.
Definition at line 21 of file crypto_base64.c.
References rz_crypto_t::dir, free(), len, malloc(), NULL, obuf, rz_base64_decode(), rz_base64_encode(), rz_crypto_append(), and RZ_CRYPTO_DIR_ENCRYPT.
Referenced by final().
RZ_API RzLibStruct rizin_plugin |
Definition at line 72 of file crypto_base64.c.
RzCryptoPlugin rz_crypto_plugin_base64 |
Definition at line 60 of file crypto_base64.c.