Home
last modified time | relevance | path

Searched defs:Entropy (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/cmd/tether/
H A Dentropy_linux.go33 type Entropy struct { struct
34 p *os.Process
35 exec func() (*os.Process, error)
61 func (e *Entropy) Start(system tether.System) error {
70 func (e *Entropy) Stop() error {
80 func (e *Entropy) Reload(config *tether.ExecutorConfig) error {
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/chbs-0.1.0/src/
H A Dentropy.rs21 pub struct Entropy(f64); struct
23 impl Entropy { implementation
57 impl Display for Entropy { implementation
63 impl Sum for Entropy { implementation
68 I::Item: Into<Entropy>, in sum()
122 fn entropy(&self) -> Entropy; in entropy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/
H A DEntropy.cs34 public class Entropy : ProtectedKey class
36 …public Entropy (ProtectedKey protectedKey) : base (protectedKey.GetKeyBytes (), protectedKey.Wrapp… in Entropy() method in System.IdentityModel.Protocols.WSTrust.Entropy
39 public Entropy (byte[] secret) : base (secret) in Entropy() method in System.IdentityModel.Protocols.WSTrust.Entropy
42 public Entropy (int entropySizeInBits) in Entropy() method in System.IdentityModel.Protocols.WSTrust.Entropy
46 …public Entropy (byte[] secret, EncryptingCredentials wrappingCredentials) : base (secret, wrapping… in Entropy() method in System.IdentityModel.Protocols.WSTrust.Entropy
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Protocols/WSTrust/
H A DEntropy.cs14 public class Entropy : ProtectedKey class
20 public Entropy( int entropySizeInBits ) in Entropy() method in System.IdentityModel.Protocols.WSTrust.Entropy
29 public Entropy( byte[] secret ) in Entropy() method in System.IdentityModel.Protocols.WSTrust.Entropy
39 public Entropy( byte[] secret, EncryptingCredentials wrappingCredentials ) in Entropy() method in System.IdentityModel.Protocols.WSTrust.Entropy
48 public Entropy( ProtectedKey protectedKey ) in Entropy() method in System.IdentityModel.Protocols.WSTrust.Entropy
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/tests/
H A Dentropy.cpp55 class Entropy : public ::testing::Test class
60 Entropy() : checker_(refData_.rootChecker()) {} in Entropy() function in gmx::__anon75ab101e0111::Entropy
94 TEST_F(Entropy, Schlitter_300_NoLinear) in TEST_F() argument
99 TEST_F(Entropy, Schlitter_300_Linear) in TEST_F() argument
104 TEST_F(Entropy, QuasiHarmonic_300_NoLinear) in TEST_F() argument
109 TEST_F(Entropy, QuasiHarmonic_200_NoLinear) in TEST_F() argument
114 TEST_F(Entropy, QuasiHarmonic_200_Linear) in TEST_F() argument
/dports/databases/rocksdb-lite/rocksdb-6.26.1/env/
H A Dunique_id_gen.cc94 struct Entropy { struct
95 uint64_t version_identifier;
96 EntropyTrackRandomDevice et1;
97 EntropyTrackEnvDetails et2;
98 EntropyTrackPortUuid et3;
100 void Populate(const GenerateRawUniqueIdOpts& opts) { in Populate()
/dports/databases/rocksdb/rocksdb-6.26.1/env/
H A Dunique_id_gen.cc94 struct Entropy { struct
95 uint64_t version_identifier;
96 EntropyTrackRandomDevice et1;
97 EntropyTrackEnvDetails et2;
98 EntropyTrackPortUuid et3;
100 void Populate(const GenerateRawUniqueIdOpts& opts) { in Populate()
/dports/devel/libjitterentropy/jitterentropy-library-3.3.1/tests/raw-entropy/
H A DREADME.md118 ### Example - JENT_RANDOM_MEMACCESS not defined
153 ### Example - JENT_RANDOM_MEMACCESS defined
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dentropy.cpp18 class Entropy final : public Command class
21 Entropy() : Command("entropy --truncate-at=128 source") {} in Entropy() function in Botan_CLI::Entropy
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dentropy.cpp18 class Entropy final : public Command class
21 Entropy() : Command("entropy --truncate-at=128 source") {} in Entropy() function in Botan_CLI::Entropy
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dentropy.cpp18 class Entropy final : public Command class
21 Entropy() : Command("entropy --truncate-at=128 source") {} in Entropy() function in Botan_CLI::Entropy
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/
H A DSANDBOXING.md62 ### Entropy subsection
99 ### Entropy subsection
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/
H A DSANDBOXING.md62 ### Entropy subsection
99 ### Entropy subsection
/dports/misc/concourse/vault-bdd38fca2cff/command/server/
H A Dconfig_test_helpers.go15 func testLoadConfigFile_topLevel(t *testing.T, entropy *Entropy) {
92 func testLoadConfigFile_json2(t *testing.T, entropy *Entropy) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/command/server/
H A Dconfig_test_helpers.go15 func testLoadConfigFile_topLevel(t *testing.T, entropy *Entropy) {
92 func testLoadConfigFile_json2(t *testing.T, entropy *Entropy) {
/dports/sysutils/helmfile/vault-f6547fa8e820/command/server/
H A Dconfig_test_helpers.go47 func testLoadConfigFile_topLevel(t *testing.T, entropy *Entropy) {
131 func testLoadConfigFile_json2(t *testing.T, entropy *Entropy) {
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/evaluation/clustering/
H A DEntropy.java43 public class Entropy { class
64 protected Entropy(ClusterContingencyTable table) { in Entropy() method in Entropy
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/doc/
H A Dmethods.rst777 Potential function and parameters
842 Update scaling parameter
851 Statistical averaging of parameters
861 General considerations
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/doc/
H A Dmethods.rst777 Potential function and parameters
842 Update scaling parameter
851 Statistical averaging of parameters
861 General considerations
/dports/security/gopass/gopass-1.13.0/docs/
H A Dentropy.md1 # Entropy chapter
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/src/
H A Dcryptdata.cpp76 DATA_BLOB Entropy; in encode() local
114 DATA_BLOB Entropy; in decode() local
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/montanaflynn/stats/
H A Dentropy.go6 func Entropy(input Float64Data) (float64, error) { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/montanaflynn/stats/
H A Dentropy.go6 func Entropy(input Float64Data) (float64, error) { func
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/doc/
H A Dmongoc_rand.rst29 Entropy section in mongoc_rand
/dports/science/phonopy/phonopy-2.11.0/doc/
H A Dformulation.rst292 Entropy subsection
307 .. _physical_unit_conversion:

12345678910