Searched refs:entropy (Results 1 – 4 of 4) sorted by relevance
/xen/stubdom/vtpmmgr/ |
A D | init.c | 469 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 D | vtpmmgr.h | 71 entropy_context entropy; member
|
/xen/stubdom/ |
A D | polarssl.patch | 7 * 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 D | vtpm.c | 54 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