Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dsha512.c210 #define SHA512_BLOCK_SIZE 128 macro
392 len >= SHA512_BLOCK_SIZE; in mbedtls_internal_sha512_process_many_a64_crypto()
393 processed += SHA512_BLOCK_SIZE, in mbedtls_internal_sha512_process_many_a64_crypto()
394 msg += SHA512_BLOCK_SIZE, in mbedtls_internal_sha512_process_many_a64_crypto()
395 len -= SHA512_BLOCK_SIZE) { in mbedtls_internal_sha512_process_many_a64_crypto()
567 const unsigned char data[SHA512_BLOCK_SIZE]) in mbedtls_internal_sha512_process_a64_crypto() argument
570 SHA512_BLOCK_SIZE) == in mbedtls_internal_sha512_process_a64_crypto()
571 SHA512_BLOCK_SIZE) ? 0 : -1; in mbedtls_internal_sha512_process_a64_crypto()
602 const unsigned char data[SHA512_BLOCK_SIZE]) in mbedtls_internal_sha512_process_c() argument
703 while (len >= SHA512_BLOCK_SIZE) { in mbedtls_internal_sha512_process_many_c()
[all …]