Home
last modified time | relevance | path

Searched full:jwt (Results 1 – 25 of 50) sorted by relevance

12

/Zephyr-latest/subsys/jwt/
DKconfig5 menuconfig JWT config
9 Enable creation of JWT tokens
11 if JWT
14 prompt "JWT signature algorithm"
17 Select which algorithm to use for signing JWT tokens.
45 endif # JWT
Djwt.c12 #include <zephyr/data/jwt.h>
15 #include "jwt.h"
58 * Add a single character to the jwt buffer. Detects overflow, and
137 * Add the JWT header to the buffer.
142 * Pre-computed JWT header in jwt_add_header()
147 /* {"alg":"RS256","typ":"JWT"} */ in jwt_add_header()
150 /* {"alg":"ES256","typ":"JWT"} */ in jwt_add_header()
Djwt_psa.c11 #include <zephyr/data/jwt.h>
15 #include "jwt.h"
Djwt_legacy_rsa.c11 #include <zephyr/data/jwt.h>
19 #include "jwt.h"
DCMakeLists.txt4 zephyr_library_sources(jwt.c)
/Zephyr-latest/include/zephyr/data/
Djwt.h18 * @brief JSON Web Token (JWT) - RFC 7519
19 * @defgroup jwt JSON Web Token (JWT)
25 * @brief JWT data tracking.
57 * @brief Initialize the JWT builder.
59 * Initialize the given JWT builder for the creation of a fresh token.
75 * @brief Add JWT payload.
77 * Add JWT payload to a previously initialized builder with the following fields:
98 * @brief Sign the JWT.
100 * Sign a previously initialized with payload JWT.
/Zephyr-latest/tests/subsys/jwt/
Dtestcase.yaml6 tags: jwt
12 libraries.encoding.jwt.ecdsa.psa:
20 libraries.encoding.jwt.rsa.legacy:
24 libraries.encoding.jwt.rsa.psa:
DCMakeLists.txt6 project(jwt) project
/Zephyr-latest/doc/services/
Dmisc.rst27 JWT subsection
30 JSON Web Tokens (JWT) are an open, industry standard [RFC
32 claims securely between two parties. Although JWT is fairly flexible,
36 .. doxygengroup:: jwt
/Zephyr-latest/tests/subsys/jwt/src/
Dmain.c24 #include <zephyr/data/jwt.h>
41 zassert_equal(res, 0, "Setting up jwt"); in ZTEST()
52 printk("JWT:\n%s\n", buf); in ZTEST()
/Zephyr-latest/boards/seeed/xiao_esp32s3/
Dxiao_esp32s3_appcpu.yaml25 - jwt
/Zephyr-latest/boards/vcc-gnd/yd_esp32/
Dyd_esp32_appcpu.yaml25 - jwt
/Zephyr-latest/boards/hardkernel/odroid_go/
Dodroid_go_appcpu.yaml25 - jwt
/Zephyr-latest/boards/lilygo/ttgo_t8s3/
Dttgo_t8s3_appcpu.yaml25 - jwt
/Zephyr-latest/boards/m5stack/m5stack_atoms3_lite/
Dm5stack_atoms3_lite_appcpu.yaml25 - jwt
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dm5stack_core2_appcpu.yaml25 - jwt
/Zephyr-latest/boards/m5stack/m5stack_cores3/
Dm5stack_cores3_appcpu.yaml25 - jwt
/Zephyr-latest/boards/m5stack/m5stickc_plus/
Dm5stickc_plus_appcpu.yaml25 - jwt
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_appcpu.yaml25 - jwt
/Zephyr-latest/boards/m5stack/m5stack_atom_lite/
Dm5stack_atom_lite_appcpu.yaml25 - jwt
/Zephyr-latest/boards/m5stack/m5stack_atoms3/
Dm5stack_atoms3_appcpu.yaml25 - jwt
/Zephyr-latest/boards/m5stack/m5stack_stamps3/
Dm5stack_stamps3_appcpu.yaml25 - jwt
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/
Dadafruit_qt_py_esp32s3_appcpu.yaml25 - jwt
/Zephyr-latest/boards/espressif/esp32_devkitc_wroom/
Desp32_devkitc_wroom_appcpu.yaml25 - jwt
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/
Desp32_ethernet_kit_appcpu.yaml25 - jwt

12