Searched defs:crngt (Results 1 – 2 of 2) sorted by relevance
83 static int lock_parent(CRNG_TEST *crngt) in lock_parent()96 static void unlock_parent(CRNG_TEST *crngt) in unlock_parent()107 static int RCT_test(CRNG_TEST *crngt, uint8_t next) in RCT_test()132 static int APT_test(CRNG_TEST *crngt, uint8_t next) in APT_test()161 static int crng_test(CRNG_TEST *crngt, const unsigned char *buf, size_t n) in crng_test()190 CRNG_TEST *crngt = OPENSSL_zalloc(sizeof(*crngt)); in crng_test_new() local223 CRNG_TEST *crngt = (CRNG_TEST *)vcrngt; in crng_test_free() local237 CRNG_TEST *crngt = (CRNG_TEST *)vcrngt; in crng_test_instantiate() local246 CRNG_TEST *crngt = (CRNG_TEST *)vcrngt; in crng_test_uninstantiate() local257 CRNG_TEST *crngt = (CRNG_TEST *)vcrngt; in crng_test_generate() local[all …]
112 EVP_RAND_CTX *crngt = NULL, *parent = NULL; in fips_health_test_one() local