Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Ddigestauth.c408 char timestamphex[sizeof(timestamp) * 2 + 1]; in calculate_nonce() local
427 cvthex (timestamp, 4, timestamphex); in calculate_nonce()
428 strncat (nonce, timestamphex, 8); in calculate_nonce()