Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd-12.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-12.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-12.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-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DWebAssembly.h69 bool hasFeature(StringRef Feature) const final;
72 DiagnosticsEngine &Diags) final;
74 bool isValidCPUName(StringRef Name) const final;
75 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const final;
79 ArrayRef<Builtin::Info> getTargetBuiltins() const final;
81 BuiltinVaListKind getBuiltinVaListKind() const final { in getBuiltinVaListKind()
85 ArrayRef<const char *> getGCCRegNames() const final { return None; } in getGCCRegNames()
87 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const final { in getGCCRegAliases()
96 const char *getClobbers() const final { return ""; } in getClobbers()
98 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef()
[all …]
/freebsd-12.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-12.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-12.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-12.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-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h66 class EhFrameSection final : public SyntheticSection {
170 class BssSection final : public SyntheticSection {
183 class MipsGotSection final : public SyntheticSection {
359 class GotPltSection final : public SyntheticSection {
375 class IgotPltSection final : public SyntheticSection {
387 class StringTableSection final : public SyntheticSection {
598 class SymtabShndxSection final : public SyntheticSection {
610 class GnuHashTableSection final : public SyntheticSection {
641 class HashTableSection final : public SyntheticSection {
673 class GdbIndexSection final : public SyntheticSection {
[all …]
H A DThunks.cpp51 class AArch64ABSLongThunk final : public Thunk {
59 class AArch64ADRPThunk final : public Thunk {
126 class ARMV7ABSLongThunk final : public ARMThunk {
135 class ARMV7PILongThunk final : public ARMThunk {
153 class ThumbV7PILongThunk final : public ThumbThunk {
167 class ARMV5ABSLongThunk final : public ARMThunk {
177 class ARMV5PILongThunk final : public ARMThunk {
207 class MipsThunk final : public Thunk {
218 class MicroMipsThunk final : public Thunk {
229 class MicroMipsR6Thunk final : public Thunk {
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DNullResolver.h26 SymbolNameSet getResponsibilitySet(const SymbolNameSet &Symbols) final;
29 SymbolNameSet Symbols) final;
36 JITSymbol findSymbol(const std::string &Name) final;
38 JITSymbol findSymbolInLogicalDylib(const std::string &Name) final;
H A DLegacy.h50 class LambdaSymbolResolver final : public SymbolResolver {
59 SymbolNameSet getResponsibilitySet(const SymbolNameSet &Symbols) final { in getResponsibilitySet()
64 SymbolNameSet Symbols) final { in lookup()
178 class LegacyLookupFnResolver final : public SymbolResolver {
187 SymbolNameSet getResponsibilitySet(const SymbolNameSet &Symbols) final { in getResponsibilitySet()
198 SymbolNameSet Symbols) final { in lookup()
/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h88 class FindLastStoreBRVisitor final : public BugReporterVisitor {
114 class TrackConstraintBRVisitor final : public BugReporterVisitor {
146 class NilReceiverBRVisitor final : public BugReporterVisitor {
163 class ConditionBRVisitor final : public BugReporterVisitor {
223 class LikelyFalsePositiveSuppressionBRVisitor final
250 class UndefOrNullArgVisitor final : public BugReporterVisitor {
268 class SuppressInlineDefensiveChecksVisitor final : public BugReporterVisitor {
297 class CXXSelfAssignmentBRVisitor final : public BugReporterVisitor {
312 class TaintBugVisitor final : public BugReporterVisitor {
328 class FalsePositiveRefutationBRVisitor final : public BugReporterVisitor {
/freebsd-12.1/contrib/tcsh/nls/spanish/
H A Dset312 9 Vi: cambia hasta el final de la línea
25 22 Corta del cursor al final de la palabra - se guarda en el buffer
28 25 Ir al final de la línea de historia
29 26 Convierte en minúsculas los caracteres desde el cursor al final de la palabra
31 28 Mover el cursor hasta el final de línea
38 35 Avanza hasta el final de la palabra
46 43 Corta hasta el final de la línea y guarda la información en el buffer
86 83 Vi: entrar en modo de inserción al final de la línea
89 86 Vi: cambiar hasta el final de la línea
94 91 Vi: ir hasta el final de la palabra delimitado por espacios
[all …]
/freebsd-12.1/sys/contrib/zstd/tests/gzip/
H A Dzgrep-context.sh26 1) start=1 final=$1;;
27 2) start=$1 final=$2;;
30 awk 'BEGIN{for(i='$start';i<='$final';i++) print i}' < /dev/null
/freebsd-12.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-12.1/contrib/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h120 struct Metadata final { struct
185 struct Metadata final { struct
254 struct Metadata final { struct
326 struct Metadata final { struct
382 struct Metadata final { struct
416 struct Metadata final { struct
H A DYAMLParser.h192 class NullNode final : public Node {
207 class ScalarNode final : public Node {
250 class BlockScalarNode final : public Node {
280 class KeyValueNode final : public Node {
405 class MappingNode final : public Node {
453 class SequenceNode final : public Node {
505 class AliasNode final : public Node {
/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp20 class DeclNameOption final : public OptionalRefactoringOption<std::string> {
30 class ExtractRefactoring final : public RefactoringAction {
75 class LocalRename final : public RefactoringAction {
/freebsd-12.1/tools/tools/locale/tools/
H A Dfinalize120 > ${base}/../etc/final-maps/map.UTF-8
123 > ${base}/../etc/final-maps/map.eucCN
126 > ${base}/../etc/final-maps/map.GB2312
141 > ${base}/../etc/final-maps/map.${map}
/freebsd-12.1/contrib/blacklist/etc/
H A Dnpf.conf10 pass final all
14 pass final all
/freebsd-12.1/crypto/openssl/crypto/evp/
H A Dm_null.c27 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
39 final,

12345678910>>...27