Home
last modified time | relevance | path

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

/dports/net/gsocket/gsocket-1.4.28/lib/
H A Dgsocket-util.c136 uint8_t buf[GS_SECRET_MAX_LEN + 1]; in GS_gen_secret()
137 ret = RAND_bytes(buf, GS_SECRET_MAX_LEN); in GS_gen_secret()
141 GS_ADDR_bin2addr(&addr, buf, GS_SECRET_MAX_LEN); in GS_gen_secret()
/dports/net/gsocket/gsocket-1.4.28/include/gsocket/
H A Dgsocket.h52 #define GS_SECRET_MAX_LEN (256 / 8) /* max length in bytes */ macro