HomeSort by relevance Sort by last modified time
    Searched defs:ctr_drbg (Results 1 - 4 of 4) sorted by null

  /external/tlsdate/src/events/
kickoff_time_sync.c 12 #include <polarssl/ctr_drbg.h>
28 static ctr_drbg_context ctr_drbg; variable
42 if (0 > ctr_drbg_init(&ctr_drbg, entropy_func, &entropy,
49 if (0 != ctr_drbg_random(&ctr_drbg, (unsigned char *)&n, sizeof(n)))
  /external/tlsdate/src/
tlsdate-helper-plan9.c 94 #include "polarssl/ctr_drbg.h"
830 ctr_drbg_context ctr_drbg; local
867 if (0 != ctr_drbg_init (&ctr_drbg, entropy_func, &entropy,
870 die("Failed to initialize CTR_DRBG\n");
878 ssl_set_rng (&ssl, ctr_drbg_random, &ctr_drbg);
    [all...]
tlsdate-helper.c 95 #include "polarssl/ctr_drbg.h"
970 ctr_drbg_context ctr_drbg; local
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);
    [all...]
  /external/curl/lib/
urldata.h 101 #include <mbedtls/ctr_drbg.h>
111 #include <polarssl/ctr_drbg.h>
288 mbedtls_ctr_drbg_context ctr_drbg; member in struct:ssl_connect_data
299 ctr_drbg_context ctr_drbg; member in struct:ssl_connect_data
    [all...]

Completed in 216 milliseconds