Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c327 const uint32_t *rsaKey, *osSigHash, *osSigPubkey, *ourHash, *rsaResult, *expectedHash = NULL; in blVerifyOsImage() local
402 ourHash = sha2finish(&sha); in blVerifyOsImage()
405 if (memcmp(expectedHash, ourHash, SHA2_HASH_SIZE) != 0) { in blVerifyOsImage()