/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 | 225 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)
|
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 | api_overview.py | 163 app.builder.env.api_overview_table = generate_table(app, toplevel, groups) 172 app.connect("builder-inited", sync_contents)
|
D | external_content.py | 169 app.connect("builder-inited", sync_contents)
|
D | doxybridge.py | 226 app.connect("builder-inited", doxygen_parse)
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.litex | 14 for LiteX SoC builder
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.litex | 1 # LiteX SoC Builder clock control driver
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 11 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/ |
D | index.rst | 25 #. Download the MCUXpresso SDK for FRDM-KW41Z from the `MCUXpresso SDK Builder 72 .. _MCUXpresso SDK Builder Website:
|
/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/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_json.h | 20 /* Send operation builder */
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 45 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/ |
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 | 369 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/ |
D | searchbox.html | 5 {%- if ('singlehtml' not in builder) %}
|
/Zephyr-latest/.github/workflows/ |
D | clang.yaml | 72 # updated (i.e. when we cancel a job and the builder is killed),
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 416 help="Number of tests per builder") 418 help="Number of tests per builder")
|