/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | CodeGenPassBuilder.h | 491 DerivedT &derived() { return static_cast<DerivedT &>(*this); } in derived() function 492 const DerivedT &derived() const { in derived() function 531 AddIRPass addIRPass(MPM, derived()); in buildPipeline() 538 AddMachinePass addPass(MPM, derived()); in buildPipeline() 546 if (auto Err = derived().addMachinePasses(addPass)) in buildPipeline() 550 derived().addAsmPrinter( in buildPipeline() 627 derived().addGlobalMergePass(addPass); in addISelPasses() 633 derived().addIRPasses(addPass); in addISelPasses() 634 derived().addCodeGenPrepare(addPass); in addISelPasses() 636 derived().addISelPrepare(addPass); in addISelPasses() [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto-aes.c | 97 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 D | openssl-kdf.pod.in | 24 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: 172 Use SSKDF with Hash 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: [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | TypeSwitch.h | 45 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/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5422-odroid-core.dtsi | 45 /* 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/crypto/openssl/doc/man3/ |
H A D | EVP_BytesToKey.pod | 23 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,
|
H A D | EVP_PKEY_CTX_set_hkdf_md.pod | 45 The derived key returned will be the result after the expand operation. The 49 derived or an error occurs. 57 The digest, key and salt values must be set before a key is derived or an 66 The digest, key and info values must be set before a key is derived or an
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | test.asn1 | 73 { 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 D | md4.copyright | 9 that such works are identified as "derived from the RSA Data 11 mentioning or referencing the derived work.
|
H A D | md5.copyright | 10 that such works are identified as "derived from the RSA Data 12 mentioning or referencing the derived work.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-HKDF.pod | 56 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/contrib/atf/ |
H A D | COPYING | 48 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/sys/contrib/device-tree/Bindings/clock/ |
H A D | mvebu-core-clock.txt | 43 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 D | rockchip,rv1108-cru.txt | 35 - "hdmiphy" - external clock input derived from HDMI PHY - optional 36 - "usbphy" - external clock input derived from USB PHY - optional
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 746 Derived derived; in TEST() local 749 EXPECT_THAT(&derived, A<Base*>()); in TEST() 750 EXPECT_THAT(&derived, A<Derived*>()); in TEST() 1126 Derived derived; in TEST() local 1130 EXPECT_FALSE(m1.Matches(derived)); in TEST() 1132 m1 = Ref(derived); in TEST() 1133 EXPECT_TRUE(m1.Matches(derived)); in TEST() 2189 Derived derived; in TEST() local 2190 derived.i = 4; in TEST() 2193 Base* as_base_ptr = &derived; in TEST() [all …]
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | x509v3_cache_extensions.pod | 6 - 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/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GenericDomTreeUpdater.h | 25 DerivedT &derived() { return *static_cast<DerivedT *>(this); } in derived() function 26 const DerivedT &derived() const { in derived() function
|
/freebsd/sys/dev/sym/ |
H A D | README.sym | 12 * 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/bin/sh/funcs/ |
H A D | suspend | 5 # This code is derived from software contributed to Berkeley by 17 # may be used to endorse or promote products derived from this software
|
/freebsd/usr.bin/m4/TEST/ |
H A D | ack.m4 | 7 # 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 D | sqroot.m4 | 7 # 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 D | hanoi.m4 | 7 # 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 D | string.m4 | 7 # 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 D | Syntax.td | 37 // 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 D | COPYING | 10 This code is derived from software contributed to Berkeley by 28 may be used to endorse or promote products derived from this software
|