HomeSort by relevance Sort by last modified time
    Searched full:statebuf (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius_server.c 1005 u8 statebuf[4]; local
1014 res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE, statebuf,
1015 sizeof(statebuf));
1017 if (res == sizeof(statebuf)) {
1018 state = WPA_GET_BE32(statebuf);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 332 /* Initialize the random number generator to use state buffer STATEBUF,
339 /* Switch the random number generator to state buffer STATEBUF,
    [all...]

Completed in 84 milliseconds