Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:shared_secret

185     *shared_secret;
207 shared_secret=GetPolicyValue("shared-secret");
208 if (shared_secret == (char *) NULL)
210 shared_secret=DestroyString(shared_secret);
215 shared_secret=DestroyString(shared_secret);
776 *shared_secret;
813 shared_secret=GetPolicyValue("shared-secret");
814 if (shared_secret == (char *) NULL)
817 (void) CopyMagickString((char *) p,shared_secret,MagickPathExtent);
818 p+=strlen(shared_secret);
819 shared_secret=DestroyString(shared_secret);