bdk: se: support multiple/partial blocks for RNG

This commit is contained in:
CTCaer
2026-01-06 23:02:33 +02:00
parent 73f7d53572
commit afa9715cf4
2 changed files with 31 additions and 7 deletions

View File

@@ -50,6 +50,6 @@ int se_sha_hash_256_partial_end(void *hash, u64 total_size, const void *src, u3
int se_sha_hash_256_finalize(void *hash);
int se_aes_hash_cmac(u32 ks, void *hash, const void *src, u32 size);
/*! Random Functions */
int se_gen_prng128(void *dst);
int se_rng_pseudo(void *dst, u32 size);
#endif