Searched refs:hash (Results 1 – 2 of 2) sorted by relevance
111 static uint64_t sdbm_hash64_sram(uint64_t hash) { in sdbm_hash64_sram() argument115 hash = (uint64_t) c + (hash << 6) + (hash << 16) - hash; in sdbm_hash64_sram()117 return hash; in sdbm_hash64_sram()
215 # 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}> $…