Searched refs:crypto_hash_sha256_state (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/
H A Dhash_sha256.c12 return sizeof(crypto_hash_sha256_state);
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_hash_sha256.h24 typedef struct crypto_hash_sha256_state { struct
28 } crypto_hash_sha256_state; typedef in typeref:struct:crypto_hash_sha256_state
42 int crypto_hash_sha256_init(crypto_hash_sha256_state *state);
45 int crypto_hash_sha256_update(crypto_hash_sha256_state *state,
50 int crypto_hash_sha256_final(crypto_hash_sha256_state *state,
H A Dcrypto_auth_hmacsha256.h39 crypto_hash_sha256_state ictx;
40 crypto_hash_sha256_state octx;
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dhash.c43 assert(crypto_hash_sha256_statebytes() == sizeof(crypto_hash_sha256_state));
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c154 SHA256_Pad(crypto_hash_sha256_state *state, uint32_t tmp32[64 + 8])
176 crypto_hash_sha256_init(crypto_hash_sha256_state *state)
190 crypto_hash_sha256_update(crypto_hash_sha256_state *state,
231 crypto_hash_sha256_final(crypto_hash_sha256_state *state, unsigned char *out)
247 crypto_hash_sha256_state state;

Completed in 128 milliseconds