HomeSort by: relevance | last modified time | path
    Searched refs:crypto_hash_sha256_state (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/
hash_sha256.c 12 return sizeof(crypto_hash_sha256_state);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_hash_sha256.h 24 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,
crypto_auth_hmacsha256.h 39 crypto_hash_sha256_state ictx;
40 crypto_hash_sha256_state octx;
  /src/sys/external/isc/libsodium/dist/test/default/
hash.c 43 assert(crypto_hash_sha256_statebytes() == sizeof(crypto_hash_sha256_state));
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/
hash_sha256_cp.c 154 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 14 milliseconds