Lines Matching refs:v128_t
1362 aes_expand_encryption_key(const v128_t *key,
1415 aes_expand_decryption_key(const v128_t *key,
1423 v128_t tmp;
1505 aes_round(v128_t *state, const v128_t *round_key) {
1532 aes_inv_round(v128_t *state, const v128_t *round_key) {
1558 aes_final_round(v128_t *state, const v128_t *round_key) {
1594 aes_inv_final_round(v128_t *state, const v128_t *round_key) {
1633 aes_round(v128_t *state, const v128_t *round_key) {
1672 aes_inv_round(v128_t *state, const v128_t *round_key) {
1713 aes_final_round(v128_t *state, const v128_t *round_key) {
1748 aes_inv_final_round(v128_t *state, const v128_t *round_key) {
1785 aes_round(v128_t *state, const v128_t *round_key) {
1812 aes_inv_round(v128_t *state, const v128_t *round_key) {
1838 aes_final_round(v128_t *state, const v128_t *round_key) {
1874 aes_inv_final_round(v128_t *state, const v128_t *round_key) {
1913 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) {
1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) {