/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 444 my ($D0,$D1,$D2,$D3,$D4, $H0,$H1,$H2,$H3,$H4) = map("q$_",(5..14)); 747 vld4.32 {$H0#lo[0],$H1#lo[0],$H2#lo[0],$H3#lo[0]},[$inp]! 754 vrev32.8 $H3,$H3 758 vsri.u32 $H4#lo,$H3#lo,#8 @ base 2^32 -> base 2^26 759 vshl.u32 $H3#lo,$H3#lo,#18 761 vsri.u32 $H3#lo,$H2#lo,#14 765 vbic.i32 $H3#lo,#0xfc000000 771 vadd.i32 $H3#hi,$H3#lo,$D3#lo 793 vld4.32 {$H0#lo,$H1#lo,$H2#lo,$H3#lo},[$inp] @ inp[0:1] 795 vld4.32 {$H0#hi,$H1#hi,$H2#hi,$H3#hi},[$in2] @ inp[2:3] (or 0) [all …]
|
H A D | poly1305-x86_64.pl | 344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) = 638 vmovd $h1#d,$H3 741 vmovd $h1#d,$H3 775 vmovd 4*3($ctx),$H3 918 vmovdqa $H3,0x30(%r11) # 922 vmovdqa 0x30(%rsp),$H3 # r2^2 926 vpmuludq $T2,$H3,$H0 # h2*r2 931 vpmuludq $T1,$H3,$H1 # h1*r2 932 vpmuludq $T0,$H3,$H3 # h0*r2 935 vpaddq $H3,$D2,$D2 # d2 += h0*r2 [all …]
|
H A D | poly1305-s390x.pl | 225 my ($H0, $H1, $H2, $H3, $H4) = map("%v$_",(0..4)); 307 vmalof ($ACC0,$H3,$S2,$ACC0); 308 vmalof ($ACC1,$H3,$S3,$ACC1); 309 vmalof ($ACC2,$H3,$S4,$ACC2); 310 vmalof ($ACC3,$H3,$R0,$ACC3); 311 vmalof ($ACC4,$H3,$R1,$ACC4); 324 vn ($H3,$ACC3,$mask26); 340 vag ($H3,$H3,$ACC2); # h2 -> h3 343 vesrlg ($ACC3,$H3,26); 345 vn ($H3,$H3,$mask26); [all …]
|
H A D | poly1305-c64xplus.pl | 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 162 || ADDU $D3,B30,$D3:$H3 ; h3+=inp[3] 169 || ADDU $D2,$D3:$H3,$D3:$H3 176 MPY32U $H3,$S1,A29:A28 177 || MPY32U $H3,$S2,B29:B28 183 MPY32U $H3,$S3,A31:A30 184 || MPY32U $H3,$R0b,B31:B30
|
H A D | poly1305-ppc.pl | 765 my ($H0, $H1, $H2, $H3, $H4) = map("v$_",(0..4)); 1001 mtvrwz $H3,$d1 1060 vmulouw $ACC3,$H3,$R0 1071 vmulouw $T0,$H3,$R1 1074 vmulouw $T0,$H3,$S2 1087 vmulouw $T0,$H3,$S3 1100 vmulouw $T0,$H3,$S4 1113 vand $H3,$ACC3,$mask26 1129 vaddudm $H3,$H3,$ACC2 # h2 -> h3 1132 vsrd $ACC3,$H3,$_26 [all …]
|
H A D | poly1305-armv8.pl | 226 my ($H0,$H1,$H2,$H3,$H4) = map("v$_.2s",(24..28)); 420 fmov ${H3},x13 469 fmov ${H3},x13 659 add $IN01_3,$IN01_3,$H3 704 xtn $H3,$ACC3 708 bic $H3,#0xfc,lsl#24 // &=0x03ffffff 724 add $H3,$H3,$T1.2s // h2 -> h3 729 ushr $T1.2s,$H3,#26 730 bic $H3,#0xfc,lsl#24 749 add $IN23_3,$IN01_3,$H3 [all …]
|
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghash-c64xplus.pl | 33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3, 65 LDDW *${Htable}[-2],$H3:$H2 ; H.hi 80 AND $H3,$FF000000,$H3u ; H3's upper byte 93 LDDW *${Htable}[-2],$H3:$H2 ; H.hi 108 AND $H3,$FF000000,$H3u ; H3's upper byte 168 XORMPY $H3,$xia,$H3x ; 3
|
H A D | ghashv8-armx.pl | 435 $I1,$I2,$I3,$H3,$H34,$H4,$Yl,$Ym,$Yh) = map("q$_",(4..7,15..23)); 445 vld1.64 {$H3-$H4},[$Htbl] @ load twisted H^3, ..., H^4 474 vpmull.p64 $j3,$H3,$I1 @ H^3·Ii+1 476 vpmull2.p64 $I1,$H3,$I1 536 vpmull.p64 $j3,$H3,$I1 @ H^3·Ii+1 539 vpmull2.p64 $I1,$H3,$I1 611 vpmull.p64 $Xl,$H3,$IN @ H^3·(Xi+Ii) 613 vpmull2.p64 $Xh,$H3,$IN
|
H A D | ghashp8-ppc.pl | 379 my ($Xl3,$Xm2,$IN2,$H3l,$H3,$H3h, 428 lvx_u $H3, r9,$Htbl 459 vpmsumd $Xm1,$IN1,$H3 494 vpmsumd $Xm1,$IN1,$H3 571 vmr $H4, $H3
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
H A D | poly1305_sse2.c | 206 xmmi H0, H1, H2, H3, H4; in poly1305_blocks() local 232 H3 = _mm_and_si128(MMASK, _mm_srli_epi64(T5, 26)); in poly1305_blocks() 245 H3 = _mm_shuffle_epi32(T1, _MM_SHUFFLE(3, 3, 2, 2)); in poly1305_blocks() 311 v01 = H3; in poly1305_blocks() 316 v11 = H3; in poly1305_blocks() 333 v21 = H3; in poly1305_blocks() 335 v31 = H3; in poly1305_blocks() 353 v41 = H3; in poly1305_blocks() 527 H3 = T3; in poly1305_blocks() 547 v01 = H3; in poly1305_blocks() [all …]
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni_ghash.c | 161 reduce4(__m128i H1, __m128i H2, __m128i H3, __m128i H4, in reduce4() argument 173 H3_X3_lo = _mm_clmulepi64_si128(H3, X3, 0x00); in reduce4() 182 H3_X3_hi = _mm_clmulepi64_si128(H3, X3, 0x11); in reduce4() 197 tmp2 = _mm_shuffle_epi32(H3, 78); in reduce4() 199 tmp2 = _mm_xor_si128(tmp2, H3); in reduce4() 277 __m128i H, H2, H3, H4, Y, T; in AES_GCM_encrypt() local 346 gfmul(H,H2,&H3); in AES_GCM_encrypt() 347 gfmul(H,H3,&H4); in AES_GCM_encrypt() 361 reduce4(H, H2, H3, H4, tmp4, tmp3, tmp2, tmp1, &X); in AES_GCM_encrypt() 473 reduce4(H, H2, H3, H4, tmp4, tmp3, tmp2, tmp1, &X); in AES_GCM_encrypt() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun8i-h3-libretech-all-h3-cc.dts | 12 model = "Libre Computer Board ALL-H3-CC H3";
|
H A D | sun8i-h3-bananapi-m2-plus-v1.2.dts | 11 model = "Banana Pi BPI-M2-Plus v1.2 H3";
|
H A D | sun8i-h2-plus-libretech-all-h3-cc.dts | 11 model = "Libre Computer Board ALL-H3-CC H2+";
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h5-libretech-all-h3-it.dts | 9 model = "Libre Computer Board ALL-H3-IT H5";
|
H A D | sun50i-h5-libretech-all-h3-cc.dts | 11 model = "Libre Computer Board ALL-H3-CC H5";
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r8a77950-ulcb-kf.dts | 3 * Device Tree Source for the H3ULCB Kingfisher board with R-Car H3 ES1.x
|
H A D | r8a77951-ulcb-kf.dts | 3 * Device Tree Source for the H3ULCB Kingfisher board with R-Car H3 ES2.0+
|
H A D | r8a77950-ulcb.dts | 3 * Device Tree Source for the H3ULCB (R-Car Starter Kit Premier) board with R-Car H3 ES1.x
|
H A D | r8a77950-salvator-x.dts | 3 * Device Tree Source for the Salvator-X board with R-Car H3 ES1.x
|
H A D | r8a77951-salvator-x.dts | 3 * Device Tree Source for the Salvator-X board with R-Car H3 ES2.0
|
H A D | r8a77951-salvator-xs.dts | 3 * Device Tree Source for the Salvator-X 2nd version board with R-Car H3 ES2.0+
|
H A D | r8a77951-ulcb.dts | 3 * Device Tree Source for the H3ULCB (R-Car Starter Kit Premier) board with R-Car H3 ES2.0+
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | renesas,du.txt | 21 - "renesas,du-r8a7795" for R8A7795 (R-Car H3) compatible DU 89 R8A7795 (R-Car H3) DPAD 0 HDMI 0 HDMI 1 LVDS 0 99 Example: R8A7795 (R-Car H3) ES2.0 DU
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | renesas,imr.txt | 14 - "renesas,r8a7795-imr-lx4" for R-Car H3,
|