Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 10 of 10) 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 …]
/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/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/lib/libmbedtls/mbedtls/
H A DREADME.md121 mkdir /path/to/build_dir && cd /path/to/build_dir