Searched refs:K0 (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/x86/crypto/
H A Dnh-sse2-x86_64.S17 #define K0 %xmm4 define
77 movdqu 0x00(KEY), K0
89 _nh_stride K0, K1, K2, K3, 0x00
90 _nh_stride K1, K2, K3, K0, 0x10
91 _nh_stride K2, K3, K0, K1, 0x20
92 _nh_stride K3, K0, K1, K2, 0x30
101 _nh_stride K0, K1, K2, K3, 0x00
105 _nh_stride K1, K2, K3, K0, 0x10
109 _nh_stride K2, K3, K0, K1, 0x20
H A Dnh-avx2-x86_64.S17 #define K0 %ymm4 define
75 vmovdqu 0x00(KEY), K0
89 _nh_2xstride K0, K1, K2, K3
92 vmovdqu 0x20(KEY), K0
94 _nh_2xstride K2, K3, K0, K1
112 _nh_2xstride K0, K1, K2, K3
117 vmovdqa K2, K0
127 _nh_2xstride K0, K1, K2, K3
H A Dsm3-avx-asm_64.S33 #define K0 2043430169 /* 0x79cc4519 */ define
/linux-master/arch/arm/crypto/
H A Dnh-neon-core.S32 K0 .req q4
78 vld1.32 {K0,K1}, [KEY]!
88 _nh_stride K0, K1, K2, K3
89 _nh_stride K1, K2, K3, K0
90 _nh_stride K2, K3, K0, K1
91 _nh_stride K3, K0, K1, K2
98 _nh_stride K0, K1, K2, K3
102 _nh_stride K1, K2, K3, K0
106 _nh_stride K2, K3, K0, K1
/linux-master/arch/arm64/crypto/
H A Dnh-neon-core.S22 K0 .req v4
68 ld1 {K0.4s,K1.4s}, [KEY], #32
78 _nh_stride K0, K1, K2, K3
79 _nh_stride K1, K2, K3, K0
80 _nh_stride K2, K3, K0, K1
81 _nh_stride K3, K0, K1, K2
88 _nh_stride K0, K1, K2, K3
92 _nh_stride K1, K2, K3, K0
96 _nh_stride K2, K3, K0, K1
H A Dghash-ce-core.S372 K0 .req v25
388 ld1 {K0.4s-K3.4s}, [\rk]
410 .irp key, K0, K1, K2, K3, K4 K5
720 .irp key, K0, K1, K2, K3, K4, K5
/linux-master/arch/s390/crypto/
H A Dchacha-s390.S52 #define K0 %v16 define
89 VL K0,0,,%r7 # load sigma
283 VAF XA0,XA0,K0
306 VAF XA0,XA1,K0
333 VAF XA0,XA2,K0
360 VAF XA0,XA3,K0
417 #undef K0
435 #define K0 %v27 define
491 VLM K0,BEPERM,0,%r7,4 # load sigma, increments, ...
494 VLR A0,K0
[all...]
/linux-master/arch/riscv/crypto/
H A Dsha256-riscv64-zvknha_or_zvknhb-zvkb.S66 #define K0 v10 define
113 // Load the round constants into K0-K15.
116 vle32.v K0, (t0)
187 sha256_16rounds 0, K0, K1, K2, K3
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_security.h192 u32 K0, K1; /* Key */ member in struct:mic_data
H A Drtl871x_security.c270 pmicdata->L = pmicdata->K0;
279 pmicdata->K0 = secmicgetuint32(key);
/linux-master/crypto/
H A Danubis.c491 u32 K0, K1, K2, K3; local
495 K0 = T4[(kappa[N - 1] >> 24) ];
500 K0 = T4[(kappa[i] >> 24) ] ^
501 (T5[(K0 >> 24) ] & 0xff000000U) ^
502 (T5[(K0 >> 16) & 0xff] & 0x00ff0000U) ^
503 (T5[(K0 >> 8) & 0xff] & 0x0000ff00U) ^
504 (T5[(K0 ) & 0xff] & 0x000000ffU);
522 ctx->E[r][0] = K0;
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_security.h241 u32 K0, K1; /* Key */ member in struct:mic_data
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_security.c159 pmicdata->L = pmicdata->K0;
168 pmicdata->K0 = secmicgetuint32(key);

Completed in 256 milliseconds