Home
last modified time | relevance | path

Searched refs:H (Results 1 – 25 of 1569) sorted by relevance

12345678910>>...63

/freebsd/contrib/tnftp/src/
H A Dcmdtab.c184 #define H(x) empty macro
186 #define H(x) x macro
198 { "!", H(shellhelp), 0, 0, 0, CMPL0 shell },
199 { "$", H(domachelp), 1, 0, 0, CMPL0 domacro },
200 { "account", H(accounthelp), 0, 1, 1, CMPL0 account},
201 { "append", H(appendhelp), 1, 1, 1, CMPL(lr) put },
202 { "ascii", H(asciihelp), 0, 1, 1, CMPL0 setascii },
203 { "bell", H(beephelp), 0, 0, 0, CMPL0 setbell },
204 { "binary", H(binaryhelp), 0, 1, 1, CMPL0 setbinary },
205 { "bye", H(quithelp), 0, 0, 0, CMPL0 quit },
[all …]
/freebsd/contrib/expat/lib/
H A Dsiphash.h166 sip_round(struct siphash *H, const int rounds) { in sip_round() argument
170 H->v0 += H->v1; in sip_round()
171 H->v1 = SIP_ROTL(H->v1, 13); in sip_round()
172 H->v1 ^= H->v0; in sip_round()
173 H->v0 = SIP_ROTL(H->v0, 32); in sip_round()
175 H->v2 += H->v3; in sip_round()
176 H->v3 = SIP_ROTL(H->v3, 16); in sip_round()
177 H->v3 ^= H->v2; in sip_round()
179 H->v0 += H->v3; in sip_round()
180 H->v3 = SIP_ROTL(H->v3, 21); in sip_round()
[all …]
/freebsd/tools/tools/build_option_survey/
H A Dmkhtml.sh64 H=${HDIR}/index.html
67 <HTML>' > $H
74 ' >> $H
79 ' >> $H
81 echo '<TABLE border="1" cellspacing="0">' >> $H
83 echo "<TR>" >> $H
84 echo "<TH ROWSPAN=2>src.conf</TH>" >> $H
85 echo "<TH ROWSPAN=2>MK_FOO</TH>" >> $H
86 echo "<TH ROWSPAN=2></TH>" >> $H
87 echo "<TH COLSPAN=5>BuildWorld</TH>" >> $H
[all …]
/freebsd/contrib/bmake/mk/
H A Doptions.mk41 .if defined(WITH_${o:H}) && ${WITH_${o:H}} == "no"
43 .warning use WITHOUT_${o:H}=1 not WITH_${o:H}=no
45 .if defined(NO_${o:H}) || defined(NO${o:H})
47 ${OPTION_PREFIX}${o:H} ?= no
48 .elif defined(WITH_${o:H}) && defined(WITHOUT_${o:H})
50 DOMINANT_${o:H} ?= no
51 ${OPTION_PREFIX}${o:H} ?= ${DOMINANT_${o:H}}
53 .if defined(WITH_${o:H})
54 ${OPTION_PREFIX}${o:H} ?= yes
56 ${OPTION_PREFIX}${o:H} ?= no
[all …]
/freebsd/sys/cddl/boot/zfs/
H A Dsha256.c128 SHA256Transform(uint32_t *H, const uint8_t *cp) in SHA256Transform() argument
142 a = H[0]; b = H[1]; c = H[2]; d = H[3]; in SHA256Transform()
143 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA256Transform()
154 H[0] += a; H[1] += b; H[2] += c; H[3] += d; in SHA256Transform()
155 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA256Transform()
159 SHA512Transform(uint64_t *H, const uint8_t *cp) in SHA512Transform() argument
176 a = H[0]; b = H[1]; c = H[2]; d = H[3]; in SHA512Transform()
177 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA512Transform()
188 H[0] += a; H[1] += b; H[2] += c; H[3] += d; in SHA512Transform()
189 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA512Transform()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2_x86-64_windows_msvc.asm21 vmovdqa xmmword ptr [rsp+2E0H], xmm7
23 vmovdqa xmmword ptr [rsp+300H], xmm9
24 vmovdqa xmmword ptr [rsp+310H], xmm10
25 vmovdqa xmmword ptr [rsp+320H], xmm11
26 vmovdqa xmmword ptr [rsp+330H], xmm12
27 vmovdqa xmmword ptr [rsp+340H], xmm13
28 vmovdqa xmmword ptr [rsp+350H], xmm14
29 vmovdqa xmmword ptr [rsp+360H], xmm15
34 mov r8, qword ptr [rbp+68H]
35 movzx r9, byte ptr [rbp+70H]
[all …]
H A Dblake3_sse41_x86-64_windows_msvc.asm24 movdqa xmmword ptr [rsp+170H], xmm6
25 movdqa xmmword ptr [rsp+180H], xmm7
26 movdqa xmmword ptr [rsp+190H], xmm8
31 movdqa xmmword ptr [rsp+1E0H], xmm13
33 movdqa xmmword ptr [rsp+200H], xmm15
38 mov r8, qword ptr [rbp+68H]
39 movzx r9, byte ptr [rbp+70H]
42 pshufd xmm0, xmm0, 00H
43 movdqa xmmword ptr [rsp+130H], xmm0
47 movdqa xmmword ptr [rsp+150H], xmm0
[all …]
H A Dblake3_avx512_x86-64_windows_msvc.asm24 vmovdqa xmmword ptr [rsp+90H], xmm6
29 vmovdqa xmmword ptr [rsp+0E0H], xmm11
31 vmovdqa xmmword ptr [rsp+100H], xmm13
32 vmovdqa xmmword ptr [rsp+110H], xmm14
33 vmovdqa xmmword ptr [rsp+120H], xmm15
38 mov r8, qword ptr [rbp+68H]
39 movzx r9, byte ptr [rbp+70H]
65 vmovdqa ymmword ptr [rsp+20H], ymm3
66 vmovdqa ymmword ptr [rsp+40H], ymm4
67 vmovdqa ymmword ptr [rsp+60H], ymm5
[all …]
H A Dblake3_sse2_x86-64_windows_msvc.asm24 movdqa xmmword ptr [rsp+170H], xmm6
25 movdqa xmmword ptr [rsp+180H], xmm7
26 movdqa xmmword ptr [rsp+190H], xmm8
31 movdqa xmmword ptr [rsp+1E0H], xmm13
33 movdqa xmmword ptr [rsp+200H], xmm15
38 mov r8, qword ptr [rbp+68H]
39 movzx r9, byte ptr [rbp+70H]
42 pshufd xmm0, xmm0, 00H
43 movdqa xmmword ptr [rsp+130H], xmm0
47 movdqa xmmword ptr [rsp+150H], xmm0
[all …]
/freebsd/crypto/openssl/crypto/sm3/
H A Dsm3.c25 c->H = SM3_H; in ossl_sm3_init()
32 register unsigned MD32_REG_T A, B, C, D, E, F, G, H; in ossl_sm3_block_data_order() local
46 H = ctx->H; in ossl_sm3_block_data_order()
69 R1(A, B, C, D, E, F, G, H, 0x79CC4519, W00, W00 ^ W04); in ossl_sm3_block_data_order()
71 R1(D, A, B, C, H, E, F, G, 0xF3988A32, W01, W01 ^ W05); in ossl_sm3_block_data_order()
73 R1(C, D, A, B, G, H, E, F, 0xE7311465, W02, W02 ^ W06); in ossl_sm3_block_data_order()
75 R1(B, C, D, A, F, G, H, E, 0xCE6228CB, W03, W03 ^ W07); in ossl_sm3_block_data_order()
77 R1(A, B, C, D, E, F, G, H, 0x9CC45197, W04, W04 ^ W08); in ossl_sm3_block_data_order()
79 R1(D, A, B, C, H, E, F, G, 0x3988A32F, W05, W05 ^ W09); in ossl_sm3_block_data_order()
81 R1(C, D, A, B, G, H, E, F, 0x7311465E, W06, W06 ^ W10); in ossl_sm3_block_data_order()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl100 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27));
237 ldp $G,$H,[$ctx,#6*$SZ]
271 add $H,$H,@X[7]
274 stp $G,$H,[$ctx,#6*$SZ]
449 my @V = ($A,$B,$C,$D,$E,$F,$G,$H) = map("w$_",(3..10));
671 ldp $G,$H,[$ctx,#24]
720 add $H,$H,$t3
723 stp $G,$H,[$ctx,#24]
738 my @H = map("v$_.16b",(0..4));
757 ld1.64 {@H[0]-@H[3]},[$ctx] // load context
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSHA256.cpp43 #define F_EXPAND(A, B, C, D, E, F, G, H, M1, M2, M3, M4, k) \ argument
45 H += SIGMA_1(E) + CH(E, F, G) + M1 + k; \
46 D += H; \
47 H += SIGMA_0(A) + MAJ(A, B, C); \
72 uint32_t H = InternalState.State[7]; in hashBlock() local
91 F_EXPAND(A, B, C, D, E, F, G, H, W00, W14, W09, W01, 0x428A2F98); in hashBlock()
92 F_EXPAND(H, A, B, C, D, E, F, G, W01, W15, W10, W02, 0x71374491); in hashBlock()
93 F_EXPAND(G, H, A, B, C, D, E, F, W02, W00, W11, W03, 0xB5C0FBCF); in hashBlock()
94 F_EXPAND(F, G, H, A, B, C, D, E, W03, W01, W12, W04, 0xE9B5DBA5); in hashBlock()
95 F_EXPAND(E, F, G, H, in hashBlock()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) { in operator <<() argument
25 OS << " Magic = " << HEX32(H.Magic) << "\n"; in operator <<()
26 OS << " Version = " << HEX16(H.Version) << '\n'; in operator <<()
27 OS << " AddrOffSize = " << HEX8(H.AddrOffSize) << '\n'; in operator <<()
28 OS << " UUIDSize = " << HEX8(H.UUIDSize) << '\n'; in operator <<()
29 OS << " BaseAddress = " << HEX64(H.BaseAddress) << '\n'; in operator <<()
30 OS << " NumAddresses = " << HEX32(H.NumAddresses) << '\n'; in operator <<()
31 OS << " StrtabOffset = " << HEX32(H.StrtabOffset) << '\n'; in operator <<()
32 OS << " StrtabSize = " << HEX32(H.StrtabSize) << '\n'; in operator <<()
34 for (uint8_t I = 0; I < H.UUIDSize; ++I) in operator <<()
[all …]
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dtx_schedules.h204 #define H(_r) \ macro
209 { 3,H( 3), 3,H( 3), 0,H( 3), 0,H( 3) }, /* 3Mb/s */
210 { 4,H(4.5),3,H( 3), 4,H( 3), 0,H( 3) }, /* 4.5Mb/s */
211 { 4,H( 6), 3,H( 3), 4,H( 3), 0,H( 3) }, /* 6Mb/s */
212 { 4,H( 9), 3,H( 6), 4,H( 3), 2,H( 3) }, /* 9Mb/s */
213 { 4,H(12), 3,H( 9), 4,H( 6), 2,H( 3) }, /* 12Mb/s */
214 { 4,H(18), 3,H( 12), 4,H( 9), 2,H( 3) }, /* 18Mb/s */
215 { 4,H(24), 3,H( 18), 4,H( 12), 2,H( 6) }, /* 24Mb/s */
216 { 4,H(27), 3,H( 24), 4,H( 18), 2,H(12) } /* 27Mb/s */
218 #undef H
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp98 TpiStreamHeader *H = Allocator.Allocate<TpiStreamHeader>(); in finalize()
100 H->Version = VerHeader; in finalize()
101 H->HeaderSize = sizeof(TpiStreamHeader); in finalize()
102 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
103 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
104 H->TypeRecordBytes = TypeRecordBytes; in finalize()
106 H->HashStreamIndex = HashStreamIndex; in finalize()
107 H->HashAuxStreamIndex = kInvalidStreamIndex; in finalize()
108 H in finalize()
97 TpiStreamHeader *H = Allocator.Allocate<TpiStreamHeader>(); finalize() local
158 ulittle32_t *H = Allocator.Allocate<ulittle32_t>(TypeHashes.size()); finalizeMsfLayout() local
[all...]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-head.mk6 .if ${:U a/b/c :H} != "a/b"
10 .if ${:U def :H} != "."
14 .if ${:U a.b.c :H} != "."
18 .if ${:U a.b/c :H} != "a.b"
22 .if ${:U a :H} != "."
26 .if ${:U a.a :H} != "."
30 .if ${:U .gitignore :H} != "."
34 .if ${:U trailing/ :H} != "trailing"
38 .if ${:U /abs/dir/file :H} != "/abs/dir"
42 .if ${:U rel/dir/file :H} != "rel/dir"
[all …]
/freebsd/contrib/bearssl/src/hash/
H A Dsha2small.c73 #define SHA2_STEP(A, B, C, D, E, F, G, H, j) do { \ in br_sha2small_round() argument
75 T1 = H + BSG2_1(E) + CH(E, F, G) + K[j] + w[j]; \ in br_sha2small_round()
78 H = T1 + T2; \ in br_sha2small_round()
144 uint32_t A, B, C, D, E, F, G, H; in br_sha2small_round()
155 H = val[7]; in br_sha2small_round()
157 SHA2_STEP1(A, B, C, D, E, F, G, H, 0); in br_sha2small_round()
158 SHA2_STEP1(H, A, B, C, D, E, F, G, 1); in br_sha2small_round()
159 SHA2_STEP1(G, H, A, B, C, D, E, F, 2); in br_sha2small_round()
160 SHA2_STEP1(F, G, H, A, B, C, D, E, 3); in br_sha2small_round()
161 SHA2_STEP1(E, F, G, H, A, B, C, D, 4); in br_sha2small_round()
[all …]
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe2.t59 $text = $t->fill_in(HASH => { H => 'good5' });
63 $Q::H = $Q2::H = undef;
66 $text = $t->fill_in(HASH => { H => 'good6' }, PACKAGE => 'Q');
72 $text = $t->fill_in(HASH => { H => 'good7' }, SAFE => $c);
78 our $H;
81 $text = $t->fill_in(HASH => { H => 'good8' }, SAFE => $c, PACKAGE => 'Q2');
87 ok !defined $H;
88 $H = $H;
91 is $Q::H, 'good7';
94 is $Q2::H, 'good8';
/freebsd/crypto/heimdal/lib/wind/
H A DChangeLog1 2008-07-15 Love Hörnquist Åstrand <lha@kth.se>
5 2008-07-15 Love Hörnquist Åstrand <lha@kth.se>
9 2008-06-01 Love Hörnquist Åstrand <lha@kth.se>
13 2008-05-31 Love Hörnquist Åstrand <lha@kth.se>
17 2008-05-31 Love Hörnquist Åstrand <lha@kth.se>
21 2008-05-30 Love Hörnquist Åstrand <lha@kth.se>
27 2008-05-23 Love Hörnquist Åstrand <lha@kth.se>
31 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se>
35 2008-04-14 Love Hörnquist Åstrand <lha@it.su.se>
40 2008-04-08 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h257 template <typename C, typename H>
258 void ConstructDecompositionT<C, H>::addClauseSymsToMap(const ObjectTy &object, in addClauseSymsToMap()
263 template <typename C, typename H>
264 void ConstructDecompositionT<C, H>::addClauseSymsToMap( in addClauseSymsToMap()
270 template <typename C, typename H>
271 void ConstructDecompositionT<C, H>::addClauseSymsToMap(const TypeTy &item, in addClauseSymsToMap()
276 template <typename C, typename H>
277 void ConstructDecompositionT<C, H>::addClauseSymsToMap(const ExprTy &item, in addClauseSymsToMap()
282 template <typename C, typename H>
283 void ConstructDecompositionT<C, H>::addClauseSymsToMap( in addClauseSymsToMap()
[all …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl72 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14));
129 veor $H,$IN,$t0 @ twisted H
130 vst1.64 {$H},[x0],#16 @ store Htable[0]
133 vext.8 $t0,$H,$H,#8 @ Karatsuba pre-processing
134 vpmull.p64 $Xl,$H,$H
135 veor $t0,$t0,$H
136 vpmull2.p64 $Xh,$H,$H
164 vpmull.p64 $Xl,$H, $H2
166 vpmull2.p64 $Xh,$H, $H2
195 veor $H, $Xl,$t2 @ H^3
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
184 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
187 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
241 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/freebsd/crypto/heimdal/lib/ntlm/
H A DChangeLog5 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se>
9 2007-12-28 Love Hörnquist Åstrand <lha@it.su.se>
16 2007-11-11 Love Hörnquist Åstrand <lha@it.su.se>
24 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se>
31 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
35 2007-06-20 Love Hörnquist Åstrand <lha@it.su.se>
58 2007-06-08 Love Hörnquist Åstrand <lha@it.su.se>
62 2007-06-03 Love Hörnquist Åstrand <lha@it.su.se>
68 2007-04-22 Love Hörnquist Åstrand <lha@it.su.se>
74 2007-01-31 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd/sys/net80211/
H A Dieee80211_crypto_gcm.c238 aes_gcm_init_hash_subkey(rijndael_ctx *aes, uint8_t *H) in aes_gcm_init_hash_subkey() argument
241 memset(H, 0, AES_BLOCK_LEN); in aes_gcm_init_hash_subkey()
243 rijndael_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
247 aes_gcm_prepare_j0(const uint8_t *iv, size_t iv_len, const uint8_t *H, in aes_gcm_prepare_j0() argument
263 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
266 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
286 aes_gcm_ghash(const uint8_t *H, const uint8_t *aad, size_t aad_len, in aes_gcm_ghash() argument
298 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
299 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
302 ghash(H, len_buf, sizeof(len_buf), S); in aes_gcm_ghash()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h67 static inline void unmap(LargeBlock::Header *H) { in unmap() argument
71 MemMapT MemMap = H->MemMap; in unmap()
93 UNUSED uptr HeadersSize, UNUSED LargeBlock::Header **H, in retrieve() argument
97 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() argument
218 void store(const Options &Options, LargeBlock::Header *H) EXCLUDES(Mutex) { in store() argument
219 if (!canCache(H->CommitSize)) in store()
220 return unmap(H); in store()
228 Entry.CommitBase = H->CommitBase; in store()
229 Entry.CommitSize = H->CommitSize; in store()
230 Entry.BlockBegin = reinterpret_cast<uptr>(H + 1); in store()
[all …]

12345678910>>...63