/lib/zstd/common/ |
A D | cpu.h | 163 B(bmi1, 3) 164 B(hle, 4) 165 B(avx2, 5) 166 B(smep, 7) 167 B(bmi2, 8) 168 B(erms, 9) 170 B(rtm, 11) 171 B(mpx, 14) 175 B(adx, 19) 184 B(sha, 29) [all …]
|
/lib/crypto/ |
A D | sha1.c | 63 B = ror32(B, 2); \ 64 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0) 66 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 67 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 68 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument 69 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument 70 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument 92 __u32 A, B, C, D, E; in sha1_transform() local 96 B = digest[1]; in sha1_transform() 103 T_0_15(i, A, B, C, D, E); in sha1_transform() [all …]
|
A D | des.c | 583 B ^= R; A ^= R; \ 586 L ^= S6[0xff & (B >> 8)]; B >>= 16; \ 589 L ^= S4[0xff & B]; \ 783 u32 L, R, A, B; in des_encrypt() local 791 ROUND(L, R, A, B, K, 2); in des_encrypt() 792 ROUND(R, L, A, B, K, 2); in des_encrypt() 804 u32 L, R, A, B; in des_decrypt() local 846 u32 L, R, A, B; in des3_ede_encrypt() local 854 ROUND(L, R, A, B, K, 2); in des3_ede_encrypt() 855 ROUND(R, L, A, B, K, 2); in des3_ede_encrypt() [all …]
|
/lib/crypto/x86/ |
A D | sha1-ssse3-and-avx.S | 127 RR F1,A,B,C,D,E,0 128 RR F1,D,E,A,B,C,2 129 RR F1,B,C,D,E,A,4 130 RR F1,E,A,B,C,D,6 131 RR F1,C,D,E,A,B,8 133 RR F1,A,B,C,D,E,10 134 RR F1,D,E,A,B,C,12 135 RR F1,B,C,D,E,A,14 136 RR F1,E,A,B,C,D,16 192 .set B, REG_B define [all …]
|
A D | sha1-avx2-asm.S | 98 .set B, REG_B define 323 .set C, B 324 .set B, TB define 354 mov B, TB 356 rorx $(32-30), B, B /* b>>>2 */ 412 xor B, A 428 mov B, T1 438 and B, A 463 mov 4(HASH_PTR), B 544 mov TB, B [all …]
|
/lib/crypto/arm/ |
A D | sha1-armv4-large.S | 105 add r7,r7,r10 @ E+=F_00_19(B,C,D) 130 add r6,r6,r10 @ E+=F_00_19(B,C,D) 155 add r5,r5,r10 @ E+=F_00_19(B,C,D) 180 add r4,r4,r10 @ E+=F_00_19(B,C,D) 205 add r3,r3,r10 @ E+=F_00_19(B,C,D) 233 add r7,r7,r10 @ E+=F_00_19(B,C,D) 250 add r6,r6,r10 @ E+=F_00_19(B,C,D) 267 add r5,r5,r10 @ E+=F_00_19(B,C,D) 284 add r4,r4,r10 @ E+=F_00_19(B,C,D) 301 add r3,r3,r10 @ E+=F_00_19(B,C,D) [all …]
|
A D | sha256-armv4.pl | 55 $B="r5"; 62 @V=($A,$B,$C,$D,$E,$F,$G,$H); 230 ldmia $ctx,{$A,$B,$C,$D,$E,$F,$G,$H} 239 eor $t3,$B,$C @ magic 258 add $B,$B,$t1 271 stmia $t3,{$A,$B,$C,$D,$E,$F,$G,$H} 510 eor $t3,$B,$C 552 add $B,$B,$t2 561 str $B,[$t1],#4 574 eorne $t3,$B,$C
|
A D | sha512-armv4.pl | 502 my @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("d$_",(16..23));
|
/lib/ |
A D | locking-selftest.c | 922 UNLOCK(B); 973 UNLOCK(B); 1036 UNLOCK(B); 1219 L(B); \ 1220 U(B); \ 2378 LOCK(B); in queued_read_lock_hardirq_RE_Er() 2384 LOCK(B); in queued_read_lock_hardirq_RE_Er() 2404 LOCK(B); in queued_read_lock_hardirq_ER_rE() 2412 LOCK(B); in queued_read_lock_hardirq_ER_rE() 2432 LOCK(B); in queued_read_lock_hardirq_inversion() [all …]
|
A D | dynamic_queue_limits.c | 15 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument 16 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
|
A D | Kconfig.debug | 515 bool "Force all function address 64B aligned" 3015 B: uses one of A's symbols 3021 1) Upon load of B it will trigger simplify_symbols() to look for the 3023 indirect way for us to have B call resolve_symbol_wait() upon module 3030 2) The selftests should load C first, before B. Upon B's load towards 3031 the end right before we call module B's init routine we get 3036 just loading B without C. The amount of time it takes to load C Vs 3037 B can give us an idea of the impact growth of the symbol space and 3038 give us projection. Module A only uses one symbol from B so to allow
|
/lib/crypto/arm64/ |
A D | sha2-armv8.pl | 103 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27)); 235 ldp $A,$B,[$ctx] // load context 246 eor $t3,$B,$C // magic seed 265 add $B,$B,@X[1] 268 stp $A,$B,[$ctx] 458 my @V = ($A,$B,$C,$D,$E,$F,$G,$H) = map("w$_",(3..10)); 675 ldp $A,$B,[$ctx] 681 eor $t3,$B,$C 715 add $B,$B,$t1 723 stp $A,$B,[$ctx,#0] [all …]
|
/lib/crypto/mips/ |
A D | chacha-core.S | 182 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument 184 addu X(B), X(L); \ 188 xor X(W), X(B); \
|
/lib/crc/powerpc/ |
A D | crc-vpmsum-template.S | 59 #define VPERM(A, B, C, D) vperm A, B, C, D argument 61 #define VPERM(A, B, C, D) argument
|