Lines Matching full:rounds
110 blo 0f @ AES-128: 10 rounds
113 beq 1f @ AES-192: 12 rounds
135 * r3 : number of rounds
162 .macro prepare_key, rk, rounds argument
163 add ip, \rk, \rounds, lsl #4
169 * aes_ecb_encrypt(u8 out[], u8 const in[], u32 const rk[], int rounds,
171 * aes_ecb_decrypt(u8 out[], u8 const in[], u32 const rk[], int rounds,
227 * aes_cbc_encrypt(u8 out[], u8 const in[], u32 const rk[], int rounds,
229 * aes_cbc_decrypt(u8 out[], u8 const in[], u32 const rk[], int rounds,
291 * int rounds, int bytes, u8 const iv[])
293 * int rounds, int bytes, u8 const iv[])
374 * aes_ctr_encrypt(u8 out[], u8 const in[], u32 const rk[], int rounds,
469 * aes_xts_encrypt(u8 out[], u8 const in[], u32 const rk1[], int rounds,
471 * aes_xts_decrypt(u8 out[], u8 const in[], u32 const rk1[], int rounds,