Lines Matching full:rounds
48 * aes_ecb_encrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
50 * aes_ecb_decrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
117 * aes_cbc_encrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
119 * aes_cbc_decrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
122 * int rounds, int blocks, u8 iv[],
125 * int rounds, int blocks, u8 iv[],
132 mov w8, #14 /* AES-256: 14 rounds */
179 mov w8, #14 /* AES-256: 14 rounds */
247 * int rounds, int bytes, u8 const iv[])
249 * int rounds, int bytes, u8 const iv[])
323 * aes_ctr_encrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
416 * aes_xts_encrypt(u8 out[], u8 const in[], u8 const rk1[], int rounds,
418 * aes_xts_decrypt(u8 out[], u8 const in[], u8 const rk1[], int rounds,
618 * aes_mac_update(u8 const in[], u32 const rk[], int rounds,