Searched refs:enc_round (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | ghash-ce-core.S | 394 .macro enc_round, state, key macro 400 enc_round \s0, \key 401 enc_round \s1, \key 402 enc_round \s2, \key 403 enc_round \s3, \key 410 enc_round \state, \key 415 enc_round \state, K6 416 enc_round \state, K7 419 enc_round \state, KK 426 enc_round \state, K6 [all …]
|