Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttpauth.c122 static void update_md5_strings(struct AVMD5 *md5ctx, ...) in update_md5_strings() function
166 update_md5_strings(md5ctx, username, ":", state->realm, ":", password, NULL); in make_digest_auth()
174 update_md5_strings(md5ctx, A1hash, ":", digest->nonce, ":", cnonce, NULL); in make_digest_auth()
185 update_md5_strings(md5ctx, method, ":", uri, NULL); in make_digest_auth()
191 update_md5_strings(md5ctx, A1hash, ":", digest->nonce, NULL); in make_digest_auth()
193 update_md5_strings(md5ctx, ":", nc, ":", cnonce, ":", digest->qop, NULL); in make_digest_auth()
195 update_md5_strings(md5ctx, ":", A2hash, NULL); in make_digest_auth()