HomeSort by relevance Sort by last modified time
    Searched refs:GetRandomKey (Results 1 - 7 of 7) sorted by null

  /external/ImageMagick/MagickCore/
random_.h 45 *GetRandomKey(RandomInfo *,const size_t);
random.c 229 key=GetRandomKey(random_info,sizeof(random_info->secret_key));
709 % GetRandomKey() gets a random key from the reservoir.
711 % The format of the GetRandomKey method is:
713 % StringInfo *GetRandomKey(RandomInfo *random_info,const size_t length)
722 MagickExport StringInfo *GetRandomKey(RandomInfo *random_info,
    [all...]
utility.c     [all...]
resource.c 577 key=GetRandomKey(random_info,6);
599 key=GetRandomKey(random_info,strlen(MagickPathTemplate));
    [all...]
methods.h     [all...]
distribute-cache.c 820 secret=GetRandomKey(random_info,DPCSessionKeyLength);
    [all...]
  /external/ImageMagick/coders/
psd.c 539 key_info=GetRandomKey(random_info,2+1);
    [all...]

Completed in 81 milliseconds