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

/systemd/src/journal/
H A Djournal-authenticate.c61 o->tag.epoch = htole64(FSPRG_GetEpoch(f->fsprg_state));
65 FSPRG_GetEpoch(f->fsprg_state));
92 FSPRG_GetKey(f->fsprg_state, key, sizeof(key), 0);
133 epoch = FSPRG_GetEpoch(f->fsprg_state);
153 epoch = FSPRG_GetEpoch(f->fsprg_state);
163 FSPRG_Evolve(f->fsprg_state);
164 epoch = FSPRG_GetEpoch(f->fsprg_state);
179 if (f->fsprg_state) {
182 epoch = FSPRG_GetEpoch(f->fsprg_state);
187 FSPRG_Evolve(f->fsprg_state);
[all...]
H A Djournal-file.h123 void *fsprg_state; member in struct:JournalFile
H A Djournal-file.c194 free(f->fsprg_state);

Completed in 23 milliseconds