Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c111 static uint64_t sdbm_hash64_sram(uint64_t hash) { in sdbm_hash64_sram() argument
115 hash = (uint64_t) c + (hash << 6) + (hash << 16) - hash; in sdbm_hash64_sram()
117 return hash; in sdbm_hash64_sram()
/hal_rpi_pico-latest/tools/
DCMakeLists.txt215 # Output the public key hash and other necessary rows to an otp JSON file.
454 list(APPEND picotool_args "--hash")
516 …COMMAND picotool encrypt --quiet --hash --sign $<TARGET_FILE:${TARGET}> $<TARGET_FILE:${TARGET}> $…