Home
last modified time | relevance | path

Searched refs:sha256_init (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Dsha256_accel.c57 &sha256_init,
89 int sha256_init(hash_state * md) in sha256_init() function
202 sha256_init(&md); in sha256_test()
H A Dhash.c178 if (sha256_init(&hs) != CRYPT_OK) in hash_sha256_check()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dfortuna.c127 sha256_init(&md); in s_fortuna_reseed()
148 if ((err = sha256_init(&prng->u.fortuna.pool[x])) != CRYPT_OK) { in s_fortuna_reseed()
200 sha256_init(&md); in fortuna_update_seed()
239 if ((err = sha256_init(&prng->u.fortuna.pool[x])) != CRYPT_OK) { in fortuna_start()
/optee_os/core/lib/libtomcrypt/src/stream/salsa20/
H A Dxsalsa20_test.c18 sha256_init(&md); in s_sha256()
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha256.c23 &sha256_init,
196 int sha256_init(hash_state * md) in sha256_init() function
309 sha256_init(&md); in sha256_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h347 int sha256_init(hash_state * md);