Searched refs:enc_round (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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 …]
|
/linux-6.1.9/arch/arm64/crypto/ |
D | ghash-ce-core.S | 395 .macro enc_round, state, key macro 401 enc_round \s0, \key 402 enc_round \s1, \key 403 enc_round \s2, \key 404 enc_round \s3, \key 411 enc_round \state, \key 416 enc_round \state, K6 417 enc_round \state, K7 420 enc_round \state, KK 427 enc_round \state, K6 [all …]
|