Home
last modified time | relevance | path

Searched refs:hash_final (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/devel/folly/folly-2021.12.27.00/folly/ssl/test/
H A DOpenSSLHashTest.cpp60 copy1.hash_final(range(actual1)); in TEST_F()
61 copy2.hash_final(range(actual2)); in TEST_F()
80 digest.hash_final(range(actual)); in TEST_F()
97 copy1.hash_final(range(actual1)); in TEST_F()
102 copy2.hash_final(range(actual2)); in TEST_F()
116 copy1.hash_final(range(actual1)); in TEST_F()
123 copy2.hash_final(range(actual2)); in TEST_F()
140 digest.hash_final(range(actual)); in TEST_F()
158 copy1.hash_final(range(actual1)); in TEST_F()
329 hmac.hash_final(range(actual)); in TEST_F()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/hash/tests/
H A Dbug52240.phpt8 var_dump(hash_final($h));
10 var_dump(hash_final($h2));
11 var_dump(hash_final($h3));
H A Dmurmurhash3.phpt22 $h0 = hash_final($ctx);
29 $h0 = hash_final($ctx);
36 $h0 = hash_final($ctx);
H A Dmurmurhash3_seed.phpt13 $h0 = hash_final($ctx);
26 $h0 = hash_final($ctx);
39 $h0 = hash_final($ctx);
/dports/lang/php81/php-8.1.1/ext/hash/tests/
H A Dbug52240.phpt8 var_dump(hash_final($h));
10 var_dump(hash_final($h2));
11 var_dump(hash_final($h3));
H A Dmurmurhash3.phpt22 $h0 = hash_final($ctx);
29 $h0 = hash_final($ctx);
36 $h0 = hash_final($ctx);
H A Dmurmurhash3_seed.phpt13 $h0 = hash_final($ctx);
26 $h0 = hash_final($ctx);
39 $h0 = hash_final($ctx);
/dports/lang/php74/php-7.4.27/ext/hash/tests/
H A Dbug52240.phpt8 var_dump(hash_final($h));
10 var_dump(hash_final($h2));
11 var_dump(hash_final($h3));
/dports/lang/php80/php-8.0.15/ext/hash/tests/
H A Dbug52240.phpt8 var_dump(hash_final($h));
10 var_dump(hash_final($h2));
11 var_dump(hash_final($h3));
/dports/www/mod_php74/php-7.4.27/ext/hash/tests/
H A Dbug52240.phpt8 var_dump(hash_final($h));
10 var_dump(hash_final($h2));
11 var_dump(hash_final($h3));
/dports/www/mod_php80/php-8.0.15/ext/hash/tests/
H A Dbug52240.phpt8 var_dump(hash_final($h));
10 var_dump(hash_final($h2));
11 var_dump(hash_final($h3));
/dports/lang/php73/php-7.3.33/ext/hash/tests/
H A Dbug52240.phpt10 var_dump(hash_final($h));
12 var_dump(hash_final($h2));
13 var_dump(hash_final($h3));
/dports/security/php73-hash/php-7.3.33/ext/hash/tests/
H A Dbug52240.phpt10 var_dump(hash_final($h));
12 var_dump(hash_final($h2));
13 var_dump(hash_final($h3));
/dports/www/mod_php73/php-7.3.33/ext/hash/tests/
H A Dbug52240.phpt10 var_dump(hash_final($h));
12 var_dump(hash_final($h2));
13 var_dump(hash_final($h3));
/dports/net/bird2/bird-2.0.8/lib/
H A Dmac.c50 hash_final(struct mac_context *mctx, struct hash_context *hctx) in hash_final() function
51 { return mctx->type->hash_final(hctx); } in hash_final()
60 memcpy(outbuf, hash_final(mctx, &hctx), mctx->type->hash_size); in hash_buffer()
86 return hash_final(ctx, &ct->ictx); in nrmh_final()
145 byte *isha = hash_final(ctx, &ct->ictx); in hmac_final()
149 return hash_final(ctx, &ct->octx); in hmac_final()
/dports/net/bird/bird-1.6.8/lib/
H A Dmac.c50 hash_final(struct mac_context *mctx, struct hash_context *hctx) in hash_final() function
51 { return mctx->type->hash_final(hctx); } in hash_final()
60 memcpy(outbuf, hash_final(mctx, &hctx), mctx->type->hash_size); in hash_buffer()
86 return hash_final(ctx, &ct->ictx); in nrmh_final()
145 byte *isha = hash_final(ctx, &ct->ictx); in hmac_final()
149 return hash_final(ctx, &ct->octx); in hmac_final()
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/decaf/ed448goldilocks/
H A Deddsa.c27 #define hash_final cryptonite_decaf_shake256_final macro
184 hash_final(hash,nonce,sizeof(nonce)); in cryptonite_decaf_ed448_sign()
213 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_sign()
244 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_sign_prehash()
277 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_verify()
319 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_verify_prehash()
/dports/security/libdecaf/libdecaf-1.0.0/src/GENERATED/c/curve25519/
H A Deddsa.c27 #define hash_final decaf_sha512_final macro
179 hash_final(hash,nonce,sizeof(nonce)); in decaf_ed25519_sign()
208 hash_final(hash,challenge,sizeof(challenge)); in decaf_ed25519_sign()
239 hash_final(hash_too,hash_output,sizeof(hash_output)); in decaf_ed25519_sign_prehash()
272 hash_final(hash,challenge,sizeof(challenge)); in decaf_ed25519_verify()
315 hash_final(hash_too,hash_output,sizeof(hash_output)); in decaf_ed25519_verify_prehash()
/dports/security/libdecaf/libdecaf-1.0.0/src/GENERATED/c/ed448goldilocks/
H A Deddsa.c27 #define hash_final decaf_shake256_final macro
179 hash_final(hash,nonce,sizeof(nonce)); in decaf_ed448_sign()
208 hash_final(hash,challenge,sizeof(challenge)); in decaf_ed448_sign()
239 hash_final(hash_too,hash_output,sizeof(hash_output)); in decaf_ed448_sign_prehash()
272 hash_final(hash,challenge,sizeof(challenge)); in decaf_ed448_verify()
315 hash_final(hash_too,hash_output,sizeof(hash_output)); in decaf_ed448_verify_prehash()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/decaf/ed448goldilocks/
H A Deddsa.c27 #define hash_final cryptonite_decaf_shake256_final macro
184 hash_final(hash,nonce,sizeof(nonce)); in cryptonite_decaf_ed448_sign()
213 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_sign()
244 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_sign_prehash()
277 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_verify()
319 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_verify_prehash()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/decaf/ed448goldilocks/
H A Deddsa.c27 #define hash_final cryptonite_decaf_shake256_final macro
184 hash_final(hash,nonce,sizeof(nonce)); in cryptonite_decaf_ed448_sign()
213 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_sign()
244 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_sign_prehash()
277 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_verify()
319 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_verify_prehash()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/decaf/ed448goldilocks/
H A Deddsa.c27 #define hash_final cryptonite_decaf_shake256_final macro
184 hash_final(hash,nonce,sizeof(nonce)); in cryptonite_decaf_ed448_sign()
213 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_sign()
244 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_sign_prehash()
277 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_verify()
319 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_verify_prehash()
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/decaf/ed448goldilocks/
H A Deddsa.c27 #define hash_final cryptonite_decaf_shake256_final macro
184 hash_final(hash,nonce,sizeof(nonce)); in cryptonite_decaf_ed448_sign()
213 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_sign()
244 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_sign_prehash()
277 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_verify()
319 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_verify_prehash()
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/decaf/ed448goldilocks/
H A Deddsa.c27 #define hash_final cryptonite_decaf_shake256_final macro
184 hash_final(hash,nonce,sizeof(nonce)); in cryptonite_decaf_ed448_sign()
213 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_sign()
244 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_sign_prehash()
277 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_verify()
319 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_verify_prehash()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/decaf/ed448goldilocks/
H A Deddsa.c27 #define hash_final cryptonite_decaf_shake256_final macro
184 hash_final(hash,nonce,sizeof(nonce)); in cryptonite_decaf_ed448_sign()
213 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_sign()
244 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_sign_prehash()
277 hash_final(hash,challenge,sizeof(challenge)); in cryptonite_decaf_ed448_verify()
319 hash_final(hash_too,hash_output,sizeof(hash_output)); in cryptonite_decaf_ed448_verify_prehash()

12345678910>>...17