Searched refs:cd (Results 1 – 10 of 10) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | sha512.c | 385 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 D | stm32mp15xx-dhcor-avenger96.dtsi | 320 cd-gpios = <&gpioi 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 352 broken-cd;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 498 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 546 broken-cd;
|
| H A D | stm32mp15xx-dkx.dtsi | 558 cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 571 broken-cd;
|
| H A D | stm32mp157c-ev1.dts | 283 broken-cd;
|
| H A D | stm32mp157c-ed1.dts | 378 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
| H A D | fsl-lx2160a.dtsi | 729 broken-cd;
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 245 cd <QCBOR_base_folder> 254 cd <QCBOR_base_folder>
|
| /optee_os/core/drivers/ |
| H A D | gic.c | 1159 static TEE_Result gic_probe(const void *fdt, int offs, const void *cd __unused) in gic_probe()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 121 mkdir /path/to/build_dir && cd /path/to/build_dir
|