Searched refs:hexin (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2487 static int htoi(unsigned char *hexin, unsigned int *res) argument
2490 inlen = strlen((char *) hexin);
2494 switch (hexin[lup]) {
2505 *res = (*res << 4) + (hexin[lup] - '0');
2514 *res = (*res << 4) + (hexin[lup] - 'a' + 10);
2523 *res = (*res << 4) + (hexin[lup] - 'A' + 10);

Completed in 32 milliseconds