/linux-6.1.9/arch/arm64/crypto/ |
D | sm3-neon-core.S | 121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 158 #define R2(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 161 #define KL(round) \ argument 167 #define IW_W_ADDR(round, widx, offs) \ argument 171 #define XW_W_ADDR(round, widx, offs) \ argument 175 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 32) argument 176 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 48) argument 179 #define XW_W1_ADDR(round, widx) XW_W_ADDR(round, widx, 0) argument 180 #define XW_W1W2_ADDR(round, widx) XW_W_ADDR(round, widx, 16) argument [all …]
|
D | sm4-neon-core.S | 55 #define ROUND4(round, s0, s1, s2, s3) \ argument 119 #define ROUND8(round, s0, s1, s2, s3, t0, t1, t2, t3) \ argument
|
D | sm3-ce-core.S | 44 .macro round, ab, s0, t0, t1, i macro
|
/linux-6.1.9/arch/x86/crypto/ |
D | sm3-avx-asm_64.S | 181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 224 #define IW_W_ADDR(round, widx, offs) \ argument 228 #define XW_W_ADDR(round, widx, offs) \ argument 232 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 0) argument 233 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 32) argument 236 #define XW_W1_ADDR(round, widx) XW_W_ADDR(round, widx, 0) argument 237 #define XW_W1W2_ADDR(round, widx) XW_W_ADDR(round, widx, 32) argument 271 #define SCHED_W_0(round, w0, w1, w2, w3, w4, w5) \ argument [all …]
|
D | twofish-i586-asm_32.S | 67 #define encrypt_round(a,b,c,d,round)\ argument 105 #define encrypt_last_round(a,b,c,d,round)\ argument 142 #define decrypt_round(a,b,c,d,round)\ argument 180 #define decrypt_last_round(a,b,c,d,round)\ argument
|
D | twofish-x86_64-asm_64.S | 66 #define encrypt_round(a,b,c,d,round)\ argument 102 #define encrypt_last_round(a,b,c,d,round)\ argument 139 #define decrypt_round(a,b,c,d,round)\ argument 175 #define decrypt_last_round(a,b,c,d,round)\ argument
|
D | aria-aesni-avx-asm_64.S | 274 t0, rk, idx, round) \ argument 416 mem_tmp, rk, round) \ argument 470 mem_tmp, rk, round) \ argument 524 mem_tmp, rk, round, last_round) \ argument 558 mem_tmp, rk, round) \ argument 616 mem_tmp, rk, round) \ argument 674 mem_tmp, rk, round, last_round) \ argument
|
D | sm4-aesni-avx-asm_64.S | 190 #define ROUND(round, s0, s1, s2, s3) \ argument 279 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
|
D | sha256-ssse3-asm.S | 317 .macro DO_ROUND round argument
|
D | sha256-avx-asm.S | 310 .macro DO_ROUND round argument
|
D | sm4-aesni-avx2-asm_64.S | 185 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
|
D | sha1_ssse3_asm.S | 260 .macro RR F, a, b, c, d, e, round
|
/linux-6.1.9/lib/crypto/ |
D | aes.c | 263 int round; in aes_encrypt() local 314 int round; in aes_decrypt() local
|
/linux-6.1.9/arch/mips/math-emu/ |
D | dp_tlong.c | 15 int round; in ieee754dp_tlong() local
|
D | sp_tint.c | 15 int round; in ieee754sp_tint() local
|
D | dp_tint.c | 15 int round; in ieee754dp_tint() local
|
D | sp_tlong.c | 15 int round; in ieee754sp_tlong() local
|
D | dp_rint.c | 19 int round; in ieee754dp_rint() local
|
D | sp_rint.c | 19 int round; in ieee754sp_rint() local
|
/linux-6.1.9/tools/power/cpupower/bench/ |
D | system.c | 130 unsigned int round; in prepare_user() local
|
/linux-6.1.9/crypto/ |
D | sha3_generic.c | 152 int round; in keccakf() local
|
/linux-6.1.9/tools/virtio/virtio-trace/ |
D | trace-agent.c | 72 unsigned long value, round; in parse_size() local
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | round.S | 45 round: label
|
/linux-6.1.9/drivers/clk/meson/ |
D | clk-pll.c | 251 unsigned long round; in meson_clk_pll_determine_rate() local
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 676 static void next_key(u8 *key, int round) in next_key() 792 int round; in aes128k128d() local
|