Lines Matching defs:hex
53 static char hex[]; /* forward */
76 * The secret key is passed and returned in hex notation.
77 * Its length must be a multiple of 16 hex digits (64 bits).
117 * The secret key is passed and returned in hex notation.
118 * Once again, the length is a multiple of 16 hex digits
195 * Binary to hex conversion
208 hexnum[i*2] = hex[val >> 4];
209 hexnum[i*2+1] = hex[val & 0xf];
215 static char hex[16] = {
239 * The secret key is passed in hex notation.
241 * secret key (NUL term, hex notation).
243 * Its length must be a multiple of 16 hex digits (64 bits).
298 /* convert md5 binary digest to hex */
301 /* append the hex md5 string to the end of the key */
355 * The secret key is passed and returned in hex notation.
356 * Once again, the length is a multiple of 16 hex digits.
429 /* convert md5 binary digest to hex */