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

  /external/qemu/android/
charmap.c 289 size_t token_len = token_ends - token_starts; local
290 if ((0 == token_len) || (token_len >= max_token_len)) {
293 memcpy(token, token_starts, token_len);
294 token[token_len] = '\0';
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...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 1201 $token_len = strlen($token); variable
    [all...]
  /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...]

Completed in 223 milliseconds