OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashout
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
validate.c
187
uint8_t
hashout
[PGP_MAX_HASH_SIZE];
local
228
n = hash.finish(&hash,
hashout
);
230
hexdump(stdout, "hash out",
hashout
, n);
232
return pgp_check_sig(
hashout
, n, sig, signer);
signature.c
508
uint8_t
hashout
[PGP_MAX_HASH_SIZE];
local
511
n = hash->finish(hash,
hashout
);
512
return pgp_check_sig(
hashout
, n, sig, signer);
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.c
1085
uint32_t
hashout
;
local
1108
for (i = 0,
hashout
= 0; i < 7; i++)
1109
hashout
^= hash_32(buf[i], KFD_GPU_ID_HASH_WIDTH);
1111
return
hashout
;
/src/crypto/external/apache2/openssl/dist/test/
curve448_internal_test.c
584
static uint8_t
hashout
[64];
local
588
|| !EVP_DigestFinalXOF(hashctx,
hashout
, sizeof(
hashout
)))
591
return
hashout
;
/src/crypto/external/bsd/openssl/dist/test/
curve448_internal_test.c
588
static uint8_t
hashout
[64];
local
592
|| !EVP_DigestFinalXOF(hashctx,
hashout
, sizeof(
hashout
)))
595
return
hashout
;
/src/crypto/external/bsd/openssl.old/dist/test/
curve448_internal_test.c
598
static uint8_t
hashout
[64];
local
602
|| !EVP_DigestFinalXOF(hashctx,
hashout
, sizeof(
hashout
)))
605
return
hashout
;
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026