Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | AES128_SEARCH_LENGTH 24 |
#define | AES192_SEARCH_LENGTH 32 |
#define | AES256_SEARCH_LENGTH 40 |
#define | AES128_KEY_LENGTH 16 |
#define | AES192_KEY_LENGTH 24 |
#define | AES256_KEY_LENGTH 32 |
Functions | |
static bool | aes256_key_test (const unsigned char *buf) |
static bool | aes192_key_test (const unsigned char *buf) |
static bool | aes128_key_test (const unsigned char *buf) |
RZ_API int | rz_search_aes_update (RzSearch *s, ut64 from, const ut8 *buf, int len) |
#define AES128_KEY_LENGTH 16 |
Definition at line 21 of file aes-find.c.
#define AES128_SEARCH_LENGTH 24 |
Definition at line 18 of file aes-find.c.
#define AES192_KEY_LENGTH 24 |
Definition at line 22 of file aes-find.c.
#define AES192_SEARCH_LENGTH 32 |
Definition at line 19 of file aes-find.c.
#define AES256_KEY_LENGTH 32 |
Definition at line 23 of file aes-find.c.
#define AES256_SEARCH_LENGTH 40 |
Definition at line 20 of file aes-find.c.
Definition at line 37 of file aes-find.c.
References Sbox.
Referenced by rz_search_aes_update().
Definition at line 31 of file aes-find.c.
References Sbox.
Referenced by rz_search_aes_update().
Definition at line 25 of file aes-find.c.
References Sbox.
Referenced by rz_search_aes_update().
Definition at line 43 of file aes-find.c.
References AES128_KEY_LENGTH, aes128_key_test(), AES128_SEARCH_LENGTH, AES192_KEY_LENGTH, aes192_key_test(), AES192_SEARCH_LENGTH, AES256_KEY_LENGTH, aes256_key_test(), AES256_SEARCH_LENGTH, from, i, rz_search_keyword_t::keyword_length, len, rz_search_hit_new(), and s.
Referenced by rz_search_set_mode().