Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/freebsd-13.1/sys/contrib/libsodium/test/default/
H A DMakefile.am160 auth.final \
161 auth2.final \
162 auth3.final \
166 box.final \
167 box2.final \
168 box7.final \
169 box8.final \
187 hash.final \
190 kdf.final \
192 kx.final \
[all …]
/freebsd-13.1/lib/libcrypt/
H A Dcrypt-md5.c53 u_char final[MD5_SIZE]; in crypt_md5() local
84 MD5Final(final, &ctx1); in crypt_md5()
90 memset(final, 0, sizeof(final)); in crypt_md5()
104 MD5Final(final, &ctx); in crypt_md5()
131 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; in crypt_md5()
133 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; in crypt_md5()
135 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; in crypt_md5()
137 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; in crypt_md5()
139 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; in crypt_md5()
141 l = final[11]; in crypt_md5()
[all …]
/freebsd-13.1/crypto/openssh/
H A Dmd5crypt.c55 unsigned char final[16]; in md5_crypt() local
96 MD5_Final(final, &ctx1); in md5_crypt()
102 memset(final, '\0', sizeof final); in md5_crypt()
114 MD5_Final(final, &ctx); in md5_crypt()
139 MD5_Final(final, &ctx1); in md5_crypt()
142 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; in md5_crypt()
144 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; in md5_crypt()
146 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; in md5_crypt()
148 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; in md5_crypt()
150 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; in md5_crypt()
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_incremental.ksh38 typeset final dstlist list vol
58 final=$(getds_with_suffix $POOL2 @final)
59 list="$final $(getds_with_suffix $POOL2 @snapA)"
67 dstlist=$(getds_with_suffix $POOL2 @final)
68 [[ $final != $dstlist ]] && log_fail "$final != $dstlist"
74 final=$(getds_with_suffix $vol @final)
79 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
80 [[ $final != $dstlist ]] && log_fail "$final != $dstlist"
86 final=$(getds_with_suffix $POOL2/$FS @final)
95 dstlist=$(getds_with_suffix $POOL2/$FS @final)
[all …]
H A Drsend_004_pos.ksh61 srclist=$(getds_with_suffix $POOL2 @final)
72 dstlist=$(getds_with_suffix $POOL2 @final)
86 srclist=$(getds_with_suffix $dstds/$FS @final)
94 zfs receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR
97 dstlist=$(getds_with_suffix $dstds/$FS @final)
107 srclist=$(getds_with_suffix $POOL2/$FS/vol @final)
113 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
H A Drsend_002_pos.ksh62 log_must destroy_tree $POOL2@final $POOL2@snapC $POOL2@snapA
74 log_must destroy_tree $dstds/$FS@final $dstds/$FS@snapC $dstds/$FS@snapB
86 log_must destroy_tree $dataset@final $dataset@snapC \
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h121 class NestedNameSpecifier final : public List {
132 class UnqualifiedId final : public Tree {
151 class CallArguments final : public List {
236 class EmptyStatement final : public Statement {
252 class CaseStatement final : public Statement {
272 class IfStatement final : public Statement {
283 class ForStatement final : public Statement {
292 class WhileStatement final : public Statement {
398 class DeclaratorList final : public List {
520 class ArraySubscript final : public Tree {
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h78 bool hasFeature(StringRef Feature) const final;
81 bool Enabled) const final;
84 DiagnosticsEngine &Diags) final;
86 bool isValidCPUName(StringRef Name) const final;
91 ArrayRef<Builtin::Info> getTargetBuiltins() const final;
93 BuiltinVaListKind getBuiltinVaListKind() const final { in getBuiltinVaListKind()
97 ArrayRef<const char *> getGCCRegNames() const final { return None; } in getGCCRegNames()
99 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const final { in getGCCRegAliases()
108 const char *getClobbers() const final { return ""; } in getClobbers()
110 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h77 int getReturnFunctionAddressRegister() override final { in getReturnFunctionAddressRegister()
81 int getStackPointerRegister() override final { return SystemZ::R4D; }; in getStackPointerRegister()
83 int getFramePointerRegister() override final { return SystemZ::R8D; }; in getFramePointerRegister()
86 getCalleeSavedRegs(const MachineFunction *MF) const override final;
89 CallingConv::ID CC) const override final;
99 int getReturnFunctionAddressRegister() override final { in getReturnFunctionAddressRegister()
103 int getStackPointerRegister() override final { return SystemZ::R15D; }; in getStackPointerRegister()
105 int getFramePointerRegister() override final { return SystemZ::R11D; }; in getFramePointerRegister()
108 getCalleeSavedRegs(const MachineFunction *MF) const override final;
111 CallingConv::ID CC) const override final;
/freebsd-13.1/contrib/apr-util/crypto/
H A Dapr_md5.c579 apr_md5_final(final, &ctx1); in apr_md5_encode()
581 md5_update_buffer(&ctx, final, in apr_md5_encode()
588 memset(final, 0, sizeof(final)); in apr_md5_encode()
610 apr_md5_final(final, &ctx); in apr_md5_encode()
646 apr_md5_final(final,&ctx1); in apr_md5_encode()
651 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p, l, 4); p += 4; in apr_md5_encode()
652 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p, l, 4); p += 4; in apr_md5_encode()
653 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p, l, 4); p += 4; in apr_md5_encode()
654 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p, l, 4); p += 4; in apr_md5_encode()
655 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p, l, 4); p += 4; in apr_md5_encode()
[all …]
/freebsd-13.1/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c84 unsigned char final; member
274 (ei->recommend[i] + (ei->recommendsize[i] - 1))->final = cs.final; in get_recommend()
297 ei->initg[token[4] - '0'].final = cs.final; in get_initg()
440 if (ei->initg[i].final) { in _citrus_ISO2022_init_state()
442 s->g[i].final = ei->initg[i].final; in _citrus_ISO2022_init_state()
642 psenc->g[i].final = '\0'; in _ISO2022_sgetwchar()
970 if (cs->final != recommend[j].final) in recommendation()
985 if (cs->final && (cs->final != recommend[j].final)) in recommendation()
1053 psenc->g[target].final == cs.final && in _ISO2022_sputwchar()
1069 *p++ = cs.final; in _ISO2022_sputwchar()
[all …]
/freebsd-13.1/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_004_pos.ksh75 srclist=$(getds_with_suffix $POOL2 @final)
86 dstlist=$(getds_with_suffix $POOL2 @final)
100 srclist=$(getds_with_suffix $dstds/$FS @final)
108 $ZFS receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR
111 dstlist=$(getds_with_suffix $dstds/$FS @final)
121 srclist=$(getds_with_suffix $POOL2/$FS/vol @final)
127 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
H A Drsend_002_pos.ksh76 log_must destroy_tree $POOL2@final $POOL2@snapC $POOL2@snapA
88 log_must destroy_tree $dstds/$FS@final $dstds/$FS@snapC $dstds/$FS@snapB
100 log_must destroy_tree $dataset@final $dataset@snapC \
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h70 bool isHidden() const override final { return true; } in isHidden()
80 uint64_t getSize() const override final { in getSize()
86 class MachHeaderSection final : public SyntheticSection {
102 class PageZeroSection final : public SyntheticSection {
155 class RebaseSection final : public LinkEditSection {
184 class BindingSection final : public LinkEditSection {
212 class WeakBindingSection final : public LinkEditSection {
273 class StubsSection final : public SyntheticSection {
299 class StubHelperSection final : public SyntheticSection {
343 class ExportSection final : public LinkEditSection {
[all …]
/freebsd-13.1/sys/crypto/siphash/
H A Dsiphash.c55 static void SipRounds(SIPHASH_CTX *ctx, int final);
94 SipBuf(SIPHASH_CTX *ctx, const uint8_t **src, size_t len, int final) in SipBuf() argument
98 KASSERT((!final && len > 0) || (final && len == 0), in SipBuf()
101 if (!final) { in SipBuf()
109 if (ctx->buflen == 8 || final) { in SipBuf()
213 SipRounds(SIPHASH_CTX *ctx, int final) in SipRounds() argument
217 if (!final) in SipRounds()
/freebsd-13.1/usr.sbin/ip6addrctl/
H A Dip6addrctl.c333 int masklen, final = 0; in mask2plen() local
339 if (final && *p) { in mask2plen()
349 final++; in mask2plen()
353 final++; in mask2plen()
357 final++; in mask2plen()
361 final++; in mask2plen()
365 final++; in mask2plen()
369 final++; in mask2plen()
373 final++; in mask2plen()
376 final++; in mask2plen()
/freebsd-13.1/contrib/tcsh/nls/spanish/
H A Dset39 7 Convertir en mayúsculas los caracteres desde el cursor hasta el final de la palabra
11 9 Vi: cambia hasta el final de la línea
24 22 Corta del cursor al final de la palabra - se guarda en el buffer
27 25 Ir al final de la línea de historia
30 28 Mover el cursor hasta el final de línea
37 35 Avanza hasta el final de la palabra
45 43 Corta hasta el final de la línea y guarda la información en el buffer
85 83 Vi: entrar en modo de inserción al final de la línea
88 86 Vi: cambiar hasta el final de la línea
93 91 Vi: ir hasta el final de la palabra delimitado por espacios
[all …]
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h68 class EhFrameSection final : public SyntheticSection {
187 class BssSection final : public SyntheticSection {
200 class MipsGotSection final : public SyntheticSection {
377 class GotPltSection final : public SyntheticSection {
397 class IgotPltSection final : public SyntheticSection {
409 class StringTableSection final : public SyntheticSection {
704 class HashTableSection final : public SyntheticSection {
745 class IpltSection final : public SyntheticSection {
775 class GdbIndexSection final : public SyntheticSection {
845 class EhFrameHeader final : public SyntheticSection {
[all …]
H A DThunks.cpp49 class AArch64ABSLongThunk final : public Thunk {
57 class AArch64ADRPThunk final : public Thunk {
214 class MipsThunk final : public Thunk {
225 class MicroMipsThunk final : public Thunk {
236 class MicroMipsR6Thunk final : public Thunk {
246 class PPC32PltCallStub final : public Thunk {
263 class PPC32LongThunk final : public Thunk {
279 class PPC64PltCallStub final : public Thunk {
295 class PPC64R2SaveStub final : public Thunk {
332 class PPC64R12SetupStub final : public Thunk {
[all …]
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_f_cipher.pod31 to flush and possibly pad the final block through the BIO.
37 When reading from an encryption BIO the final block is automatically
49 When encrypting BIO_flush() B<must> be called to flush the final block
50 through the BIO. If it is not then the final block will fail a subsequent
53 When decrypting an error on the final block is signaled by a zero
55 by EOF will also return zero for the final read. BIO_get_cipher_status()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h361 DDGNode &createRootNode() final override { in createRootNode()
367 DDGNode &createFineGrainedNode(Instruction &I) final override { in createFineGrainedNode()
373 DDGNode &createPiBlock(const NodeListType &L) final override { in createPiBlock()
379 DDGEdge &createDefUseEdge(DDGNode &Src, DDGNode &Tgt) final override { in createDefUseEdge()
385 DDGEdge &createMemoryEdge(DDGNode &Src, DDGNode &Tgt) final override { in createMemoryEdge()
391 DDGEdge &createRootedEdge(DDGNode &Src, DDGNode &Tgt) final override { in createRootedEdge()
399 const NodeListType &getNodesInPiBlock(const DDGNode &N) final override { in getNodesInPiBlock()
408 const DDGNode &Tgt) const final override;
409 void mergeNodes(DDGNode &Src, DDGNode &Tgt) final override;
410 bool shouldSimplify() const final override;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h133 struct Metadata final { struct
200 struct Metadata final { struct
269 struct Metadata final { struct
341 struct Metadata final { struct
397 struct Metadata final { struct
431 struct Metadata final { argument
/freebsd-13.1/contrib/sendmail/contrib/
H A Dexpn.pl293 &verbose(&final($newaddr,$server,$newname));
312 &verbose(&final($newaddr,$newmxhost,$newname));
336 &verbose(&final($u,$server,$oldname,"USER UNKNOWN"));
346 &verbose(&final($u,$server,$oldname,"USER AMBIGUOUS"));
378 &verbose(&final(splice(@toFinal,0,3)));
383 &verbose(&final($u,$server,$newname));
402 for $f (sort @final) {
882 return &final($addr,'NONE',$name);
1099 sub final subroutine
1176 push(@final,"$name<$addr>");
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp19 class DeclNameOption final : public OptionalRefactoringOption<std::string> {
29 class ExtractRefactoring final : public RefactoringAction {
74 class LocalRename final : public RefactoringAction {
/freebsd-13.1/contrib/blacklist/etc/
H A Dnpf.conf10 pass final all
14 pass final all

12345678910>>...30