Searched refs:nbytes (Results 1 – 1 of 1) sorted by relevance
451 static void apr_md5_encode(const char *pw, const char *salt, char *result, size_t nbytes) { in apr_md5_encode() argument599 apr_cpystrn(result, passwd, nbytes - 1); in apr_md5_encode()