Home
last modified time | relevance | path

Searched refs:crypto_hash_sha256_init (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c45 crypto_hash_sha256_init(&state->ictx); in crypto_auth_hmacsha256_init()
51 crypto_hash_sha256_init(&state->ictx); in crypto_auth_hmacsha256_init()
58 crypto_hash_sha256_init(&state->octx); in crypto_auth_hmacsha256_init()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_hash_sha256.h42 int crypto_hash_sha256_init(crypto_hash_sha256_state *state);
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c176 crypto_hash_sha256_init(crypto_hash_sha256_state *state) in crypto_hash_sha256_init() function
249 crypto_hash_sha256_init(&state); in crypto_hash_sha256()