Home
last modified time | relevance | path

Searched defs:SM3 (Results 1 – 25 of 35) sorted by relevance

12

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/tjfoc/gmsm/sm3/
H A Dsm3.go23 type SM3 struct { struct
25 length uint64 // length of the message
26 unhandleMsg []byte // uint8 //
29 func (sm3 *SM3) ff0(x, y, z uint32) uint32 { return x ^ y ^ z }
43 func (sm3 *SM3) pad() []byte {
66 func (sm3 *SM3) update(msg []byte, nblocks int) {
192 func (sm3 *SM3) BlockSize() int { return 64 }
196 func (sm3 *SM3) Size() int { return 32 }
200 func (sm3 *SM3) Reset() {
218 func (sm3 *SM3) Write(p []byte) (int, error) {
[all …]
/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
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/sm3/
H A Dsm3.h35 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.h35 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.h35 SM3() : MDx_HashFunction(SM3_BLOCK_BYTES, true, true), m_digest(SM3_DIGEST_BYTES) in SM3() function
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/tsp/
H A DTSPAlgorithms.java40 public static final ASN1ObjectIdentifier SM3 = GMObjectIdentifiers.sm3; field
/dports/security/hash/Hash-3c8d607b3d470d8a41ac3262ee310e850fab61cd/src/
H A Dsm3.h263 constexpr SM3::SM3() in SM3() function
555 using SM3 = Hash::SM3_NS::SM3; variable
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Dhash.rst232 SM3 subsection
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dhash.rst232 SM3 subsection
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Dhash.rst232 SM3 subsection
/dports/games/ballerburg/ballerburg-1.2.0/src/
H A Dmarket.c65 #define SM3 31 /* Preis f�r Gesch�tz */ macro
/dports/devel/libgit2/libgit2-1.3.0/tests/submodule/
H A Dmodify.c92 #define SM3 "sm_added_and_uncommited" in test_submodule_modify__sync() macro
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DPBE.java45 static final int SM3 = 14; field
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DPBEPBKDF2.java51 prfCodes.put(GMObjectIdentifiers.hmac_sm3, Integers.valueOf(PBE.SM3)); in prfCodes.put()
/dports/archivers/7-zip/7-zip-21.07/C/
H A DSha1Opt.c117 #define SM3(m0, m1, m2, m3) \ macro
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/include/
H A Dprot_emsi.h64 #define SM3 3 macro
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go174 SM3 // SM3 instructions const
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go175 SM3 // SM3 instructions const
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go175 SM3 // SM3 instructions const
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go174 SM3 // SM3 instructions const
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go175 SM3 // SM3 instructions const
/dports/devel/goredo/goredo-1.21.0/src/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go187 SM3 // SM3 instructions const
/dports/www/gitea/gitea-1.16.5/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go187 SM3 // SM3 instructions const
/dports/net/nncp/nncp-8.0.2/src/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go187 SM3 // SM3 instructions const
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/klauspost/cpuid/v2/
H A Dcpuid.go187 SM3 // SM3 instructions const

12