Lines Matching refs:primary
78 the <primary>, <public>, and <private> DRBG.
79 While the <primary> DRBG is a single global instance, the <public> and <private>
85 =head2 The <primary> DRBG instance
87 The <primary> DRBG is not used directly by the application, only for reseeding
103 The <primary> DRBG is intended to be accessed concurrently for reseeding
105 It is I<not> thread-safe to access the <primary> DRBG directly via the
121 thread. Using the <primary> DRBG as entropy source for multiple DRBG
123 will lock the <primary> DRBG automatically for obtaining random input.
135 RAND_add() ==> <primary> <-| shared DRBG (with locking) |
207 (or L<RAND_seed(3)>), then this will immediately reseed the <primary> DRBG.
209 call and reseed, pulling randomness from <primary>.
227 for automatically seeding and reseeding its <primary> DRBG. In some cases
233 The following two sections describe the reseeding process of the primary
237 =head2 Reseeding the primary DRBG with automatic seeding enabled
276 =head2 Reseeding the primary DRBG with automatic seeding disabled