Lines Matching defs:parent
283 /* two results per child, two for the parent */
290 int pindex; /* process index (0: parent, 1,2,3...: children)*/
293 char name[10]; /* 'parent' resp. 'child 1', 'child 2', ... */
334 * the parent process.
355 /* I'm the parent; close the write end */
387 /* check whether all three DRBGs reseed and send output to parent */
439 /* collect the random output of the parent */
446 strcpy(result[0].name, "parent");
447 strcpy(result[1].name, "parent");
580 || !TEST_ptr_eq(prov_rand(public)->parent, prov_rand(primary))
581 || !TEST_ptr_eq(prov_rand(private)->parent, prov_rand(primary)))
788 static EVP_RAND_CTX *new_drbg(EVP_RAND_CTX *parent)
799 || !TEST_ptr(drbg = EVP_RAND_CTX_new(rand, parent))