Home
last modified time | relevance | path

Searched refs:DIGEST_SHA512 (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/ed25519/ref10/
H A Dcrypto_hash_sha512.h6 crypto_digest512((char *)(out), (const char *)(inp), (len), DIGEST_SHA512)
13 sha_ctx_ = crypto_digest512_new(DIGEST_SHA512); \
26 sha_ctx_ = crypto_digest512_new(DIGEST_SHA512); \
/dports/security/tor/tor-0.4.6.8/src/ext/ed25519/ref10/
H A Dcrypto_hash_sha512.h6 crypto_digest512((char *)(out), (const char *)(inp), (len), DIGEST_SHA512)
13 sha_ctx_ = crypto_digest512_new(DIGEST_SHA512); \
26 sha_ctx_ = crypto_digest512_new(DIGEST_SHA512); \
/dports/security/tor/tor-0.4.6.8/src/lib/crypt_ops/
H A Dcrypto_digest_openssl.c90 tor_assert(algorithm == DIGEST_SHA512 || algorithm == DIGEST_SHA3_512); in crypto_digest512()
93 if (algorithm == DIGEST_SHA512) { in crypto_digest512()
160 case DIGEST_SHA512: in crypto_digest_alloc_bytes()
197 case DIGEST_SHA512: in crypto_digest_new_internal()
256 tor_assert(algorithm == DIGEST_SHA512 || algorithm == DIGEST_SHA3_512); in crypto_digest512_new()
303 case DIGEST_SHA512: in crypto_digest_add_bytes()
376 case DIGEST_SHA512: in crypto_digest_get_digest()
H A Dcrypto_digest_nss.c39 case DIGEST_SHA512: return SEC_OID_SHA512; in digest_alg_to_nss_oid()
94 case DIGEST_SHA512: in library_supports_digest()
150 tor_assert(algorithm == DIGEST_SHA512 || algorithm == DIGEST_SHA3_512); in crypto_digest512()
153 if (algorithm == DIGEST_SHA512) { in crypto_digest512()
206 case DIGEST_SHA512: in crypto_digest_alloc_bytes()
233 case DIGEST_SHA512: in crypto_digest_new_internal()
283 tor_assert(algorithm == DIGEST_SHA512 || algorithm == DIGEST_SHA3_512); in crypto_digest512_new()
321 case DIGEST_SHA512: in crypto_digest_add_bytes()
H A Dcrypto_digest.c51 case DIGEST_SHA512: in crypto_digest_algorithm_get_name()
75 return DIGEST_SHA512; in crypto_digest_algorithm_parse_name()
93 case DIGEST_SHA512: in crypto_digest_algorithm_get_length()
H A Dcrypto_rand.c380 crypto_digest512((char*)out, (char*)inp, sizeof(inp), DIGEST_SHA512);
384 crypto_digest512((char*)tmp, (char*)inp, sizeof(inp), DIGEST_SHA512);
H A Dcrypto_digest.h47 DIGEST_SHA512 = 2, enumerator
H A Dcrypto_ed25519.c466 ctx = crypto_digest512_new(DIGEST_SHA512); in ed25519_keypair_from_curve25519_keypair()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/crypt_ops/
H A Dcrypto_digest_openssl.c90 tor_assert(algorithm == DIGEST_SHA512 || algorithm == DIGEST_SHA3_512); in crypto_digest512()
93 if (algorithm == DIGEST_SHA512) { in crypto_digest512()
160 case DIGEST_SHA512: in crypto_digest_alloc_bytes()
197 case DIGEST_SHA512: in crypto_digest_new_internal()
256 tor_assert(algorithm == DIGEST_SHA512 || algorithm == DIGEST_SHA3_512); in crypto_digest512_new()
303 case DIGEST_SHA512: in crypto_digest_add_bytes()
376 case DIGEST_SHA512: in crypto_digest_get_digest()
H A Dcrypto_digest_nss.c39 case DIGEST_SHA512: return SEC_OID_SHA512; in digest_alg_to_nss_oid()
94 case DIGEST_SHA512: in library_supports_digest()
150 tor_assert(algorithm == DIGEST_SHA512 || algorithm == DIGEST_SHA3_512); in crypto_digest512()
153 if (algorithm == DIGEST_SHA512) { in crypto_digest512()
206 case DIGEST_SHA512: in crypto_digest_alloc_bytes()
233 case DIGEST_SHA512: in crypto_digest_new_internal()
283 tor_assert(algorithm == DIGEST_SHA512 || algorithm == DIGEST_SHA3_512); in crypto_digest512_new()
321 case DIGEST_SHA512: in crypto_digest_add_bytes()
H A Dcrypto_digest.c51 case DIGEST_SHA512: in crypto_digest_algorithm_get_name()
75 return DIGEST_SHA512; in crypto_digest_algorithm_parse_name()
93 case DIGEST_SHA512: in crypto_digest_algorithm_get_length()
H A Dcrypto_rand.c380 crypto_digest512((char*)out, (char*)inp, sizeof(inp), DIGEST_SHA512);
384 crypto_digest512((char*)tmp, (char*)inp, sizeof(inp), DIGEST_SHA512);
H A Dcrypto_digest.h47 DIGEST_SHA512 = 2, enumerator
H A Dcrypto_ed25519.c466 ctx = crypto_digest512_new(DIGEST_SHA512); in ed25519_keypair_from_curve25519_keypair()
/dports/security/tor/tor-0.4.6.8/src/ext/ed25519/donna/
H A Ded25519-hash-custom.h22 ctx->ctx = crypto_digest512_new(DIGEST_SHA512); in ed25519_hash_init()
40 DIGEST_SHA512); in ed25519_hash()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/ed25519/donna/
H A Ded25519-hash-custom.h22 ctx->ctx = crypto_digest512_new(DIGEST_SHA512); in ed25519_hash_init()
40 DIGEST_SHA512); in ed25519_hash()
/dports/security/tor/tor-0.4.6.8/src/rust/external/
H A Dcrypto_digest.rs65 const DIGEST_SHA512: digest_algorithm_t = 2; const
201 DigestAlgorithm::SHA2_512 => DIGEST_SHA512, in from()
274 DIGEST_SHA512 => crypto_digest512_new(DIGEST_SHA512), in new()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/xinstall/
H A Dxinstall.c114 DIGEST_SHA512, enumerator
314 digesttype = DIGEST_SHA512; in main()
542 case DIGEST_SHA512: in makelink()
848 case DIGEST_SHA512: in copy()
903 case DIGEST_SHA512: in copy()
937 case DIGEST_SHA512: in copy()
963 case DIGEST_SHA512: in copy()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedGenerator.java43 public static final String DIGEST_SHA512 = NISTObjectIdentifiers.id_sha512.getId(); field in CMSSignedGenerator
82 EC_ALGORITHMS.put(DIGEST_SHA512, ENCRYPTION_ECDSA_WITH_SHA512); in EC_ALGORITHMS.put() argument
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/ZSI/wstools/
H A DNamespaces.py70 DIGEST_SHA512 = "http://www.w3.org/2001/04/xmlenc#sha512" variable in ENCRYPTION
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/ZSI/wstools/
H A DNamespaces.py70 DIGEST_SHA512 = "http://www.w3.org/2001/04/xmlenc#sha512" variable in ENCRYPTION
/dports/textproc/py-wstools/wstools-0.4.8/wstools/
H A DNamespaces.py71 DIGEST_SHA512 = "http://www.w3.org/2001/04/xmlenc#sha512" variable in ENCRYPTION
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_crypto.c497 i = crypto_digest512(data, "abc", 3, DIGEST_SHA512); in test_crypto_sha()
615 d1 = crypto_digest512_new(DIGEST_SHA512); in test_crypto_sha()
622 crypto_digest512(d_out2, "abcdefghijkl", 12, DIGEST_SHA512); in test_crypto_sha()
627 crypto_digest512(d_out2, "abcdefmno", 9, DIGEST_SHA512); in test_crypto_sha()
630 crypto_digest512(d_out2, "abcdef", 6, DIGEST_SHA512); in test_crypto_sha()
1490 { DIGEST_SHA512, "sha512" }, in test_crypto_digest_names()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_crypto.c497 i = crypto_digest512(data, "abc", 3, DIGEST_SHA512); in test_crypto_sha()
615 d1 = crypto_digest512_new(DIGEST_SHA512); in test_crypto_sha()
622 crypto_digest512(d_out2, "abcdefghijkl", 12, DIGEST_SHA512); in test_crypto_sha()
627 crypto_digest512(d_out2, "abcdefmno", 9, DIGEST_SHA512); in test_crypto_sha()
630 crypto_digest512(d_out2, "abcdef", 6, DIGEST_SHA512); in test_crypto_sha()
1490 { DIGEST_SHA512, "sha512" }, in test_crypto_digest_names()
/dports/java/bouncycastle15/crypto-169/mail/src/main/java/org/bouncycastle/mail/smime/
H A DSMIMESignedGenerator.java87 public static final String DIGEST_SHA512 = NISTObjectIdentifiers.id_sha512.getId(); field in SMIMESignedGenerator

12