Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/jwt/
DKconfig8 Enable creation of JWT tokens
15 Select which algorithm to use for signing JWT tokens.
/Zephyr-Core-3.7.0/scripts/west_commands/completion/
Dwest-completion.fish20 set -l tokens (commandline -opc)
22 for t in $tokens
41 set -l tokens (commandline -opc)
47 if test (math (count $tokens) - 2) -ge $max
55 if contains $argv[idx] $tokens
77 set -l tokens (commandline -opc)
80 if string match -qr -- "$token*" "$tokens[-1]"
90 set -l tokens (commandline -opc)
92 for idx in (seq 2 (count $tokens))
93 switch $tokens[$idx]
[all …]
/Zephyr-Core-3.7.0/doc/services/
Dmisc.rst33 this API is limited to creating the simplistic tokens needed to
/Zephyr-Core-3.7.0/drivers/dai/intel/dmic/
DKconfig.dmic22 2. DAI tokens those describe the use case PCM format
/Zephyr-Core-3.7.0/scripts/pylib/twister/
Dexpr_parser.py31 tokens = [ variable
/Zephyr-Core-3.7.0/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-3.7.0/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-3.7.0/scripts/kconfig/
Dkconfiglib.py2377 tokens = [token]
2473 val if token in _STRING_LEX or tokens[0] is _T_OPTION \
2537 tokens.append(token)
2540 tokens.append(None)
2542 return tokens
/Zephyr-Core-3.7.0/doc/
Dglossary.rst63 The set of additional tokens, separated by a forward slash (`/`) that
/Zephyr-Core-3.7.0/doc/build/dts/
Dtroubleshooting.rst218 converted in this way into the C tokens used by the preprocessor-based
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.5.rst842 * Block-wise transfers don't require tokens to match anymore as this was not in line
843 with CoAP specification (CoAP doesn't require tokens reuse).
Drelease-notes-2.7.rst762 * New macros for converting strings to C tokens: :c:macro:`DT_STRING_TOKEN`,
Drelease-notes-3.1.rst768 * New macros for creating tokens in C from strings in the devicetree:
/Zephyr-Core-3.7.0/
DKconfig.zephyr548 When enabled, locations of tokens across macro expansions will be