Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttpauth.c143 uint32_t cnonce_buf[2]; in make_digest_auth() local
157 cnonce_buf[i] = av_get_random_seed(); in make_digest_auth()
158 ff_data_to_hex(cnonce, (const uint8_t*) cnonce_buf, sizeof(cnonce_buf), 1); in make_digest_auth()
159 cnonce[2*sizeof(cnonce_buf)] = 0; in make_digest_auth()