Home
last modified time | relevance | path

Searched refs:uint64_import (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Dfsprg.c85 _pure_ static uint64_t uint64_import(const void *buf, size_t buflen) { in uint64_import() function
316 epoch = uint64_import(state + 2 + 2 * secpar / 8, 8); in FSPRG_Evolve()
331 return uint64_import(state + 2 + 2 * secpar / 8, 8); in FSPRG_GetEpoch()