Searched refs:SHA512_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
210 #define SHA512_BLOCK_SIZE 128 macro392 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() argument570 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() argument703 while (len >= SHA512_BLOCK_SIZE) { in mbedtls_internal_sha512_process_many_c()[all …]
100 #define SHA512_BLOCK_SIZE U(128) macro508 c->block_size = SHA512_BLOCK_SIZE; in stm32_hash_alloc()