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

  /external/wpa_supplicant_8/src/radius/
radius_server.c 979 u8 statebuf[4]; local
988 res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE, statebuf,
989 sizeof(statebuf));
991 if (res == sizeof(statebuf)) {
992 state = WPA_GET_BE32(statebuf);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]

Completed in 369 milliseconds