Home
last modified time | relevance | path

Searched refs:SHA384_DIGEST_LENGTH (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/dports/security/py-bcrypt/bcrypt-3.2.0/src/_csrc/
H A Dsha2.h46 #define SHA384_DIGEST_LENGTH 48 macro
47 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
75 void SHA384Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA2_CTX *)
76 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/crypto/gcrypt/
H A Dgcrypthmac384.cpp39 memcpy(mac, p, SHA384_DIGEST_LENGTH); in hmac_sha384()
41 *macLength = SHA384_DIGEST_LENGTH; in hmac_sha384()
63 memcpy(mac, p, SHA384_DIGEST_LENGTH); in hmac_sha384()
65 *macLength = SHA384_DIGEST_LENGTH; in hmac_sha384()
/dports/security/kc24/kc-2.4.2/bcrypt/
H A Dsha2.h46 #define SHA384_DIGEST_LENGTH 48 macro
47 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
70 void SHA384Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA2_CTX *);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dsha2.h52 #define SHA384_DIGEST_LENGTH 48 macro
53 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
126 void pSHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
146 void pSHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsha2.h66 #define SHA384_DIGEST_LENGTH 48 macro
67 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
137 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
157 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Dsha2.h64 #define SHA384_DIGEST_LENGTH 48 macro
65 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
140 void SHA384_Final(SHA384_CTX*, uint8_t[SHA384_DIGEST_LENGTH]);
160 void SHA384_Final(SHA384_CTX*, u_int8_t[SHA384_DIGEST_LENGTH]);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dsha2.h52 #define SHA384_DIGEST_LENGTH 48 macro
53 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
126 void pSHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
146 void pSHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dsha2.h52 #define SHA384_DIGEST_LENGTH 48 macro
53 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
126 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
146 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dsha2.h52 #define SHA384_DIGEST_LENGTH 48 macro
53 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
126 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
146 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/devel/radare2/radare2-5.1.1/libr/hash/
H A Dsha2.h61 #define SHA384_DIGEST_LENGTH 48 macro
62 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
145 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], R_SHA384_CTX*);
165 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], R_SHA384_CTX*);
/dports/security/sha2wordlist/sha2wordlist-3615281/
H A Dsha2.h62 #define SHA384_DIGEST_LENGTH 48 macro
63 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
138 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
158 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/emulators/hercules/hercules-3.13/crypto/
H A Dsha256.h47 #define SHA384_DIGEST_LENGTH 48 macro
48 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
77 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX *)
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Ddigest_sha384.c54 if(size >= SHA384_DIGEST_LENGTH) in digest_sha384_final_copy_bytes()
66 return SHA384_DIGEST_LENGTH; in digest_sha384_get_size()
73 return SHA384_DIGEST_LENGTH; in digest_sha384_get_digest()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dospf_fmt_plug.c192 #ifndef SHA384_DIGEST_LENGTH
193 #define SHA384_DIGEST_LENGTH 48 macro
247 if (plen < SHA384_DIGEST_LENGTH) { in crypt_all()
249 memset(key + plen, 0, SHA384_DIGEST_LENGTH - plen); in crypt_all()
250 } else if (plen == SHA384_DIGEST_LENGTH) { in crypt_all()
251 memcpy(key, saved_key[index], SHA384_DIGEST_LENGTH); in crypt_all()
257 hmac_sha384(key, 48, cur_salt->salt, cur_salt->salt_length + SHA384_DIGEST_LENGTH, out, 16); in crypt_all()
/dports/security/d0_blind_id/d0_blind_id-1.0/
H A Dsha2.h70 #define SHA384_DIGEST_LENGTH 48 macro
71 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
146 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
166 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dsha2.h64 #define SHA384_DIGEST_LENGTH 48 macro
65 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
107 void ssh_SHA384_Final(u_int8_t [SHA384_DIGEST_LENGTH], SHA384_CTX *)
108 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_hash/
H A Dsha2.h63 #define SHA384_DIGEST_LENGTH 48 macro
64 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
139 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
159 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/games/xonotic/Xonotic/source/d0_blind_id/
H A Dsha2.h70 #define SHA384_DIGEST_LENGTH 48 macro
71 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
146 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
166 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dsha2.h54 #define SHA384_DIGEST_LENGTH 48 macro
55 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
100 void SHA384_Final(u_int8_t [SHA384_DIGEST_LENGTH], SHA384_CTX *)
101 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
/dports/net/kamailio/kamailio-5.4.5/src/core/crypto/
H A Dsha256.h67 #define SHA384_DIGEST_LENGTH 48 macro
68 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
143 void sr_SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
163 void sr_SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/
H A Dsha2.h54 #define SHA384_DIGEST_LENGTH 48 macro
55 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
100 void SHA384_Final(u_int8_t [SHA384_DIGEST_LENGTH], SHA384_CTX *)
101 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
/dports/security/R-cran-digest/digest/src/
H A Dsha2.h63 #define SHA384_DIGEST_LENGTH 48
64 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
163 void SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
183 void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/random/unix/
H A Dsha2.h37 #define SHA384_DIGEST_LENGTH 48 macro
38 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
69 void apr__SHA384_Final(apr_byte_t [SHA384_DIGEST_LENGTH], SHA384_CTX *);
/dports/www/mod_auth_tkt/mod_auth_tkt-2.1.0/src/
H A Dsha2.h42 #define SHA384_DIGEST_LENGTH 48 macro
43 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
74 void mat_SHA384_Final(apr_byte_t [SHA384_DIGEST_LENGTH], SHA384_CTX *);
/dports/devel/libfortuna/libfortuna-11cbd88/src/
H A Dsha2.h62 #define SHA384_DIGEST_LENGTH 48 macro
63 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
96 void SHA384_Final(uint8[SHA384_DIGEST_LENGTH], SHA384_CTX *);

12345678910>>...24