Home
last modified time | relevance | path

Searched refs:hashout (Results 1 – 25 of 124) sorted by relevance

12345

/dports/net/py-smbpasswd/smbpasswd-1.0.2/
H A Dsmbpasswd.c83 char hashout[17]; in lmhash() local
99 memset(hashout,'\0',sizeof(hashout)); in lmhash()
100 E_P16(lmpwd, hashout); in lmhash()
109 return hash_to_string(hashout); in lmhash()
118 char hashout[17]; in nthash() local
124 memset(hashout,'\0',sizeof(hashout)); in nthash()
125 mdfour(hashout, pwd, pwd_len); in nthash()
135 return hash_to_string(hashout); in nthash()
/dports/games/stratagus/stratagus-3.2.0/src/network/
H A Dxsha1.h246 if (!hashout) in bnet_hash()
255 hash_init(hashout); in bnet_hash()
303 if (!hashout) in sha1_hash()
312 hash_init(hashout); in sha1_hash()
326 do_hash(hashout, tmp, do_sha1_hash); in sha1_hash()
331 do_hash(hashout, tmp, do_sha1_hash); in sha1_hash()
336 do_hash(hashout, tmp, do_sha1_hash); in sha1_hash()
341 do_hash(hashout, tmp, do_sha1_hash); in sha1_hash()
355 sha1_hash(hashout, size, datain); in little_endian_sha1_hash()
358 bn_int_nset(&value, (*hashout)[i]); in little_endian_sha1_hash()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/teamwork/
H A De_mod_main.c17 _sha1_to_string(const unsigned char *hashout) in _sha1_to_string() argument
25 sha1[2 * i] = hextab[(hashout[i] >> 4) & 0x0f]; in _sha1_to_string()
26 sha1[2 * i + 1] = hextab[hashout[i] & 0x0f]; in _sha1_to_string()
34 unsigned char hashout[20]; in sha1_encode() local
36 emile_binbuf_sha1(data, hashout); in sha1_encode()
37 return _sha1_to_string(hashout); in sha1_encode()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Dsha_fast.h136 #define SHA_STORE(n) ((PRUint32*)hashout)[n] = SHA_HTONL(ctx->H[n])
147 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
160 memcpy(hashout, tmpbuf, SHA1_LENGTH); \
165 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
172 memcpy(hashout, ctx->H, SHA1_LENGTH); \
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Dsha_fast.h136 #define SHA_STORE(n) ((PRUint32*)hashout)[n] = SHA_HTONL(ctx->H[n])
147 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
160 memcpy(hashout, tmpbuf, SHA1_LENGTH); \
165 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
172 memcpy(hashout, ctx->H, SHA1_LENGTH); \
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/
H A Dsha_fast.h138 #define SHA_STORE(n) ((PRUint32*)hashout)[n] = SHA_HTONL(ctx->H[n])
149 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
162 memcpy(hashout, tmpbuf, SHA1_LENGTH); \
167 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
174 memcpy(hashout, ctx->H, SHA1_LENGTH); \
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Dsha_fast.h146 #define SHA_STORE(n) ((PRUint32 *)hashout)[n] = SHA_HTONL(ctx->H[n])
157 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
170 memcpy(hashout, tmpbuf, SHA1_LENGTH); \
175 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
182 memcpy(hashout, ctx->H, SHA1_LENGTH); \
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Dsha_fast.h146 #define SHA_STORE(n) ((PRUint32 *)hashout)[n] = SHA_HTONL(ctx->H[n])
157 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
170 memcpy(hashout, tmpbuf, SHA1_LENGTH); \
175 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
182 memcpy(hashout, ctx->H, SHA1_LENGTH); \
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Dsha_fast.h146 #define SHA_STORE(n) ((PRUint32 *)hashout)[n] = SHA_HTONL(ctx->H[n])
157 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
170 memcpy(hashout, tmpbuf, SHA1_LENGTH); \
175 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
182 memcpy(hashout, ctx->H, SHA1_LENGTH); \
/dports/security/nss/nss-3.76.1/nss/lib/freebl/
H A Dsha_fast.h146 #define SHA_STORE(n) ((PRUint32 *)hashout)[n] = SHA_HTONL(ctx->H[n])
157 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
170 memcpy(hashout, tmpbuf, SHA1_LENGTH); \
175 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
182 memcpy(hashout, ctx->H, SHA1_LENGTH); \
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/
H A Dsha_fast.h146 #define SHA_STORE(n) ((PRUint32 *)hashout)[n] = SHA_HTONL(ctx->H[n])
157 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
170 memcpy(hashout, tmpbuf, SHA1_LENGTH); \
175 if (!((ptrdiff_t)hashout % sizeof(PRUint32))) { \
182 memcpy(hashout, ctx->H, SHA1_LENGTH); \
/dports/mail/opendkim/opendkim-2.10.3/opendkim/
H A Dopendkim-genkey51 my $hashout;
241 $hashout = "";
244 $hashout = " h=$hashalgs;";
274 …or . "._domainkey" . ${domstr} . "\tIN\tTXT\t( \"v=DKIM1;" . $noteout . $hashout . " k=rsa; " . $f…
H A Dopendkim-genkey.in51 my $hashout;
241 $hashout = "";
244 $hashout = " h=$hashalgs;";
274 …or . "._domainkey" . ${domstr} . "\tIN\tTXT\t( \"v=DKIM1;" . $noteout . $hashout . " k=rsa; " . $f…
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dbnethash.c151 extern int bnet_hash(t_hash * hashout, unsigned int size, void const * datain) in bnet_hash() argument
157 if (!hashout || !*hashout) in bnet_hash()
168 hash_init(hashout); in bnet_hash()
179 do_hash(hashout,tmp); in bnet_hash()
/dports/net-im/jabberd/jabberd-2.7.0/util/
H A Dsha1.c70 void sha1_finish(sha1_state_t *ctx, unsigned char hashout[20]) { in sha1_finish()
94 hashout[i] = (unsigned char)(ctx->H[i / 4] >> 24); in sha1_finish()
105 void sha1_hash(const unsigned char *dataIn, int len, unsigned char hashout[20]) { in sha1_hash()
110 sha1_finish(&ctx, hashout); in sha1_hash()
/dports/mail/squirrelmail-change_ldappass-plugin/squirrelmail-change_ldappass-plugin-php74-2.2_6/change_ldappass/mkntpwd/
H A Dmkntpwd.c48 char hashout[17]; in main() local
133 memset(hashout,'\0',17); in main()
134 E_P16((uchar *)lanpwd,hashout); in main()
135 printlanhash(hashout); in main()
/dports/sysutils/mkntpwd/mkntpwd-1.0/
H A Dmkntpwd.c50 char hashout[17]; in main() local
135 memset(hashout,'\0',17); in main()
136 E_P16((uchar *)lanpwd,(uchar *)hashout); in main()
137 printlanhash(hashout); in main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/builtin/
H A Dhmac.c59 krb5_data hashout; in krb5int_hmac_keyblock() local
87 hashout = make_data(ihash, hash->hashsize); in krb5int_hmac_keyblock()
88 ret = hash->hash(ihash_iov, num_data + 1, &hashout); in krb5int_hmac_keyblock()
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/
H A Dhmac.c59 krb5_data hashout; in krb5int_hmac_keyblock() local
87 hashout = make_data(ihash, hash->hashsize); in krb5int_hmac_keyblock()
88 ret = hash->hash(ihash_iov, num_data + 1, &hashout); in krb5int_hmac_keyblock()
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dsha.c77 void shaFinal(LIBXODE_SHA_CTX *ctx, unsigned char hashout[20]) { in shaFinal()
101 hashout[i] = (unsigned char)(ctx->H[i / 4] >> 24); in shaFinal()
112 void shaBlock(unsigned char *dataIn, int len, unsigned char hashout[20]) { in shaBlock()
117 shaFinal(&ctx, hashout); in shaBlock()
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dsha.c77 void shaFinal(SHA_CTX *ctx, unsigned char hashout[20]) { in shaFinal()
101 hashout[i] = (unsigned char)(ctx->H[i / 4] >> 24); in shaFinal()
112 void shaBlock(unsigned char *dataIn, int len, unsigned char hashout[20]) { in shaBlock()
117 shaFinal(&ctx, hashout); in shaBlock()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/ipfs/go-log/writer/
H A Dwriter_test.go115 hashout := make(chan []byte)
132 hashout <- h.Sum(nil)
159 h := <-hashout
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcurve448_internal_test.c598 static uint8_t hashout[64]; in dohash() local
602 || !EVP_DigestFinalXOF(hashctx, hashout, sizeof(hashout))) in dohash()
605 return hashout; in dohash()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcurve448_internal_test.c598 static uint8_t hashout[64]; in dohash() local
602 || !EVP_DigestFinalXOF(hashctx, hashout, sizeof(hashout))) in dohash()
605 return hashout; in dohash()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcurve448_internal_test.c598 static uint8_t hashout[64]; in dohash() local
602 || !EVP_DigestFinalXOF(hashctx, hashout, sizeof(hashout))) in dohash()
605 return hashout; in dohash()

12345