Home
last modified time | relevance | path

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

/xen/stubdom/vtpmmgr/
A Dvtpmmgr.h72 ctr_drbg_context ctr_drbg; member
105 return ctr_drbg_random(&vtpm_globals.ctr_drbg, bytes, num_bytes) == 0 ? 0 : TPM_FAIL; in vtpmmgr_rand()
A Dinit.c472 ctr_drbg_init(&vtpm_globals.ctr_drbg, entropy_func, &vtpm_globals.entropy, NULL, 0); in vtpmmgr_init()
473 ctr_drbg_set_prediction_resistance( &vtpm_globals.ctr_drbg, CTR_DRBG_PR_OFF ); in vtpmmgr_init()
737 ctr_drbg_init(&vtpm_globals.ctr_drbg, entropy_func, &vtpm_globals.entropy, NULL, 0); in vtpmmgr2_init()
738 ctr_drbg_set_prediction_resistance( &vtpm_globals.ctr_drbg, CTR_DRBG_PR_OFF ); in vtpmmgr2_init()
A Ddisk_crypto.c18 int rc = ctr_drbg_random(&vtpm_globals.ctr_drbg, buf, size); in do_random()
A Dtpm.c385 ctr_drbg_random, &vtpm_globals.ctr_drbg, in TPM_TakeOwnership()
394 ctr_drbg_random, &vtpm_globals.ctr_drbg, in TPM_TakeOwnership()
/xen/stubdom/vtpm/
A Dvtpm.c55 ctr_drbg_context ctr_drbg; variable
61 ctr_drbg_random(&ctr_drbg, buf, nbytes); in vtpm_get_extern_random_bytes()
115 ctr_drbg_init(&ctr_drbg, entropy_func, &entropy, NULL, 0); in init_random()
116 ctr_drbg_set_prediction_resistance( &ctr_drbg, CTR_DRBG_PR_OFF ); in init_random()

Completed in 10 milliseconds