Home
last modified time | relevance | path

Searched defs:secpar (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Dfsprg.c36 #define ISVALID_SECPAR(secpar) (((secpar) % 16 == 0) && ((secpar) >= 16) && ((secpar) <= 16384)) argument
37 #define VALIDATE_SECPAR(secpar) assert(ISVALID_SECPAR(secpar)); argument
152 …_t gensquare(const gcry_mpi_t n, const void *seed, size_t seedlen, uint32_t idx, unsigned secpar) { in gensquare()
234 static void store_secpar(void *buf, uint16_t secpar) { in store_secpar()
241 uint16_t secpar; in read_secpar() local
251 uint16_t secpar; in FSPRG_GenMK() local
290 uint16_t secpar; in FSPRG_GenState0() local
308 uint16_t secpar; in FSPRG_Evolve() local
329 uint16_t secpar; in FSPRG_GetEpoch() local
336 uint16_t secpar; in FSPRG_Seek() local
[all …]