Lines Matching defs:auth
50 char *auth,78 auth[i] = value & 0xff;84 char *auth,92 ret = getentropy (auth, len);97 emulate_getrandom_buf (auth, len);113 char *auth;115 if ((auth = malloc (len + 1)) == NULL)118 arc4random_buf (auth, len);120 auth[len] = '\0';121 return (auth);