Lines Matching refs:parent
330 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent)
347 if (parent != NULL) {
348 if (!evp_rand_ctx_up_ref(parent)) {
354 parent_ctx = parent->algctx;
355 parent_dispatch = parent->meth->dispatch;
364 EVP_RAND_CTX_free(parent);
368 ctx->parent = parent;
376 EVP_RAND_CTX *parent;
384 parent = ctx->parent;
390 EVP_RAND_CTX_free(parent);