Searched refs:vsha512h2q_u64 (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
H A D | sha512.c | 374 static inline uint64x2_t vsha512h2q_u64(uint64x2_t x, uint64x2_t y, uint64x2_t z) in vsha512h2q_u64() function 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() 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() 455 gh = vsha512h2q_u64(intermed, cd, ab); in mbedtls_internal_sha512_process_many_a64_crypto() 462 ef = vsha512h2q_u64(intermed, ab, gh); in mbedtls_internal_sha512_process_many_a64_crypto() 469 cd = vsha512h2q_u64(intermed, gh, ef); in mbedtls_internal_sha512_process_many_a64_crypto() 476 ab = vsha512h2q_u64(intermed, ef, cd); in mbedtls_internal_sha512_process_many_a64_crypto() 485 gh = vsha512h2q_u64(interme in mbedtls_internal_sha512_process_many_a64_crypto() [all...] |
Completed in 2 milliseconds