Searched refs:SHA256_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
223 #define SHA256_BLOCK_SIZE 64 macro338 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() argument435 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() argument587 while (len >= SHA256_BLOCK_SIZE) { in mbedtls_internal_sha256_process_many_c()[all …]