Lines Matching full:timestamp
386 * H(timestamp ":" method ":" random ":" uri ":" realm) + Hex(timestamp)
406 unsigned char timestamp[4];
408 char timestamphex[sizeof(timestamp) * 2 + 1];
411 timestamp[0] = (nonce_time & 0xff000000) >> 0x18;
412 timestamp[1] = (nonce_time & 0x00ff0000) >> 0x10;
413 timestamp[2] = (nonce_time & 0x0000ff00) >> 0x08;
414 timestamp[3] = (nonce_time & 0x000000ff);
415 MD5Update (&md5, timestamp, 4);
427 cvthex (timestamp, 4, timestamphex);
655 /* 8 = 4 hexadecimal numbers for the timestamp */
659 * First level vetting for the nonce validity: if the timestamp
708 * if the timestamp attached to the nonce is valid