Searched defs:secpar (Results 1 – 1 of 1) sorted by relevance
36 #define ISVALID_SECPAR(secpar) (((secpar) % 16 == 0) && ((secpar) >= 16) && ((secpar) <= 16384)) argument37 #define VALIDATE_SECPAR(secpar) assert(ISVALID_SECPAR(secpar)); argument152 …_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() local251 uint16_t secpar; in FSPRG_GenMK() local290 uint16_t secpar; in FSPRG_GenState0() local308 uint16_t secpar; in FSPRG_Evolve() local329 uint16_t secpar; in FSPRG_GetEpoch() local336 uint16_t secpar; in FSPRG_Seek() local[all …]