Home
last modified time | relevance | path

Searched refs:gh (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Dsha512.c387 uint64x2_t gh = vld1q_u64(&ctx->state[6]); in mbedtls_internal_sha512_process_many_a64_crypto() local
401 uint64x2_t gh_orig = gh; in mbedtls_internal_sha512_process_many_a64_crypto()
425 sum = vaddq_u64(vextq_u64(initial_sum, initial_sum, 1), gh); 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()
434 ef = vsha512h2q_u64(intermed, ab, gh); 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()
442 gh = vaddq_u64(gh, intermed); in mbedtls_internal_sha512_process_many_a64_crypto()
447 intermed = vsha512hq_u64(sum, vextq_u64(gh, ab, 1), vextq_u64(ef, gh, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
[all …]
Daesni.c186 __m128i gh = _mm_slli_epi64(dx, 57); // d<<57:stuff in gcm_mix() local
187 __m128i hh = _mm_srli_si128(_mm_xor_si128(_mm_xor_si128(eh, fh), gh), 8); // 0:missing bits of d in gcm_mix()