Searched defs:N_BLOCK (Results 1 – 2 of 2) sorted by relevance
412 static void add_round_key(uint_8t d[N_BLOCK], const uint_8t k[N_BLOCK]) { in add_round_key()416 static void shift_sub_rows(uint_8t st[N_BLOCK]) { in shift_sub_rows()444 static void inv_shift_sub_rows(uint_8t st[N_BLOCK]) { in inv_shift_sub_rows()473 static void mix_sub_columns(uint_8t dt[N_BLOCK]) {501 static void inv_mix_sub_columns(uint_8t dt[N_BLOCK]) {598 return_type aes_encrypt(const unsigned char in[N_BLOCK],599 unsigned char out[N_BLOCK], const aes_context ctx[1]) {627 int n_block, unsigned char iv[N_BLOCK],645 return_type aes_decrypt(const unsigned char in[N_BLOCK],646 unsigned char out[N_BLOCK], const aes_context ctx[1]) {[all …]
55 #define N_BLOCK (N_ROW * N_COL) macro