Searched refs:tokens (Results 1 – 8 of 8) sorted by relevance
8 Enable creation of JWT tokens15 Select which algorithm to use for signing JWT tokens.
33 this API is limited to creating the simplistic tokens needed to
31 tokens = [ variable
128 static const char tokens[256] = { variable280 #define STRICT_TOKEN(c) (tokens[(unsigned char)c])283 #define TOKEN(c) (tokens[(unsigned char)c])286 #define TOKEN(c) ((c == ' ') ? ' ' : tokens[(unsigned char)c])
41 converted in this way into the C tokens used by the preprocessor-based
100 and the generation of tokens with invalid times. It could be101 possible to trick the device into generating tokens that are valid in268 Token (JWT) can be used. These tokens will generally have a
2373 tokens = [token]2469 val if token in _STRING_LEX or tokens[0] is _T_OPTION \2533 tokens.append(token)2536 tokens.append(None)2538 return tokens
1241 * New macros for converting strings to C tokens: :c:macro:`DT_STRING_TOKEN`,