Searched refs:vsha512h2q_u64 (Results 1 – 1 of 1) sorted by relevance
/mbedtls-3.4.0/library/ |
D | sha512.c | 325 static inline uint64x2_t vsha512h2q_u64(uint64x2_t x, uint64x2_t y, uint64x2_t z) in vsha512h2q_u64() function 379 gh = vsha512h2q_u64( intermed, cd, ab ); in mbedtls_internal_sha512_process_many_a64_crypto() 386 ef = vsha512h2q_u64( intermed, ab, gh ); in mbedtls_internal_sha512_process_many_a64_crypto() 393 cd = vsha512h2q_u64( intermed, gh, ef ); in mbedtls_internal_sha512_process_many_a64_crypto() 400 ab = vsha512h2q_u64( intermed, ef, cd ); in mbedtls_internal_sha512_process_many_a64_crypto() 407 gh = vsha512h2q_u64( intermed, cd, ab ); in mbedtls_internal_sha512_process_many_a64_crypto() 414 ef = vsha512h2q_u64( intermed, ab, gh ); in mbedtls_internal_sha512_process_many_a64_crypto() 421 cd = vsha512h2q_u64( intermed, gh, ef ); in mbedtls_internal_sha512_process_many_a64_crypto() 428 ab = vsha512h2q_u64( intermed, ef, cd ); in mbedtls_internal_sha512_process_many_a64_crypto() 438 gh = vsha512h2q_u64( intermed, cd, ab ); in mbedtls_internal_sha512_process_many_a64_crypto() [all …]
|