Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static bool | punycode_set_key (RzCrypto *cry, const ut8 *key, int keylen, int mode, int direction) |
static int | punycode_get_key_size (RzCrypto *cry) |
static bool | punycode_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_punycode |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 38 of file crypto_punycode.c.
Definition at line 13 of file crypto_punycode.c.
|
static |
Definition at line 8 of file crypto_punycode.c.
References rz_crypto_t::dir.
Definition at line 17 of file crypto_punycode.c.
Definition at line 21 of file crypto_punycode.c.
References rz_crypto_t::dir, free(), len, obuf, rz_crypto_append(), RZ_CRYPTO_DIR_DECRYPT, rz_punycode_decode(), and rz_punycode_encode().
Referenced by final().
RZ_API RzLibStruct rizin_plugin |
Definition at line 54 of file crypto_punycode.c.
RzCryptoPlugin rz_crypto_plugin_punycode |
Definition at line 42 of file crypto_punycode.c.