![]() |
OpenZWave Library 1.4.0
|
Macros | |
| #define | aes_xi(x) |
| #define | si(y, x, k, c) |
| #define | so(y, x, c) |
| #define | locals(y, x) |
| #define | l_copy(y, x) |
| #define | state_in(y, x, k) |
| #define | state_out(y, x) |
| #define | round(rm, y, x, k) |
| #define | fwd_var(x, r, c) |
| #define | fwd_rnd(y, x, k, c) |
| #define | fwd_lrnd(y, x, k, c) |
| #define | inv_var(x, r, c) |
| #define | inv_rnd(y, x, k, c) |
| #define | inv_lrnd(y, x, k, c) |
| #define | key_ofs 0 |
| #define | rnd_key(n) |
Functions | |
| AES_RETURN aes_xi | encrypt (const unsigned char *in, unsigned char *out, const aes_encrypt_ctx cx[1]) |
| AES_RETURN aes_xi | decrypt (const unsigned char *in, unsigned char *out, const aes_decrypt_ctx cx[1]) |
| #define aes_xi | ( | x | ) |
| #define fwd_lrnd | ( | y, | |
| x, | |||
| k, | |||
| c ) |
| #define fwd_rnd | ( | y, | |
| x, | |||
| k, | |||
| c ) |
| #define fwd_var | ( | x, | |
| r, | |||
| c ) |
| #define inv_lrnd | ( | y, | |
| x, | |||
| k, | |||
| c ) |
| #define inv_rnd | ( | y, | |
| x, | |||
| k, | |||
| c ) |
| #define inv_var | ( | x, | |
| r, | |||
| c ) |
| #define key_ofs 0 |
| #define locals | ( | y, | |
| x ) |
| #define round | ( | rm, | |
| y, | |||
| x, | |||
| k ) |
| #define si | ( | y, | |
| x, | |||
| k, | |||
| c ) |
| #define so | ( | y, | |
| x, | |||
| c ) |
| #define state_in | ( | y, | |
| x, | |||
| k ) |
| #define state_out | ( | y, | |
| x ) |
| AES_RETURN aes_xi decrypt | ( | const unsigned char * | in, |
| unsigned char * | out, | ||
| const aes_decrypt_ctx | cx[1] ) |
| AES_RETURN aes_xi encrypt | ( | const unsigned char * | in, |
| unsigned char * | out, | ||
| const aes_encrypt_ctx | cx[1] ) |