Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-2.7.6/subsys/jwt/
DKconfig8 Enable creation of JWT tokens
15 Select which algorithm to use for signing JWT tokens.
/Zephyr-Core-2.7.6/doc/reference/misc/
Dindex.rst33 this API is limited to creating the simplistic tokens needed to
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dexpr_parser.py31 tokens = [ variable
/Zephyr-Core-2.7.6/subsys/net/lib/http/
Dhttp_parser.c128 static const char tokens[256] = { variable
280 #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])
/Zephyr-Core-2.7.6/doc/guides/dts/
Dtroubleshooting.rst41 converted in this way into the C tokens used by the preprocessor-based
/Zephyr-Core-2.7.6/doc/security/
Dsensor-threat.rst100 and the generation of tokens with invalid times. It could be
101 possible to trick the device into generating tokens that are valid in
268 Token (JWT) can be used. These tokens will generally have a
/Zephyr-Core-2.7.6/scripts/kconfig/
Dkconfiglib.py2373 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
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.7.rst1241 * New macros for converting strings to C tokens: :c:macro:`DT_STRING_TOKEN`,