Home
last modified time | relevance | path

Searched full:builder (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/subsys/jwt/
Djwt.c139 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 …]
Djwt_psa.c17 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()
Djwt_legacy_rsa.c28 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()
Djwt.h12 int jwt_sign_impl(struct jwt_builder *builder, const unsigned char *der_key,
/Zephyr-latest/include/zephyr/data/
Djwt.h57 * @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/
Dgh_utils.py227 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)
Dhtml_redirects.py67 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)
Dexternal_content.py169 app.connect("builder-inited", sync_contents)
Ddoxybridge.py250 app.connect("builder-inited", doxygen_parse)
Ddoxyrunner.py396 app.connect("builder-inited", doxygen_build)
/Zephyr-latest/drivers/clock_control/
DKconfig.litex1 # LiteX SoC Builder clock control driver
/Zephyr-latest/drivers/entropy/
DKconfig.litex14 for LiteX SoC builder
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst8 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/
Dlinker.h4 * 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/
Dlinker.h4 * Machine generated for CPU 'nios2_gen2_0' in SOPC Builder design 'ghrd_10m50da'
5 * SOPC Builder design path: ../../ghrd_10m50da.sopcinfo
Dsystem.h2 * 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/
Dindex.rst25 #. Download the MCUXpresso SDK for FRDM-KW41Z from the `MCUXpresso SDK Builder
75 .. _MCUXpresso SDK Builder Website:
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.h20 /* Send operation builder */
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py49 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/
Ddatatypes.py25 # 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
Dwriter.py155 Creator: Tool: Zephyr SPDX builder
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py422 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/
Dsearchbox.html5 {%- if ('singlehtml' not in builder) %}
/Zephyr-latest/scripts/ci/
Dtest_plan.py416 help="Number of tests per builder")
418 help="Number of tests per builder")
/Zephyr-latest/.github/workflows/
Dtwister.yaml86 git config --global user.name "Zephyr Builder"

12