Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dsha256.c223 #define SHA256_BLOCK_SIZE 64 macro
338 len >= SHA256_BLOCK_SIZE; in mbedtls_internal_sha256_process_many_a64_crypto()
339 processed += SHA256_BLOCK_SIZE, in mbedtls_internal_sha256_process_many_a64_crypto()
340 msg += SHA256_BLOCK_SIZE, in mbedtls_internal_sha256_process_many_a64_crypto()
341 len -= SHA256_BLOCK_SIZE) { in mbedtls_internal_sha256_process_many_a64_crypto()
432 const unsigned char data[SHA256_BLOCK_SIZE]) in mbedtls_internal_sha256_process_a64_crypto() argument
435 SHA256_BLOCK_SIZE) == in mbedtls_internal_sha256_process_a64_crypto()
436 SHA256_BLOCK_SIZE) ? 0 : -1; in mbedtls_internal_sha256_process_a64_crypto()
493 const unsigned char data[SHA256_BLOCK_SIZE]) in mbedtls_internal_sha256_process_c() argument
587 while (len >= SHA256_BLOCK_SIZE) { in mbedtls_internal_sha256_process_many_c()
[all …]