Searched refs:state_size (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournalctl.c1499 size_t mpk_size, seed_size, state_size, i; local
1554 state_size = FSPRG_stateinbytes(FSPRG_RECOMMENDED_SECPAR);
1555 state = alloca(state_size);
1602 h.fsprg_state_size = htole64(state_size);
1610 r = loop_write(fd, state, state_size, false);

Completed in 15 milliseconds