Searched refs:fa (Results 1 – 1 of 1) sorted by relevance
296 uint8_t fa[BLK_SIZE] = { 0 }; in encrypt() local300 set_key(fa, in, 0); in encrypt()302 mix_column_sbox(fb, fa); in encrypt()303 set_key(fa, fb, roundval); in encrypt()306 shift_row_sbox(fa); in encrypt()307 set_key(out, fa, roundval); in encrypt()
Completed in 4 milliseconds