Home | History | Annotate | Download | only in src

Lines Matching refs:ctr_drbg

95 #include "polarssl/ctr_drbg.h"
970 ctr_drbg_context ctr_drbg;
1007 if (0 != ctr_drbg_init (&ctr_drbg, entropy_func, &entropy,
1010 die("Failed to initialize CTR_DRBG");
1018 ssl_set_rng (&ssl, ctr_drbg_random, &ctr_drbg);