Searched refs:cd (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/library/ |
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 …]
|
/mbedtls-latest/tests/docker/bionic/ |
D | Dockerfile | 62 RUN cd /tmp \ 64 && cd openssl-1.0.1j \ 72 RUN cd /tmp \ 74 && cd openssl-1.0.2g \ 83 RUN cd /tmp \ 85 && cd openssl-1.1.1a \ 93 RUN cd /tmp \ 95 && cd nettle-2.7.1 \ 103 RUN cd /tmp \ 105 && cd gnutls-3.3.8 \ [all …]
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-integration-guide.md | 26 cd /path/to/mbedtls 33 cd /path/to/application
|
/mbedtls-latest/programs/fuzz/ |
D | README.md | 18 cd oss-fuzz 31 cd build
|
/mbedtls-latest/tests/suites/ |
D | test_suite_debug.data | 63 … fe 41 5e 17 a6 da 6c 5b\nMyFile(0999)\: 69 cc 02 ba 14 2c 16 24 9c 4a dc cd d0 f7 52 67\nMyFile(…
|
/mbedtls-latest/ |
D | README.md | 121 mkdir /path/to/build_dir && cd /path/to/build_dir
|