Home
last modified time | relevance | path

Searched refs:HH4 (Results 1 – 25 of 38) sorted by relevance

12

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/md4/
H A Dmd4.cpp55 inline void HH4(uint32_t& A, uint32_t& B, uint32_t& C, uint32_t& D, in HH4() function
110 HH4(A, B, C, D, M00, M08, M04, M12); in compress_n()
111 HH4(A, B, C, D, M02, M10, M06, M14); in compress_n()
112 HH4(A, B, C, D, M01, M09, M05, M13); in compress_n()
113 HH4(A, B, C, D, M03, M11, M07, M15); in compress_n()
/dports/security/botan2/Botan-2.18.2/src/lib/hash/md4/
H A Dmd4.cpp55 inline void HH4(uint32_t& A, uint32_t& B, uint32_t& C, uint32_t& D, in HH4() function
110 HH4(A, B, C, D, M00, M08, M04, M12); in compress_n()
111 HH4(A, B, C, D, M02, M10, M06, M14); in compress_n()
112 HH4(A, B, C, D, M01, M09, M05, M13); in compress_n()
113 HH4(A, B, C, D, M03, M11, M07, M15); in compress_n()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/hash/md4/
H A Dmd4.cpp55 inline void HH4(uint32_t& A, uint32_t& B, uint32_t& C, uint32_t& D, in HH4() function
110 HH4(A, B, C, D, M00, M08, M04, M12); in compress_n()
111 HH4(A, B, C, D, M02, M10, M06, M14); in compress_n()
112 HH4(A, B, C, D, M01, M09, M05, M13); in compress_n()
113 HH4(A, B, C, D, M03, M11, M07, M15); in compress_n()
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D5hh5_60m.sdf3 Coordinates from PDB:5HH4:A:303 Model:1 without hydrogens
69 5HH4
/dports/math/vampire/vampire-4.5.1/CASC/
H A DCLTBMode.hpp54 HH4, enumerator
83 return HH4; in getCategory()
H A DCLTBMode.cpp595 case HH4: in fillSchedule()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/crypto/
H A Dghash-ce-core.S56 HH4 .req v18
148 ld1 {HH.2d-HH4.2d}, [x8]
154 trn1 HH34.2d, HH3.2d, HH4.2d
155 trn2 T1.2d, HH3.2d, HH4.2d
296 pmull2 XH.1q, HH4.2d, XL.2d // a1 * b1
298 pmull XL.1q, HH4.1d, XL.1d // a0 * b0
445 ld1 {HH.2d-HH4.2d}, [x3]
451 trn1 HH34.2d, HH3.2d, HH4.2d
452 trn2 T1.2d, HH3.2d, HH4.2d
654 pmull2 XH2.1q, HH4.2d, IN1.2d // a1 * b1
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/crypto/
H A Dghash-ce-core.S56 HH4 .req v18
148 ld1 {HH.2d-HH4.2d}, [x8]
154 trn1 HH34.2d, HH3.2d, HH4.2d
155 trn2 T1.2d, HH3.2d, HH4.2d
296 pmull2 XH.1q, HH4.2d, XL.2d // a1 * b1
298 pmull XL.1q, HH4.1d, XL.1d // a0 * b0
445 ld1 {HH.2d-HH4.2d}, [x3]
451 trn1 HH34.2d, HH3.2d, HH4.2d
452 trn2 T1.2d, HH3.2d, HH4.2d
654 pmull2 XH2.1q, HH4.2d, IN1.2d // a1 * b1
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/crypto/
H A Dghash-ce-core.S56 HH4 .req v18
148 ld1 {HH.2d-HH4.2d}, [x8]
154 trn1 HH34.2d, HH3.2d, HH4.2d
155 trn2 T1.2d, HH3.2d, HH4.2d
296 pmull2 XH.1q, HH4.2d, XL.2d // a1 * b1
298 pmull XL.1q, HH4.1d, XL.1d // a0 * b0
445 ld1 {HH.2d-HH4.2d}, [x3]
451 trn1 HH34.2d, HH3.2d, HH4.2d
452 trn2 T1.2d, HH3.2d, HH4.2d
654 pmull2 XH2.1q, HH4.2d, IN1.2d // a1 * b1
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_polyfit.c104 #define HH4(x) HP4(3.0f*(x))*exp(-5.0f*(x)*(x)) macro
123 case 4: for( ii=0 ; ii < nxyz ; ii++ ) val[ii] = HH4(x[ii]) ; break ; in herm3D()
135 case 4: for( ii=0 ; ii < nxyz ; ii++ ) val[ii] *= HH4(y[ii]) ; break ; in herm3D()
147 case 4: for( ii=0 ; ii < nxyz ; ii++ ) val[ii] *= HH4(z[ii]) ; break ; in herm3D()
H A Dmri_genalign.c2812 #define HH4(x) HP4(3.0f*(x))*exp(-5.0f*(x)*(x)) macro
2836 static float HER4(float x){ return HH4(x); } in HER4()
2885 # define PP4 HH4
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/crypto/
H A Dghash-ce-core.S68 HH4 .req q12
308 vld1.64 {HH3-HH4}, [r3]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/crypto/
H A Dghash-ce-core.S68 HH4 .req q12
308 vld1.64 {HH3-HH4}, [r3]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/crypto/
H A Dghash-ce-core.S68 HH4 .req q12
308 vld1.64 {HH3-HH4}, [r3]
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/md5/asm/
H A Dmd5-ia64.S551 #define HH4(label) \ macro
763 HH4(.md5_HH_round)
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/md5/asm/
H A Dmd5-ia64.S551 #define HH4(label) \ macro
763 HH4(.md5_HH_round)
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/aix/lsvpd/
H A Daix-6.1b245 *TM ULT3580-HH4
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dheat_LIB_CONDUCTIVITY.f90776 HH4 = ( HA4 + HB4 ) * 0.5
781 SS(60) = -( HHH + HH4 ) * SM * 0.25
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/notebooks/
H A D35-Inference_samplingInference.ipynb257 …48if379yM0NBQAMHXqVJ0Ve9rUK5xefvllHD58GIGBgToD2+bQb0vWrFlTM+N/1qxZePvtt3H8+HH4+flh+fLlOqva9G/W//nn…
/dports/games/gnugo/gnugo-3.8/patterns/
H A Dpatterns.db13954 Pattern HH4
/dports/devel/py-transitions/transitions-0.8.8/examples/
H A DGraph MIxin Demo.ipynb317 …sT1tPQ0IClpaVQvK7u58OHD2FjY1PXh0tNhLW1NWQyWb3vlyNTExEREREREb1hjx8/xowZM3D8+HH4+flh5cqV/NoyomastLQU…
/dports/biology/bowtie2/bowtie2-2.4.4/example/reads/
H A Dreads_2.fq14000 ;7?1:%<CD2$?H?/&9HH4*:+D%!B1"<>10<"@/9:=FF5%0$+F%&('0,!/
24104 6*.$)'-?0E3"8HH4:48=#,:>BC0#D,.)0@+575C)-9#=)B#1!'!8:#F98!0(7'*H@A)H79*1"A31
27976 …D4A$(!H.0@#>C-!2=3>@6'D:!,H)%==#1=9/4'>'(,A'<7C9G>@>?/D);-'+06A9%3*FA8'34=6<E('0;7G:;09:3!HH4:)B42C
30840 $';B4%>,HE348&4&41=8HH4?;>1A@H7=!-?H5>-;A;3,2E6'#;
34020 …3'5&3*24+*<A4:B5/<%;>4E+$947;"24'A3;/:9B/&=6D55;D@(0A*C51*'7?G.*7H%B'5!B4==HH4:1G!#46**G+F"H9C:A$.…
38232 7D=-<E?,%&G'$9;%GAF5FH"#2!HH4*26;E+D,8-":B&==25*
H A Dlongreads.fq4548 …)9.>6H%9#D2"G(G;8C@->2"7@'G<06HA8&H@$($C,F(#%'!>0>).'='>.(E*;+EG*E2HD=15.F&HH4!&$C:+26+C9,'((90%@7…
4892 8)C,%,(HH4+#?C/#-EGF2-%F4*>)G"%%E5E>*,;D,*(-HB*F>!114&*:'G(H6)78%;8,E!?F!%494@D)GFG6G4<B=B2AE-!5:@(…
4904 F$@08="!)AA1%49@;+76-8#&3+'/@1.7<1HH4@9$+$B2%@#F9EA0'5
5796 G-"8&*B0C+,6EGBG07C;F6>(C'!*-!/;E+%,(;E5D<50,@)@(4,70E$42!)D/5,1%EF)FE!:%8+H.52,AAH-80#3>(GE@,HH4*'…
6908 …9*)#7E1"<F<&8F/-FA0FH7*>1E&,G(2HBEBA/*&F5E8!<G$-0-9C4?D+,F-8#=8#.G:7>5?H(49HH4<*=$%E6EB4&B4=!H6#@&…
8560 …E+-8,,9=?G/70*EBHB2AE8%@5*A2&5H@(F$)"$;G%8"&+!H$>0D)#7:$)'B95"#CF-)"D?2)D&<HH4,)B8G$3&3%'-H18>$AF5…
11400 …++9.>C(46H"A(?95>B,14';6H/2-8#FC1($<G+>-+)'G0+=2<2;#9'>/#288B779C@8=@@:*33@HH4)(=3348@>):!'2G,'4H2…
14316 …10$-C5%/A#$96B%%(8G6<D:F'B>420/=8=H=#!@HB98FD'B0@<;3A-H+68;4#63$47*@H?>>7B=HH4>/9?AB+9(<G$0%F81,":…
23432 …1>+8,%49F?..*+B/+C5-&F,3''#B81&22+G;7/*'-?:0/*76.'H#F.:7?;258'$F($0(<G:;.2+HH4+/?GF6G!EGD-G$-4B0=@…
H A Dreads_1.fq17004 4AD!9?+GA!B5H/82F==50>.//6)9/>D6C>8B)G;1?$FA#HH4;>($0"A6"H27""H*!D'G1'.E6H'5F"@?6'+8F/9)'$23;A@%H*9…
31804 …54<!+E7"='CH)%$F#;7""<F7,5CAG;;9C88-*,0#,G%>:AGB?(10D9GB#G#3+"(E-(5E:5%;0?*HH4!!D/9+%@.&.?(';*-=62…
37240 @',#>E6=G(*3*9;2E%#)5A-,-)7%0HH4'<F*G;(1E71&-5>(9+<1<";"-E?@*?**-E9$$$7.>.0*F8B9%%7/2&#!1
/dports/java/bouncycastle15/crypto-169/mail/src/test/resources/org/bouncycastle/mail/smime/test/
H A Ddotnet_encrypted_mail.eml2133 T+UbrgHphPvvb1sgUWKDuTFq9oYXvVr7YlYfseLgier0pBtf0/HH4+EniF4ehCU/M58BM+HI
6319 chT4aCGdym6YsgOQXSeoaejmYz5SKFmE7QvUPVMad9tdin77PmI3MHLPkA8J0b/HH4/BeDL0

12