Searched refs:hash_update (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/crypto/ |
A D | rng_fortuna.c | 86 static TEE_Result hash_update(void *ctx, const void *data, size_t dlen) in hash_update() function 104 res = hash_update(ctx, data, dlen); in key_from_data() 232 res = hash_update(state.pool_ctx[pnum], v, sizeof(v)); in add_event() 235 res = hash_update(state.pool_ctx[pnum], data, dl); in add_event() 417 return hash_update(pool_ctx, pool_digest, KEY_SIZE); in restart_pool() 458 res = hash_update(state.reseed_ctx, pool_digest, KEY_SIZE); in maybe_reseed()
|
Completed in 2 milliseconds