Home
last modified time | relevance | path

Searched refs:to64 (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c440 static void to64(char *s, unsigned long v, int n) in to64() function
583 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p, l, 4); p += 4; in apr_md5_encode()
584 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p, l, 4); p += 4; in apr_md5_encode()
585 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p, l, 4); p += 4; in apr_md5_encode()
586 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p, l, 4); p += 4; in apr_md5_encode()
587 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p, l, 4); p += 4; in apr_md5_encode()
588 l = final[11] ; to64(p, l, 2); p += 2; in apr_md5_encode()