Home
last modified time | relevance | path

Searched refs:sha (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/drivers/crypto/
Dcrypto_intel_sha.c32 static int intel_sha_set_ctl_enable(struct sha_container *sha, int status) in intel_sha_set_ctl_enable() argument
35 if (status == 0 && sha->dfsha->shactl.part.en == 1) { in intel_sha_set_ctl_enable()
36 while (sha->dfsha->shasts.part.busy) { in intel_sha_set_ctl_enable()
40 sha->dfsha->shactl.part.en = status; in intel_sha_set_ctl_enable()
44 static int intel_sha_set_resume_length_dw0(struct sha_container *sha, uint32_t lower_length) in intel_sha_set_resume_length_dw0() argument
49 sha->dfsha->sharldw0.full = lower_length; in intel_sha_set_resume_length_dw0()
56 static int intel_sha_set_resume_length_dw1(struct sha_container *sha, uint32_t upper_length) in intel_sha_set_resume_length_dw1() argument
58 sha->dfsha->sharldw1.full = upper_length; in intel_sha_set_resume_length_dw1()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c226 struct zcbor_string sha, data; in img_upload_init_verify() local
233 ZCBOR_MAP_DECODE_KEY_DECODER("sha", zcbor_bstr_decode, &sha) in img_upload_init_verify()
241 sha.len = 0; in img_upload_init_verify()
254 if (sha.len) { in img_upload_init_verify()
255 if (memcmp(sha.value, image_hash_ptr, 32)) { in img_upload_init_verify()
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx9.dtsi310 sha0: sha@13c {
311 compatible = "nuvoton,npcx-sha";
Dnpcx4.dtsi332 sha0: sha@148 {
333 compatible = "nuvoton,npcx-sha";
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst80 "Backporting commit <sha>"
82 … ``<sha>`` indicates the SHA of the commit after it has been already merged in the current version.
/Zephyr-latest/doc/develop/toolchains/
Dzephyr_sdk.rst96 wget -O - |sdk-url-linux-sha| | shasum --check --ignore-missing
152 curl -L |sdk-url-macos-sha| | shasum --check --ignore-missing
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst284 (str,opt)"sha" : (byte str)
302 | "sha" | SHA256 hash of an upload; this is used to identify an upload session (e.g. to |
333 The MCUmgr library uses "sha" field to tag ongoing update session, to be able
336 If library gets request with "off" equal zero it checks stored "sha" within its
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_ace15_mtpm.dtsi599 sha: adsp-sha@17df00 { label
600 compatible = "intel,adsp-sha";
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst328 - The ``west list`` command's ``{sha}`` format key has been fixed for
383 - ``west.manifest.Project.sha()`` now works correctly for tag revisions.
667 - Project.sha() now captures stderr
715 includes the ``{sha}`` format string key.
799 - The ``west list`` command now supports a ``{sha}`` format string key
Dwest-apis.rst474 .. automethod:: sha
Dmanifest.rst1450 revision: my-sha
1468 revision: another-sha
1474 - is updated to commit ``my-sha`` by ``west update``, instead of
1475 the mainline commit ``another-sha``
1492 - update ``hal_nordic`` to ``my-sha`` instead of ``another-sha``
Dworkspaces.rst245 revision: some-sha-goes-here
/Zephyr-latest/dts/riscv/ite/
Dit81xx2.dtsi625 sha0: sha@f0202d {
626 compatible = "ite,it8xxx2-sha";
Dit82xx2.dtsi1016 compatible = "ite,it8xxx2-sha-v2";
/Zephyr-latest/scripts/
Dzephyr_module.py616 …if not meta_project.get("remote") or project.sha(MANIFEST_REV_BRANCH) != meta_project['revision'].…
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1328 sha = ""
1333 sha = match.group(1)
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst234 wget -O - |sdk-url-linux-sha| | shasum --check --ignore-missing
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst1369 * :dtcompatible:`ite,it8xxx2-sha`
1536 * :dtcompatible:`nuvoton,npcx-sha`:
Drelease-notes-3.3.rst1297 - :dtcompatible:`intel,adsp-sha`
1350 - :dtcompatible:`nuvoton,npcx-sha`
3570 * :github:`48953` - 'intel,sha' is missing binding and usage
Drelease-notes-3.2.rst539 * Added Intel ADSP sha driver.
1734 - :github:`48953` - 'intel,sha' is missing binding and usage