Lines Matching refs:aes_round
1505 aes_round(v128_t *state, const v128_t *round_key) { in aes_round() function
1633 aes_round(v128_t *state, const v128_t *round_key) { in aes_round() function
1785 aes_round(v128_t *state, const v128_t *round_key) { in aes_round() function
1919 aes_round(plaintext, exp_key + 1); in aes_encrypt()
1920 aes_round(plaintext, exp_key + 2); in aes_encrypt()
1921 aes_round(plaintext, exp_key + 3); in aes_encrypt()
1922 aes_round(plaintext, exp_key + 4); in aes_encrypt()
1923 aes_round(plaintext, exp_key + 5); in aes_encrypt()
1924 aes_round(plaintext, exp_key + 6); in aes_encrypt()
1925 aes_round(plaintext, exp_key + 7); in aes_encrypt()
1926 aes_round(plaintext, exp_key + 8); in aes_encrypt()
1927 aes_round(plaintext, exp_key + 9); in aes_encrypt()