Home
last modified time | relevance | path

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

/xen/stubdom/vtpmmgr/
A Dinit.c469 entropy_init(&vtpm_globals.entropy); in vtpmmgr_init()
470 entropy_add_source(&vtpm_globals.entropy, tpm_entropy_source, NULL, 0); in vtpmmgr_init()
471 entropy_gather(&vtpm_globals.entropy); in vtpmmgr_init()
472 ctr_drbg_init(&vtpm_globals.ctr_drbg, entropy_func, &vtpm_globals.entropy, NULL, 0); in vtpmmgr_init()
734 entropy_init(&vtpm_globals.entropy); in vtpmmgr2_init()
735 entropy_add_source(&vtpm_globals.entropy, tpm2_entropy_source, NULL, 0); in vtpmmgr2_init()
736 entropy_gather(&vtpm_globals.entropy); in vtpmmgr2_init()
737 ctr_drbg_init(&vtpm_globals.ctr_drbg, entropy_func, &vtpm_globals.entropy, NULL, 0); in vtpmmgr2_init()
A Dvtpmmgr.h71 entropy_context entropy; member
/xen/stubdom/
A Dpolarssl.patch7 * Uncomment this macro to prevent loading of default entropy functions.
17 * Uncomment this macro to disable the built-in platform entropy functions.
/xen/stubdom/vtpm/
A Dvtpm.c54 entropy_context entropy; variable
112 entropy_init(&entropy); in init_random()
113 entropy_add_source(&entropy, tpm_entropy_source, NULL, 0); in init_random()
114 entropy_gather(&entropy); in init_random()
115 ctr_drbg_init(&ctr_drbg, entropy_func, &entropy, NULL, 0); in init_random()

Completed in 6 milliseconds