HomeSort by relevance Sort by last modified time
    Searched refs:token_len (Results 1 - 7 of 7) sorted by null

  /external/srec/seti/setiUtils/include/
platform_utils.h 35 If no more tokens left, token_len is 0
37 char * safe_strtok(char *input_str, char *seps, int * token_len);
  /external/srec/seti/setiUtils/src/
platform_utils.c 41 If no more tokens left, token_len is 0
44 char * safe_strtok(char *input_str, char *seps, int * token_len)
73 *token_len = 0;
83 (*token_len)++;
  /external/wpa_supplicant_8/src/common/
sae.h 60 const u8 **token, size_t *token_len, int *allowed_groups);
sae.c 716 size_t *token_len)
724 if (token_len)
725 *token_len = tlen;
730 if (token_len)
731 *token_len = 0;
880 const u8 **token, size_t *token_len, int *allowed_groups)
894 sae_parse_commit_token(sae, &pos, end, token, token_len);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 84 re_token_t *token, int token_len,
2039 int token_len; local
3030 int token_len; local
    [all...]
  /external/qemu/android/
console.c 2732 size_t token_len; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 394 const u8 *token, size_t token_len)
398 if (token_len != SHA256_MAC_LEN)
457 size_t token_len = 0; local
464 &token_len, hapd->conf->sae_groups);
465 if (token && check_sae_token(hapd, sta->addr, token, token_len)
    [all...]

Completed in 166 milliseconds