Searched refs:cupsHashData (Results 1 – 4 of 4) sorted by relevance
43 cupsHashData(const char *algorithm, /* I - Algorithm name */ in cupsHashData() function
242 cupsHashData
603 extern ssize_t cupsHashData(const char *algorithm, const void *data, size_t datalen, unsigned char…
113 if ((hashlen = cupsHashData(keyword, password, strlen(password), hash, sizeof(hash))) > 0) in _cupsConvertOptions()