Lines Matching defs:N_BLOCK
402 static void add_round_key( uint_8t d[N_BLOCK], const uint_8t k[N_BLOCK] ) in add_round_key()
407 static void shift_sub_rows( uint_8t st[N_BLOCK] ) in shift_sub_rows()
423 static void inv_shift_sub_rows( uint_8t st[N_BLOCK] ) in inv_shift_sub_rows()
440 static void mix_sub_columns( uint_8t dt[N_BLOCK] )
469 static void inv_mix_sub_columns( uint_8t dt[N_BLOCK] )
569 return_type aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_co…
599 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
620 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_con…
650 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
672 static void update_encrypt_key_128( uint_8t k[N_BLOCK], uint_8t *rc )
692 void aes_encrypt_128( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK],
693 const unsigned char key[N_BLOCK], unsigned char o_key[N_BLOCK] )
726 static void update_decrypt_key_128( uint_8t k[N_BLOCK], uint_8t *rc )
745 void aes_decrypt_128( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK],
746 const unsigned char key[N_BLOCK], unsigned char o_key[N_BLOCK] )
779 static void update_encrypt_key_256( uint_8t k[2 * N_BLOCK], uint_8t *rc )
812 void aes_encrypt_256( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK],
859 static void update_decrypt_key_256( uint_8t k[2 * N_BLOCK], uint_8t *rc )
893 void aes_decrypt_256( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK],