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

  /external/google-breakpad/src/processor/
cfi_frame_info.cc 144 size_t token_len = strlen(token);
145 if (token_len >= 1 && token[token_len - 1] == ':') {
147 if (token_len < 2) return false;
152 name_.assign(token, token_len - 1);
156 assert(token_len > 0); // strtok_r guarantees this, I think.
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 203 int token_len = token.GetLength(); local
204 while (m_dwCurPos < m_dwSize - token_len) {
205 if (FXSYS_memcmp(m_pData + m_dwCurPos, token.GetPtr(), token_len) == 0) {
210 if (m_dwCurPos == m_dwSize - token_len) {
213 m_dwCurPos += token_len;
  /external/wpa_supplicant_8/src/common/
sae.h 66 const u8 **token, size_t *token_len, int *allowed_groups);
sae.c 926 size_t *token_len)
934 if (token_len)
935 *token_len = tlen;
940 if (token_len)
941 *token_len = 0;
1097 const u8 **token, size_t *token_len, int *allowed_groups)
1111 sae_parse_commit_token(sae, &pos, end, token, token_len);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 448 const u8 *token, size_t token_len)
452 if (token_len != SHA256_MAC_LEN)
752 size_t token_len = 0; local
814 &token_len, hapd->conf->sae_groups);
821 if (token && check_sae_token(hapd, sta->addr, token, token_len)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4736 long int token_len; local
    [all...]

Completed in 517 milliseconds