/freebsd/crypto/openssl/crypto/poly1305/asm/ |
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) = 636 vmovd %rdx#d,$H1 739 vmovd %rdx#d,$H1 773 vmovd 4*1($ctx),$H1 914 vmovdqa $H1,0x10(%r11) # 915 vpmuludq $T3,$H2,$H1 # h3*r1 917 vpaddq $H1,$D4,$D4 # d4 += h3*r1 920 vpmuludq $T1,$H2,$H1 # h1*r1 923 vpaddq $H1,$D2,$D2 # d2 += h1*r1 931 vpmuludq $T1,$H3,$H1 # h1*r2 [all …]
|
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]! 755 vrev32.8 $H1,$H1 766 vsri.u32 $H2#lo,$H1#lo,#20 767 vshl.u32 $H1#lo,$H1#lo,#6 770 vsri.u32 $H1#lo,$H0#lo,#26 774 vbic.i32 $H1#lo,#0xfc000000 778 vadd.i32 $H1#hi,$H1#lo,$D1#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-s390x.pl | 225 my ($H0, $H1, $H2, $H3, $H4) = map("%v$_",(0..4)); 295 vmalof ($ACC0,$H1,$S4,$ACC0); 296 vmalof ($ACC1,$H1,$R0,$ACC1); 297 vmalof ($ACC2,$H1,$R1,$ACC2); 298 vmalof ($ACC3,$H1,$R2,$ACC3); 299 vmalof ($ACC4,$H1,$R3,$ACC4); 323 vesrlg ($H1,$ACC0,26); 327 vag ($H1,$H1,$ACC1); # h0 -> h1 330 vesrlg ($ACC1,$H1,26); 332 vn ($H1,$H1,$mask26); [all …]
|
H A D | poly1305-c64xplus.pl | 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 139 ADDU $D1,B25,$D1:$H1 ; h1+=inp[1] 150 || ADDU $D0,$D1:$H1,B25:B24 ; ADDU $D0,$D1:$H1,$D1:$H1 155 || ADD $D0,$H1,A24 ; A-copy of B24 159 MPY32U A24,$S3,A21:A20 ; MPY32U $H1,$S3,A21:A20 160 || MPY32U B24,$R0b,B21:B20 ; MPY32U $H1,$R0,B21:B20 164 MPY32U A24,$R1,A23:A22 ; MPY32U $H1,$R1,A23:A22 165 || MPY32U B24,$R2,B23:B22 ; MPY32U $H1,$R2,B23:B22 248 || [A2] ADDU $D1,B26,$D1:$H1 ; h1+=inp[1]
|
H A D | poly1305-ppc.pl | 765 my ($H0, $H1, $H2, $H3, $H4) = map("v$_",(0..4)); 997 mtvrwz $H1,$d1 1058 vmulouw $ACC1,$H1,$R0 1067 vmulouw $T0,$H1,$R1 1080 vmulouw $T0,$H1,$R2 1093 vmulouw $T0,$H1,$R3 1096 vmulouw $T0,$H1,$S4 1112 vsrd $H1,$ACC0,$_26 1116 vaddudm $H1,$H1,$ACC1 # h0 -> h1 1119 vsrd $ACC1,$H1,$_26 [all …]
|
H A D | poly1305-armv8.pl | 226 my ($H0,$H1,$H2,$H3,$H4) = map("v$_.2s",(24..28)); 418 fmov ${H1},x11 467 fmov ${H1},x11 648 add $IN01_1,$IN01_1,$H1 714 xtn $H1,$ACC1 723 bic $H1,#0xfc,lsl#24 732 add $H1,$H1,$T0.2s // h0 -> h1 750 add $IN23_1,$IN01_1,$H1 800 add $IN01_1,$IN01_1,$H1
|
H A D | poly1305-sparcv9.pl | 283 my ($H0,$H1,$H2,$R0,$R1,$S1,$T1) = map("%o$_",(0..5,7)); 299 ldx [$ctx+8],$H1 329 addxccc $D1,$H1,$H1 335 mulx $S1,$H1,$T0 ! s1*h1 336 umulxhi $S1,$H1,$T1 342 mulx $R0,$H1,$T0 ! r0*h1 344 umulxhi $R0,$H1,$T1 358 addxccc %g0,$D1,$H1 363 stx $H1,[$ctx+8]
|
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghash-c64xplus.pl | 33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3, 64 LDDW *${Htable}[-1],$H1:$H0 ; H.lo 78 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes 91 LDDW *${Htable}[-1],$H1:$H0 ; H.lo 106 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes 165 XORMPY $H1,$xia,$H1x ; 1
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 152 static double interpolateHue(double H0, double H1, double T) { in interpolateHue() argument 153 double D = H1 - H0; in interpolateHue() 154 if (H0 > H1) { in interpolateHue() 155 std::swap(H0, H1); in interpolateHue() 162 return H0 + T * (H1 - H0); in interpolateHue() 165 return std::fmod(H0 + T * (H1 - H0) + 720, 360); in interpolateHue()
|
/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 229 H1 = _mm_and_si128(MMASK, _mm_srli_epi64(T5, 26)); in poly1305_blocks() 243 H1 = _mm_shuffle_epi32(T0, _MM_SHUFFLE(3, 3, 2, 2)); in poly1305_blocks() 327 v03 = H1; in poly1305_blocks() 344 v13 = H1; in poly1305_blocks() 363 v23 = H1; in poly1305_blocks() 366 v33 = H1; in poly1305_blocks() 383 v43 = H1; in poly1305_blocks() 525 H1 = T1; in poly1305_blocks() 563 v03 = H1; in poly1305_blocks() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/ |
H A D | google,cr50.txt | 1 * H1 Secure Microcontroller with Cr50 Firmware on SPI Bus. 3 H1 Secure Microcontroller running Cr50 firmware provides several
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProf.cpp | 543 uint64_t H1 = FrameHistogram[F1].Count; in build() local 547 if (H1 != H2) in build() 548 return H1 < H2; in build()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | hexagon_types.h | 673 short H1(void) { in H1() function 764 HEXAGON_Vect64C H1(short h) { in H1() function 1109 short H1(void) { in H1() function 1156 HEXAGON_Vect32C H1(short h) { in H1() function 1900 short H1(void) { in H1() function 1991 Q6Vect64C H1(short h) { in H1() function 2336 short H1(void) { in H1() function 2383 Q6Vect32C H1(short h) { in H1() function
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni_ghash.c | 161 reduce4(__m128i H1, __m128i H2, __m128i H3, __m128i H4, in reduce4() argument 171 H1_X1_lo = _mm_clmulepi64_si128(H1, X1, 0x00); in reduce4() 180 H1_X1_hi = _mm_clmulepi64_si128(H1, X1, 0x11); in reduce4() 189 tmp0 = _mm_shuffle_epi32(H1, 78); in reduce4() 191 tmp0 = _mm_xor_si128(tmp0, H1); in reduce4()
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,tmu.txt | 37 Example: R8A7779 (R-Car H1) TMU0 node
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7280-idp-ec-h1.dtsi | 3 * sc7280 EC/H1 over SPI (common between IDP2 and CRD)
|
/freebsd/sys/contrib/device-tree/src/mips/pic32/ |
H A D | pic32mzda_sk.dts | 104 pins = "H0", "H1", "H2";
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | renesas,du.txt | 15 - "renesas,du-r8a7779" for R8A7779 (R-Car H1) compatible DU 83 R8A7779 (R-Car H1) DPAD 0 DPAD 1 - -
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.td | 101 CCIfType<[f16], CCAssignToReg<[H0, H1, H2, H3, H4, H5, H6, H7]>>, 102 CCIfType<[bf16], CCAssignToReg<[H0, H1, H2, H3, H4, H5, H6, H7]>>, 147 CCIfType<[f16], CCAssignToReg<[H0, H1, H2, H3, H4, H5, H6, H7]>>, 148 CCIfType<[bf16], CCAssignToReg<[H0, H1, H2, H3, H4, H5, H6, H7]>>, 264 CCAssignToRegWithShadow<[H0, H1, H2, H3], 304 CCIfType<[f16], CCAssignToReg<[H0, H1]>>, 390 CCIfType<[f16], CCAssignToReg<[H0, H1, H2, H3, H4, H5, H6, H7]>>, 391 CCIfType<[bf16], CCAssignToReg<[H0, H1, H2, H3, H4, H5, H6, H7]>>,
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentHTMLTags.td | 22 def H1 : Tag<"h1">;
|
/freebsd/secure/caroot/trusted/ |
H A D | Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem | 66 9H1/IISpQuQo
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | doxygen.css | 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector 7 H1 { selector
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | doxygen.css | 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector 7 H1 { selector
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | doxygen.css | 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector 7 H1 { selector
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | doxygen.css | 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector 7 H1 { selector
|