Home
last modified time | relevance | path

Searched full:builder (Results 1 – 25 of 29) 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.py225 if app.builder.format != "html":
228 app.builder.templates.environment.filters["gh_link_get_blob_url"] = partial(
232 app.builder.templates.environment.filters["gh_link_get_edit_url"] = partial(
236 app.builder.templates.environment.filters["gh_link_get_open_issue_url"] = partial(
240 app.builder.templates.environment.filters["git_info"] = partial(git_info_filter, app)
249 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)
Dapi_overview.py163 app.builder.env.api_overview_table = generate_table(app, toplevel, groups)
172 app.connect("builder-inited", sync_contents)
Dexternal_content.py169 app.connect("builder-inited", sync_contents)
Ddoxybridge.py226 app.connect("builder-inited", doxygen_parse)
/Zephyr-latest/drivers/entropy/
DKconfig.litex14 for LiteX SoC builder
/Zephyr-latest/drivers/clock_control/
DKconfig.litex1 # LiteX SoC Builder clock control driver
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst11 or `LiteX SoC Builder <https://github.com/enjoy-digital/litex>`_
28 `Migen <https://m-labs.hk/gateware/migen/>`_/`MiSoC SoC builder <https://github.com/m-labs/misoc>`_
50 reference platform. You can also use the official LiteX SoC Builder.
118 Official LiteX SoC builder
161 If you were generating bitstream with the official LiteX SoC builder you need to pass an additional…
/Zephyr-latest/boards/shields/frdm_kw41z/doc/
Dindex.rst25 #. Download the MCUXpresso SDK for FRDM-KW41Z from the `MCUXpresso SDK Builder
72 .. _MCUXpresso SDK Builder Website:
/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/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.h20 /* Send operation builder */
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py45 from sphinx.builders import Builder
245 builder: Builder, argument
261 builder, fromdocname, todocname, anchor, contnode, anchor
449 or app.builder.format != "html"
473 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__.py369 self.env.app.builder,
409 if self.env.app.builder.format == "html" and node["live-search"]:
685 if self.env.app.builder.format == "html":
760 # self.data["boards"] contains all the boards right from builder-inited time, but it still
829 def resolve_xref(self, env, fromdocname, builder, type, target, node, contnode): argument
844 builder,
962 "builder-inited",
965 app.connect("builder-inited", load_board_catalog_into_domain)
/Zephyr-latest/doc/_templates/
Dsearchbox.html5 {%- if ('singlehtml' not in builder) %}
/Zephyr-latest/.github/workflows/
Dclang.yaml72 # updated (i.e. when we cancel a job and the builder is killed),
/Zephyr-latest/scripts/ci/
Dtest_plan.py416 help="Number of tests per builder")
418 help="Number of tests per builder")

12