Home
last modified time | relevance | path

Searched refs:SM3 (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/tjfoc/gmsm/sm3/
H A Dsm3.go23 type SM3 struct { struct
29 func (sm3 *SM3) ff0(x, y, z uint32) uint32 { return x ^ y ^ z } argument
43 func (sm3 *SM3) pad() []byte { argument
66 func (sm3 *SM3) update(msg []byte, nblocks int) { argument
181 var sm3 SM3
192 func (sm3 *SM3) BlockSize() int { return 64 } argument
196 func (sm3 *SM3) Size() int { return 32 } argument
200 func (sm3 *SM3) Reset() { argument
218 func (sm3 *SM3) Write(p []byte) (int, error) { argument
233 func (sm3 *SM3) Sum(in []byte) []byte { argument
[all …]
/dports/security/hash/Hash-3c8d607b3d470d8a41ac3262ee310e850fab61cd/src/
H A Dsm3.h170 class SM3
187 constexpr SM3();
263 constexpr SM3::SM3() in SM3() function
284 CONSTEXPR_CPP17_CHOCOBO1_HASH SM3& SM3::finalize() in finalize()
330 std::vector<SM3::Byte> SM3::toVector() const in toVector()
336 CONSTEXPR_CPP17_CHOCOBO1_HASH SM3::ResultArrayType SM3::toArray() const in toArray()
352 CONSTEXPR_CPP17_CHOCOBO1_HASH SM3& SM3::addData(const Span<const Byte> inData) in addData()
393 CONSTEXPR_CPP17_CHOCOBO1_HASH SM3& SM3::addData(const Byte (&array)[N]) in addData()
399 SM3& SM3::addData(const T (&array)[N]) in addData()
405 SM3& SM3::addData(const Span<T> inSpan) in addData()
[all …]
/dports/archivers/7-zip/7-zip-21.07/C/
H A DSha1Opt.c117 #define SM3(m0, m1, m2, m3) \ macro
195 R16 ( 0, m0, SM1, SM3, SM3, SM3 ); in Sha1_UpdateBlocks_HW()
196 R16 ( 1, m0, SM3, SM3, SM3, SM3 ); in Sha1_UpdateBlocks_HW()
197 R16 ( 2, m0, SM3, SM3, SM3, SM3 ); in Sha1_UpdateBlocks_HW()
198 R16 ( 3, m0, SM3, SM3, SM3, SM3 ); in Sha1_UpdateBlocks_HW()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man7/
H A DEVP_MD-SM3.pod5 EVP_MD-SM3 - The SM3 EVP_MD implementations
9 Support for computing SM3 digests through the B<EVP_MD> API.
14 identified with the name "SM3".
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man7/
H A DEVP_MD-SM3.pod5 EVP_MD-SM3 - The SM3 EVP_MD implementations
9 Support for computing SM3 digests through the B<EVP_MD> API.
14 identified with the name "SM3".
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man7/
H A DEVP_MD-SM3.pod5 EVP_MD-SM3 - The SM3 EVP_MD implementations
9 Support for computing SM3 digests through the B<EVP_MD> API.
14 identified with the name "SM3".
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man7/
H A DEVP_MD-SM3.pod5 EVP_MD-SM3 - The SM3 EVP_MD implementations
9 Support for computing SM3 digests through the B<EVP_MD> API.
14 identified with the name "SM3".
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/doc/man7/
H A DEVP_MD-SM3.pod5 EVP_MD-SM3 - The SM3 EVP_MD implementations
9 Support for computing SM3 digests through the B<EVP_MD> API.
14 identified with the name "SM3".
/dports/security/openssl-devel/openssl-3.0.2/doc/man7/
H A DEVP_MD-SM3.pod5 EVP_MD-SM3 - The SM3 EVP_MD implementations
9 Support for computing SM3 digests through the B<EVP_MD> API.
14 identified with the name "SM3".
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/sm3/
H A Dsm3.h25 class BOTAN_PUBLIC_API(2,2) SM3 final : public MDx_HashFunction
30 HashFunction* clone() const override { return new SM3; } in clone()
35 SM3() : MDx_HashFunction(SM3_BLOCK_BYTES, true, true), m_digest(SM3_DIGEST_BYTES) in SM3() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/hash/sm3/
H A Dsm3.h25 class BOTAN_PUBLIC_API(2,2) SM3 final : public MDx_HashFunction
30 HashFunction* clone() const override { return new SM3; } in clone()
35 SM3() : MDx_HashFunction(SM3_BLOCK_BYTES, true, true), m_digest(SM3_DIGEST_BYTES) in SM3() function
/dports/security/botan2/Botan-2.18.2/src/lib/hash/sm3/
H A Dsm3.h25 class BOTAN_PUBLIC_API(2,2) SM3 final : public MDx_HashFunction
30 HashFunction* clone() const override { return new SM3; } in clone()
35 SM3() : MDx_HashFunction(SM3_BLOCK_BYTES, true, true), m_digest(SM3_DIGEST_BYTES) in SM3() function
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/digest/
H A DSM3.java11 public class SM3 class
13 private SM3() in SM3() method in SM3
60 private static final String PREFIX = SM3.class.getName();
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/doc/man3/
H A DEVP_sm3.pod6 - SM3 for EVP
16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
23 The SM3 hash function.

12345678910>>...26