Home
last modified time | relevance | path

Searched refs:Sha512 (Results 1 – 25 of 943) sorted by relevance

12345678910>>...38

/dports/security/tor/tor-0.4.6.8/src/rust/crypto/digests/
H A Dsha2.rs107 pub struct Sha512 { struct
124 impl Default for Sha512 { implementation
125 fn default() -> Sha512 { in default()
126 Sha512 { in default()
132 impl BlockInput for Sha512 { implementation
148 impl Input for Sha512 { implementation
160 impl FixedOutput for Sha512 { implementation
208 let _: Sha512 = Sha512::default(); in sha512_default()
214 let mut h: Sha512 = Sha512::new(); in sha512_digest()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/crypto/src/
H A Dhash.rs10 use sha2::{Digest, Sha256, Sha512};
51 Sha512(Sha512), enumerator
59 "SHA-512" | "SHA512" | "Sha512" => Ok(Self::Sha512(Sha512::new())), in new()
68 Self::Sha512(sha512) => sha512.update(input), in update()
77 Self::Sha512(sha512) => sha512.finalize_reset().to_vec(), in finalize()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/ed25519-dalek-1.0.0/tests/
H A Ded25519.rs27 use sha2::Sha512;
101 let mut prehash_for_signing: Sha512 = Sha512::default(); in ed25519ph_rf8032_test_vector()
102 let mut prehash_for_verifying: Sha512 = Sha512::default(); in ed25519ph_rf8032_test_vector()
157 let mut prehashed_good1: Sha512 = Sha512::default(); in ed25519ph_sign_verify()
159 let mut prehashed_good2: Sha512 = Sha512::default(); in ed25519ph_sign_verify()
161 let mut prehashed_good3: Sha512 = Sha512::default(); in ed25519ph_sign_verify()
164 let mut prehashed_bad1: Sha512 = Sha512::default(); in ed25519ph_sign_verify()
166 let mut prehashed_bad2: Sha512 = Sha512::default(); in ed25519ph_sign_verify()
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/asset/
H A Dupdate.go61 Sha512 string member
71 opts.Sha512 = a.Sha512
76 a.Sha512 = opts.Sha512
88 Prompt: &survey.Input{Message: "SHA-512 Checksum:", Default: opts.Sha512},
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/bcrypt-pbkdf-0.6.2/src/
H A Dlib.rs25 use sha2::{Digest, Sha512};
37 assert_eq!(sha2_pass.len(), <Sha512 as Digest>::output_size());
38 assert_eq!(sha2_salt.len(), <Sha512 as Digest>::output_size());
73 sha2_pass: GenericArray<u8, <Sha512 as Digest>::OutputSize>,
74 salt: Sha512,
78 type KeySize = <Sha512 as Digest>::OutputSize;
83 salt: Sha512::default(), in new()
147 &Sha512::digest(passphrase.as_bytes()), in bcrypt_pbkdf()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sha2-0.8.2/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { implementation
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/sha2-0.8.2/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { implementation
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/devel/sccache/sccache-0.2.15/cargo-crates/sha2-0.9.2/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { implementation
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/sha2-0.9.8/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { implementation
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/lang/gleam/gleam-0.18.2/cargo-crates/sha2-0.9.8/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { argument
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/sha2-0.9.3/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { argument
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/net-im/fractal/fractal-4.4.0/vendor/sha2/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { implementation
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/sha2-0.9.8/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { implementation
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sha2-0.8.1/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { implementation
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/sha2-0.9.8/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { argument
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/sha2-0.8.0/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { implementation
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/sha2-0.9.8/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { implementation
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/sha2-0.8.0/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { argument
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/www/firefox/firefox-99.0/third_party/rust/sha2/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { argument
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/sha2-0.8.1/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { implementation
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/sha2/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { implementation
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);
/dports/net/krill/krill-0.9.4/cargo-crates/sha2-0.9.8/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { argument
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/devel/racer/racer-2.1.48/cargo-crates/sha2-0.9.2/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { implementation
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/sha2-0.9.1/src/
H A Dsha512.rs50 pub struct Sha512 { struct
54 impl Default for Sha512 { argument
56 Sha512 { in default()
62 impl BlockInput for Sha512 { implementation
66 impl Update for Sha512 { implementation
72 impl FixedOutputDirty for Sha512 { implementation
84 impl Reset for Sha512 { implementation
221 opaque_debug::implement!(Sha512);
226 digest::impl_write!(Sha512);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/sha2-0.8.2/src/
H A Dsha512.rs75 pub struct Sha512 { struct
79 impl Default for Sha512 { implementation
80 fn default() -> Self { Sha512 { engine: Engine512::new(&H512) } } in default()
83 impl BlockInput for Sha512 { implementation
87 impl Input for Sha512 { implementation
93 impl FixedOutput for Sha512 { implementation
105 impl Reset for Sha512 { implementation
234 impl_opaque_debug!(Sha512);
239 impl_write!(Sha512);

12345678910>>...38