Home
last modified time | relevance | path

Searched full:cd (Results 1 – 17 of 17) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha512.c385 uint64x2_t cd = vld1q_u64(&ctx->state[2]); in mbedtls_internal_sha512_process_many_a64_crypto() local
399 uint64x2_t cd_orig = cd; in mbedtls_internal_sha512_process_many_a64_crypto()
426 intermed = vsha512hq_u64(sum, vextq_u64(ef, gh, 1), vextq_u64(cd, ef, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
427 gh = vsha512h2q_u64(intermed, cd, ab); in mbedtls_internal_sha512_process_many_a64_crypto()
428 cd = vaddq_u64(cd, intermed); in mbedtls_internal_sha512_process_many_a64_crypto()
433 intermed = vsha512hq_u64(sum, vextq_u64(cd, ef, 1), vextq_u64(ab, cd, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
439 sum = vaddq_u64(vextq_u64(initial_sum, initial_sum, 1), cd); in mbedtls_internal_sha512_process_many_a64_crypto()
440 intermed = vsha512hq_u64(sum, vextq_u64(ab, cd, 1), vextq_u64(gh, ab, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
441 cd = vsha512h2q_u64(intermed, gh, ef); in mbedtls_internal_sha512_process_many_a64_crypto()
448 ab = vsha512h2q_u64(intermed, ef, cd); in mbedtls_internal_sha512_process_many_a64_crypto()
[all …]
H A Daes.c134 V(26, EB, EB, CD), V(69, 27, 27, 4E), V(CD, B2, B2, 7F), V(9F, 75, 75, EA), \
151 V(4C, CD, CD, 81), V(14, 0C, 0C, 18), V(35, 13, 13, 26), V(2F, EC, EC, C3), \
263 V(CD, F4, DA, 65), V(D5, BE, 05, 06), V(1F, 62, 34, D1), V(8A, FE, A6, C4), \
292 V(09, 78, 26, CD), V(F4, 18, 59, 6E), V(01, B7, 9A, EC), V(A8, 9A, 4F, 83), \
297 V(4A, 98, 04, F1), V(F7, DA, EC, 41), V(0E, 50, CD, 7F), V(2F, F6, 91, 17), \
305 V(EA, CD, F7, 53), V(5B, AA, FD, 5F), V(14, 6F, 3D, DF), V(86, DB, 44, 78), \
/optee_os/core/arch/arm/crypto/
H A Dsha512_armv8a_ce_a64.S135 // v0 ab cd -- ef gh ab
136 // v1 cd -- ef gh ab cd
137 // v2 ef gh ab cd -- ef
138 // v3 gh ab cd -- ef gh
139 // v4 -- ef gh ab cd --
/optee_os/mk/
H A Dmacros.mk33 $(q)cd $(link-out-dir) && \
/optee_os/scripts/
H A Dupdate_changelog.py47 cmd = "git log -1 --date=format:%Y-%m-%d --format=format:%cd " \
/optee_os/.github/workflows/
H A Dci.yml27 cd /tmp/linux/scripts
465 cd $TOP/build
611 cd $TOP/build
702 cd $TOP/build
/optee_os/core/arch/arm/dts/
H A Dstm32mp15xx-dhcor-avenger96.dtsi320 cd-gpios = <&gpioi 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
352 broken-cd;
H A Dstm32mp15xx-dhcom-som.dtsi498 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
546 broken-cd;
H A Dstm32mp15xx-dkx.dtsi558 cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
571 broken-cd;
H A Dstm32mp157c-ev1.dts283 broken-cd;
H A Dstm32mp157c-ed1.dts378 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dfsl-lx2160a.dtsi729 broken-cd;
/optee_os/core/lib/qcbor/
H A DREADME.md245 cd <QCBOR_base_folder>
254 cd <QCBOR_base_folder>
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md121 mkdir /path/to/build_dir && cd /path/to/build_dir
H A DChangeLog1637 issues in CI/CD environments.
/optee_os/core/drivers/
H A Dgic.c1159 static TEE_Result gic_probe(const void *fdt, int offs, const void *cd __unused) in gic_probe()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c6458 * https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html in QCBOR_Private_DoubleConvertAll()