Home
last modified time | relevance | path

Searched refs:Blake2s (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dblake2s.rs38 pub struct Blake2s { struct
52 impl Clone for Blake2s { fn clone(&self) -> Blake2s { *self } } in clone() argument
91 impl Blake2s { implementation
110 let mut b = Blake2s { in init0()
178 Blake2s::init_param(Blake2s::default_param(outlen as u8), &[]) in new()
322 …let mut hasher : Blake2s = if key.len() > 0 { Blake2s::new_keyed(out.len(), key) } else { Blake2s:… in blake2s()
329 impl Digest for Blake2s { implementation
337 impl Mac for Blake2s { implementation
383 use blake2s::Blake2s;
469 use blake2s::Blake2s;
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dblake2s.rs38 pub struct Blake2s { struct
52 impl Clone for Blake2s { fn clone(&self) -> Blake2s { *self } } in clone() argument
91 impl Blake2s { implementation
110 let mut b = Blake2s { in init0()
178 Blake2s::init_param(Blake2s::default_param(outlen as u8), &[]) in new()
322 …let mut hasher : Blake2s = if key.len() > 0 { Blake2s::new_keyed(out.len(), key) } else { Blake2s:… in blake2s()
329 impl Digest for Blake2s { implementation
337 impl Mac for Blake2s { implementation
383 use blake2s::Blake2s;
469 use blake2s::Blake2s;
[all …]
/dports/security/cloak/cloak-0.2.0/cargo-crates/blake2-rfc-0.2.18/src/
H A Dblake2s.rs37 blake2_impl!(Blake2s, Blake2sResult, blake2s, u32, u32x4, 32, 16, 12, 8, 7, [
42 blake2_selftest_impl!(Blake2s, blake2s, [
49 blake2_bench_impl!(Blake2s, 32);
59 use super::{Blake2s, blake2s};
77 let mut ctx = Blake2s::new(32); in test_split()
93 let mut ctx = Blake2s::new(32); in test_write()
96 let mut writer = Blake2s::new(32); in test_write()
107 let mut state = Blake2s::new(32); in test_4g()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/blake2-rfc-0.2.18/src/
H A Dblake2s.rs37 blake2_impl!(Blake2s, Blake2sResult, blake2s, u32, u32x4, 32, 16, 12, 8, 7, [
42 blake2_selftest_impl!(Blake2s, blake2s, [
49 blake2_bench_impl!(Blake2s, 32);
59 use super::{Blake2s, blake2s};
77 let mut ctx = Blake2s::new(32); in test_split()
93 let mut ctx = Blake2s::new(32); in test_write()
96 let mut writer = Blake2s::new(32); in test_write()
107 let mut state = Blake2s::new(32); in test_4g()
/dports/security/hash/Hash-3c8d607b3d470d8a41ac3262ee310e850fab61cd/src/
H A Dblake2s.h170 class Blake2s
187 constexpr Blake2s();
268 constexpr Blake2s::Blake2s() in Blake2s() function
285 CONSTEXPR_CPP17_CHOCOBO1_HASH Blake2s& Blake2s::finalize() in finalize()
316 std::vector<Blake2s::Byte> Blake2s::toVector() const in toVector()
338 constexpr Blake2s& Blake2s::addData(const Span<const Byte> inData) in addData()
373 constexpr Blake2s& Blake2s::addData(const void *ptr, const std::size_t length) in addData()
380 constexpr Blake2s& Blake2s::addData(const Byte (&array)[N]) in addData()
386 Blake2s& Blake2s::addData(const T (&array)[N]) in addData()
392 Blake2s& Blake2s::addData(const Span<T> inSpan) in addData()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dblake2.h70 typedef struct Blake2s { struct
73 } Blake2s; argument
85 WOLFSSL_API int wc_InitBlake2s(Blake2s*, word32);
86 WOLFSSL_API int wc_InitBlake2s_WithKey(Blake2s*, word32, const byte *, word32);
87 WOLFSSL_API int wc_Blake2sUpdate(Blake2s*, const byte*, word32);
88 WOLFSSL_API int wc_Blake2sFinal(Blake2s*, byte*, word32);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dblake2.h70 typedef struct Blake2s { struct
73 } Blake2s; typedef
85 WOLFSSL_API int wc_InitBlake2s(Blake2s*, word32);
86 WOLFSSL_API int wc_InitBlake2s_WithKey(Blake2s*, word32, const byte *, word32);
87 WOLFSSL_API int wc_Blake2sUpdate(Blake2s*, const byte*, word32);
88 WOLFSSL_API int wc_Blake2sFinal(Blake2s*, byte*, word32);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dblake2.h70 typedef struct Blake2s { struct
73 } Blake2s; argument
85 WOLFSSL_API int wc_InitBlake2s(Blake2s*, word32);
86 WOLFSSL_API int wc_InitBlake2s_WithKey(Blake2s*, word32, const byte *, word32);
87 WOLFSSL_API int wc_Blake2sUpdate(Blake2s*, const byte*, word32);
88 WOLFSSL_API int wc_Blake2sFinal(Blake2s*, byte*, word32);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dblake2.h70 typedef struct Blake2s { struct
73 } Blake2s; argument
85 WOLFSSL_API int wc_InitBlake2s(Blake2s*, word32);
86 WOLFSSL_API int wc_InitBlake2s_WithKey(Blake2s*, word32, const byte *, word32);
87 WOLFSSL_API int wc_Blake2sUpdate(Blake2s*, const byte*, word32);
88 WOLFSSL_API int wc_Blake2sFinal(Blake2s*, byte*, word32);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dblake2.h70 typedef struct Blake2s { struct
73 } Blake2s; typedef
85 WOLFSSL_API int wc_InitBlake2s(Blake2s*, word32);
86 WOLFSSL_API int wc_InitBlake2s_WithKey(Blake2s*, word32, const byte *, word32);
87 WOLFSSL_API int wc_Blake2sUpdate(Blake2s*, const byte*, word32);
88 WOLFSSL_API int wc_Blake2sFinal(Blake2s*, byte*, word32);
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s function
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s constructor
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s function
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s function
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s type
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DBlake2.hs36 ( Blake2s(..)
59 data Blake2s (bitlen :: Nat) = Blake2s constructor
63 => HashAlgorithm (Blake2s bitlen)
65 type HashBlockSize (Blake2s bitlen) = 64
66 type HashDigestSize (Blake2s bitlen) = Div8 bitlen
67 type HashInternalContextSize (Blake2s bitlen) = 136

12345678