Home | History | Annotate | Download | only in cipher

Lines Matching refs:v128_copy

1424     v128_copy(&tmp, &expanded_key[10-i]);
1425 v128_copy(&expanded_key[10-i], &expanded_key[i]);
1426 v128_copy(&expanded_key[i], &tmp);