595.45.04

This commit is contained in:
Andy Ritger
2026-03-05 09:01:55 -08:00
parent 2ccbad25e1
commit df1c9a3de2
1210 changed files with 436450 additions and 437093 deletions

View File

@@ -29,9 +29,3 @@ bool libspdm_random_bytes(uint8_t *output, size_t size)
get_random_bytes(output, size);
return true;
}
// This is specifically allowed by spdm
bool libspdm_random_seed(const uint8_t *seed, size_t seed_size)
{
return true;
}