/Zephyr-latest/subsys/jwt/ |
D | jwt.c | 139 static int jwt_add_header(struct jwt_builder *builder) in jwt_add_header() argument 155 if (jwt_header_len > builder->len) { in jwt_add_header() 156 builder->overflowed = true; in jwt_add_header() 159 strcpy(builder->buf, jwt_header); in jwt_add_header() 160 builder->buf += jwt_header_len - 1; in jwt_add_header() 161 builder->len -= jwt_header_len - 1; in jwt_add_header() 165 int jwt_add_payload(struct jwt_builder *builder, in jwt_add_payload() argument 176 base64_outch(builder, '.'); in jwt_add_payload() 179 &payload, base64_append_bytes, builder); in jwt_add_payload() 181 base64_flush(builder); in jwt_add_payload() [all …]
|
D | jwt_psa.c | 17 int jwt_sign_impl(struct jwt_builder *builder, const unsigned char *der_key, size_t der_key_len, in jwt_sign_impl() argument 44 builder->base, builder->buf - builder->base, in jwt_sign_impl()
|
D | jwt_legacy_rsa.c | 28 int jwt_sign_impl(struct jwt_builder *builder, const unsigned char *der_key, size_t der_key_len, in jwt_sign_impl() argument 48 res = mbedtls_sha256(builder->base, builder->buf - builder->base, hash, 0); in jwt_sign_impl()
|
D | jwt.h | 12 int jwt_sign_impl(struct jwt_builder *builder, const unsigned char *der_key,
|
/Zephyr-latest/include/zephyr/data/ |
D | jwt.h | 57 * @brief Initialize the JWT builder. 59 * Initialize the given JWT builder for the creation of a fresh token. 62 * @param builder The builder to initialize. 70 int jwt_init_builder(struct jwt_builder *builder, 77 * Add JWT payload to a previously initialized builder with the following fields: 84 * @param builder A previously initialized builder. 92 int jwt_add_payload(struct jwt_builder *builder, 102 * @param builder A previously initialized builder with payload. 109 int jwt_sign(struct jwt_builder *builder,
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 227 if app.builder.format != "html": 230 app.builder.templates.environment.filters["gh_link_get_blob_url"] = partial( 234 app.builder.templates.environment.filters["gh_link_get_edit_url"] = partial( 238 app.builder.templates.environment.filters["gh_link_get_open_issue_url"] = partial( 242 app.builder.templates.environment.filters["git_info"] = partial(git_info_filter, app) 251 app.connect("builder-inited", add_jinja_filter)
|
D | html_redirects.py | 67 if not isinstance(app.builder, StandaloneHTMLBuilder): 84 new_url = app.builder.get_relative_uri(old_url, new_url) 85 out_file = app.builder.get_outfilename(old_url)
|
D | external_content.py | 169 app.connect("builder-inited", sync_contents)
|
D | doxybridge.py | 250 app.connect("builder-inited", doxygen_parse)
|
D | doxyrunner.py | 396 app.connect("builder-inited", doxygen_build)
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.litex | 1 # LiteX SoC Builder clock control driver
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.litex | 14 for LiteX SoC builder
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 8 or `LiteX SoC Builder <https://github.com/enjoy-digital/litex>`_ 21 `Migen <https://m-labs.hk/gateware/migen/>`_/`MiSoC SoC builder <https://github.com/m-labs/misoc>`_ 43 reference platform. You can also use the official LiteX SoC Builder. 116 Official LiteX SoC builder 159 If you were generating bitstream with the official LiteX SoC builder you need to pass an additional…
|
/Zephyr-latest/soc/altr/qemu_nios2/include/ |
D | linker.h | 4 * Machine generated for CPU 'nios2_gen2_0' in SOPC Builder design 'ghrd_10m50da' 5 * SOPC Builder design path: ../../ghrd_10m50da.sopcinfo
|
/Zephyr-latest/soc/altr/zephyr_nios2f/include/ |
D | linker.h | 4 * Machine generated for CPU 'nios2_gen2_0' in SOPC Builder design 'ghrd_10m50da' 5 * SOPC Builder design path: ../../ghrd_10m50da.sopcinfo
|
D | system.h | 2 * system.h - SOPC Builder system and BSP software package information 4 * Machine generated for CPU 'nios2_gen2_0' in SOPC Builder design 'ghrd_10m50da' 5 * SOPC Builder design path: ../../ghrd_10m50da.sopcinfo
|
/Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
D | index.rst | 25 #. Download the MCUXpresso SDK for FRDM-KW41Z from the `MCUXpresso SDK Builder 75 .. _MCUXpresso SDK Builder Website:
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_json.h | 20 /* Send operation builder */
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 49 from sphinx.builders import Builder 256 builder: Builder, argument 272 builder, fromdocname, todocname, anchor, contnode, anchor 466 or app.builder.format != "html" 492 app.connect("builder-inited", kconfig_build_resources)
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | datatypes.py | 25 # Document contains the data assembled by the SBOM builder, to be used to 102 # Package contains the data assembled by the SBOM builder, to be used to
|
D | writer.py | 155 Creator: Tool: Zephyr SPDX builder
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 422 self.env.app.builder, 462 if self.env.app.builder.format == "html" and node["live-search"]: 740 if self.env.app.builder.format == "html": 1033 # self.data["boards"] contains all the boards right from builder-inited time, but it still 1103 def resolve_xref(self, env, fromdocname, builder, type, target, node, contnode): argument 1118 builder, 1222 app.builder.format == "html" and app.config.zephyr_generate_hw_features 1245 "builder-inited", 1248 app.connect("builder-inited", load_board_catalog_into_domain)
|
/Zephyr-latest/doc/_templates/ |
D | searchbox.html | 5 {%- if ('singlehtml' not in builder) %}
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 416 help="Number of tests per builder") 418 help="Number of tests per builder")
|
/Zephyr-latest/.github/workflows/ |
D | twister.yaml | 86 git config --global user.name "Zephyr Builder"
|