OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_hash_sha512_state
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/
hash_sha512.c
12
return sizeof(
crypto_hash_sha512_state
);
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_hash_sha512.h
24
typedef struct
crypto_hash_sha512_state
{
struct
28
}
crypto_hash_sha512_state
;
typedef in typeref:struct:crypto_hash_sha512_state
42
int crypto_hash_sha512_init(
crypto_hash_sha512_state
*state);
45
int crypto_hash_sha512_update(
crypto_hash_sha512_state
*state,
50
int crypto_hash_sha512_final(
crypto_hash_sha512_state
*state,
crypto_auth_hmacsha512.h
39
crypto_hash_sha512_state
ictx;
40
crypto_hash_sha512_state
octx;
crypto_sign_ed25519.h
16
crypto_hash_sha512_state
hs;
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
sign_ed25519_ref10.h
4
void _crypto_sign_ed25519_ref10_hinit(
crypto_hash_sha512_state
*hs,
sign.c
12
_crypto_sign_ed25519_ref10_hinit(
crypto_hash_sha512_state
*hs, int prehashed)
38
_crypto_sign_ed25519_synthetic_r_hv(
crypto_hash_sha512_state
*hs,
69
crypto_hash_sha512_state
hs;
open.c
20
crypto_hash_sha512_state
hs;
obsolete.c
37
crypto_hash_sha512_state
hs;
/src/sys/external/isc/libsodium/dist/test/default/
hash.c
44
assert(crypto_hash_sha512_statebytes() == sizeof(
crypto_hash_sha512_state
));
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/
hash_sha512_cp.c
173
SHA512_Pad(
crypto_hash_sha512_state
*state, uint64_t tmp64[80 + 8])
195
crypto_hash_sha512_init(
crypto_hash_sha512_state
*state)
210
crypto_hash_sha512_update(
crypto_hash_sha512_state
*state,
259
crypto_hash_sha512_final(
crypto_hash_sha512_state
*state, unsigned char *out)
275
crypto_hash_sha512_state
state;
Completed in 143 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025