Searched refs:enc_round (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/arm64/crypto/ |
| D | ghash-ce-core.S | 377 .macro enc_round, state, key macro 386 enc_round \state, v17 387 enc_round \state, v18 388 1111: enc_round \state, v19 389 enc_round \state, v20 391 enc_round \state, \key 440 1: enc_round KS0, v21 443 enc_round KS1, v21 446 enc_round KS0, v22 449 enc_round KS1, v22 [all …]
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | aes-ce-core.S | 16 .macro enc_round, state, key macro 27 enc_round q0, \key1 28 enc_round q0, \key2 37 enc_round q0, \key1 49 enc_round q0, \key1 50 enc_round q1, \key1 51 enc_round q2, \key1 52 enc_round q3, \key1 53 enc_round q0, \key2 54 enc_round q1, \key2 [all …]
|