Searched refs:SHA256_BLOCK_SIZE (Results 1 – 2 of 2) 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 …]
96 #define SHA256_BLOCK_SIZE U(64) macro492 c->block_size = SHA256_BLOCK_SIZE; in stm32_hash_alloc()