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

  /external/ImageMagick/MagickCore/
random_.h 45 *GetRandomKey(RandomInfo *,const size_t);
random.c 230 key=GetRandomKey(random_info,sizeof(random_info->secret_key));
714 % GetRandomKey() gets a random key from the reservoir.
716 % The format of the GetRandomKey method is:
718 % StringInfo *GetRandomKey(RandomInfo *random_info,const size_t length)
727 MagickExport StringInfo *GetRandomKey(RandomInfo *random_info,
    [all...]
utility.c     [all...]
resource.c 524 key=GetRandomKey(random_info,6);
546 key=GetRandomKey(random_info,12);
    [all...]
methods.h     [all...]
distribute-cache.c 821 secret=GetRandomKey(random_info,DPCSessionKeyLength);
    [all...]

Completed in 599 milliseconds