Searched refs:HashFinal (Results 1 – 4 of 4) sorted by relevance
71 #define HashFinal(d, ctx) SHA1Final((d), (ctx)) macro371 HashFinal(digest, &hashctx); in swrand_get_entropy()514 HashFinal(digest, &hashctx); in swrand_mix_pool()763 HashFinal(digest, &ctx); in physmem_ent_gen()
242 hashfinal_func_t HashFinal; member
1494 spec->MAC_HashFinal = mac_defs[ssl->pending_malg].HashFinal; in kssl_spec_init()
96 #define HashFinal(d, ctx) SHA1Final((d), (ctx)) macro