Lines Matching refs:tmp

338         uint32x4_t tmp, abcd_prev;  in mbedtls_internal_sha256_process_many_a64_crypto()  local
357 tmp = vaddq_u32(sched0, vld1q_u32(&K[0])); in mbedtls_internal_sha256_process_many_a64_crypto()
359 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
360 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
363 tmp = vaddq_u32(sched1, vld1q_u32(&K[4])); in mbedtls_internal_sha256_process_many_a64_crypto()
365 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
366 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
369 tmp = vaddq_u32(sched2, vld1q_u32(&K[8])); in mbedtls_internal_sha256_process_many_a64_crypto()
371 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
372 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
375 tmp = vaddq_u32(sched3, vld1q_u32(&K[12])); in mbedtls_internal_sha256_process_many_a64_crypto()
377 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
378 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
383 tmp = vaddq_u32(sched0, vld1q_u32(&K[t])); in mbedtls_internal_sha256_process_many_a64_crypto()
385 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
386 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
390 tmp = vaddq_u32(sched1, vld1q_u32(&K[t + 4])); in mbedtls_internal_sha256_process_many_a64_crypto()
392 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
393 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
397 tmp = vaddq_u32(sched2, vld1q_u32(&K[t + 8])); in mbedtls_internal_sha256_process_many_a64_crypto()
399 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
400 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
404 tmp = vaddq_u32(sched3, vld1q_u32(&K[t + 12])); in mbedtls_internal_sha256_process_many_a64_crypto()
406 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
407 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()