Searched refs:sha256_init (Results 1 – 8 of 8) sorted by relevance
75 sha256_init(&md); in fortuna_reseed()94 if ((err = sha256_init(&prng->fortuna.pool[x])) != CRYPT_OK) { in fortuna_reseed()139 if ((err = sha256_init(&prng->fortuna.pool[x])) != CRYPT_OK) { in fortuna_start()353 if ((err = sha256_init(md)) != CRYPT_OK) { in fortuna_export()
27 static void sha256_init(struct sha256_state *md);47 sha256_init(&ctx); in sha256_vector()140 static void sha256_init(struct sha256_state *md) in sha256_init() function
165 static void sha256_init(struct sha256_state *md);184 sha256_init(&ctx); in sha256_vector()274 static void sha256_init(struct sha256_state *md) in sha256_init() function
168 static void sha256_init(struct sha256_state *md);187 sha256_init(&ctx); in sha256_vector()277 static void sha256_init(struct sha256_state *md) in sha256_init() function
31 &sha256_init,206 int sha256_init(hash_state * md) in sha256_init() function319 sha256_init(&md); in sha256_test()
231 int sha256_init(hash_state * md);
1069 static int sha256_init(EVP_MD_CTX *ctx) in sha256_init() function1131 sha256_init,
28 v1.15 -- Andreas Lange found that if sha256_init DID fail in fortuna it wouldn't clean up the state…29 Fortunately sha256_init cannot fail (as of v1.14) :-)