Searched refs:enc_round (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/arch/arm64/crypto/ |
| D | ghash-ce-core.S | 380 .macro enc_round, state, key macro 389 enc_round \state, v17 390 enc_round \state, v18 391 1111: enc_round \state, v19 392 enc_round \state, v20 394 enc_round \state, \key 443 1: enc_round KS0, v21 446 enc_round KS1, v21 449 enc_round KS0, v22 452 enc_round KS1, v22 [all …]
|
| /Linux-v4.19/arch/arm/crypto/ |
| D | aes-ce-core.S | 18 .macro enc_round, state, key macro 29 enc_round q0, \key1 30 enc_round q0, \key2 39 enc_round q0, \key1 51 enc_round q0, \key1 52 enc_round q1, \key1 53 enc_round q2, \key1 54 enc_round q0, \key2 55 enc_round q1, \key2 56 enc_round q2, \key2 [all …]
|