Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_sha256/
Dsha256.c18 #define SHA256_BLOCK_SIZE_BYTES 64 macro
112 …size_t bytes_left = ((state->total_data_size + (SHA256_BLOCK_SIZE_BYTES - 1)) & ~(SHA256_BLOCK_SIZ… in update_internal()
151 …>total_data_size + SHA256_PADDING_DATA_BYTES + (SHA256_BLOCK_SIZE_BYTES - 1)) & ~(SHA256_BLOCK_SIZ… in write_padding()