Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h481 const DerivedT &derived() const { in derived() function
527 derived().addAsmPrinter( in buildPipeline()
699 derived().addIRPasses(addPass); in addISelPasses()
702 derived().addISelPrepare(addPass); in addISelPasses()
832 derived().addPreISel(addPass); in addISelPrepare()
958 derived().addPreRegAlloc(addPass); in addMachinePasses()
990 derived().addPreSched2(addPass); in addMachinePasses()
1007 derived().addGCPasses(addPass); in addMachinePasses()
1019 derived().addPreEmitPass(addPass); in addMachinePasses()
1076 derived().addILPOpts(addPass); in addMachineSSAOptimization()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h28 ImplClass &derived() { return *static_cast<ImplClass *>(this); } in derived() function
36 return derived().Visit##Id(V.castAs<Id>()); in Visit()
39 return derived().Visit##Id(V.castAs<loc::Id>()); in Visit()
42 return derived().Visit##Id(V.castAs<nonloc::Id>()); in Visit()
50 RetTy Visit##Id(Id V) { return derived().Visit##Parent(V.castAs<Id>()); }
53 RetTy Visit##Id(loc::Id V) { return derived().VisitLoc(V.castAs<Loc>()); }
56 return derived().VisitNonLoc(V.castAs<NonLoc>()); \
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c97 krb5_keyblock *derived; in AES_PRF() local
115 derived = NULL; in AES_PRF()
117 crypto->et->type, "prf", 3, &derived); in AES_PRF()
132 EVP_CipherInit_ex(ctx, c, NULL, derived->keyvalue.data, NULL, 1); in AES_PRF()
139 krb5_free_keyblock(context, derived); in AES_PRF()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-kdf.pod.in24 The key derivation functions generate a derived key from either a secret or
37 The output size of the derived key. This field is required.
45 Output the derived key in binary form. Uses hexadecimal text format if not specified.
113 for binding the derived key material
150 Use TLS1-PRF to create a hex-encoded derived key from a secret key and seed:
155 Use HKDF to create a hex-encoded derived key from a secret key, salt and info:
160 Use SSKDF with KMAC to create a hex-encoded derived key from a secret key, salt and info:
166 Use SSKDF with HMAC to create a hex-encoded derived key from a secret key, salt and info:
178 Use SSHKDF to create a hex-encoded derived key from a secret key, hash and session_id:
186 Use PBKDF2 to create a hex-encoded derived key from a password and salt:
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroid-core.dtsi45 /* derived from 532MHz MPLL */
71 /* derived from 666MHz CPLL */
89 /* derived from 666MHz CPLL */
101 /* derived from 600MHz DPLL */
116 /* derived from 666MHz CPLL */
137 /* derived from 532MHz MPLL */
155 /* derived from 666MHz CPLL */
164 /* derived from 666MHz CPLL */
185 /* derived from 532MHz MPLL */
203 /* derived from 600MHz DPLL */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h45 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
46 return derived.template Case<CaseT>(caseFn) in Case()
59 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
60 return derived.template Case<CaseT>(std::forward<CallableT>(caseFn)); in Case()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_BytesToKey.pod23 iteration count to use. The derived key and IV will be written to B<key>
44 The key and IV is derived by concatenating D_1, D_2, etc until
59 needed to store the derived key.
60 Otherwise, EVP_BytesToKey() returns the size of the derived key in bytes,
/freebsd/crypto/heimdal/lib/asn1/
H A Dtest.asn173 { joint-iso-itu-t(2) asn(1) ber-derived(2) distinguished-encoding(1) }
77 joint-iso-itu-t(2) asn(1) ber-derived(2) distinguished-encoding(1)
81 { joint-iso-itu-t(2) asn(1) ber-derived(2) distinguished-encoding(1) }
/freebsd/lib/libmd/
H A Dmd4.copyright9 that such works are identified as "derived from the RSA Data
11 mentioning or referencing the derived work.
H A Dmd5.copyright10 that such works are identified as "derived from the RSA Data
12 mentioning or referencing the derived work.
/freebsd/contrib/atf/
H A DCOPYING48 may be used to endorse or promote products derived from this software
73 * configure.ac, Makefile.am: The original versions were derived from the
79 derived form the ones in the Monotone project, revision
85 These files were derived from the file_handle, systembuf, pipe and pistream
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-HKDF.pod56 The derived key returned will be the result after the expand operation. The
60 derived otherwise an error will occur.
69 The digest, key and salt values must be set before a key is derived otherwise
78 The digest, key and info values must be set before a key is derived otherwise
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-core-clock.txt43 2 = l2clk (L2 Cache clock derived from CPU0 clock)
44 3 = ddrclk (DDR controller clock derived from CPU0 clock)
49 2 = ddrclk (DDR controller clock derived from CPU0 clock)
H A Drockchip,rv1108-cru.txt35 - "hdmiphy" - external clock input derived from HDMI PHY - optional
36 - "usbphy" - external clock input derived from USB PHY - optional
H A Drockchip,rv1108-cru.yaml29 - "hdmiphy" - external clock input derived from HDMI PHY - optional
30 - "usbphy" - external clock input derived from USB PHY - optional
/freebsd/crypto/openssl/doc/internal/man3/
H A Dx509v3_cache_extensions.pod6 - cache info on various X.509v3 extensions and further derived certificate data
17 and caches the result of that processing as well as further derived info,
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc746 Derived derived; in TEST() local
1126 Derived derived; in TEST() local
1132 m1 = Ref(derived); in TEST()
2180 Derived derived; in TEST() local
2181 derived.i = 4; in TEST()
2193 Derived derived; in TEST() local
2257 Derived derived; in TEST() local
2268 Derived derived; in TEST() local
2269 derived.i = 4; in TEST()
2270 Base& as_base_ref = derived; in TEST()
[all …]
/freebsd/bin/sh/funcs/
H A Dsuspend5 # This code is derived from software contributed to Berkeley by
17 # may be used to endorse or promote products derived from this software
/freebsd/sys/dev/sym/
H A DREADME.sym12 * This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver.
15 * The sym53c8xx driver is derived from the ncr53c8xx driver that had been
43 * derived from this software without specific prior written permission.
/freebsd/usr.bin/m4/TEST/
H A Dack.m47 # This code is derived from software contributed to Berkeley by
19 # may be used to endorse or promote products derived from this software
H A Dsqroot.m47 # This code is derived from software contributed to Berkeley by
19 # may be used to endorse or promote products derived from this software
H A Dstring.m47 # This code is derived from software contributed to Berkeley by
19 # may be used to endorse or promote products derived from this software
H A Dhanoi.m47 # This code is derived from software contributed to Berkeley by
19 # may be used to endorse or promote products derived from this software
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DSyntax.td37 // Defs derived from NodeType correspond to syntax tree node types.
40 // The NodeType that this node is derived from in the Node class hierarchy.
81 // Children must be Role or have a default role derived from the NodeType.
/freebsd/contrib/flex/
H A DCOPYING10 This code is derived from software contributed to Berkeley by
28 may be used to endorse or promote products derived from this software

12345678910>>...31