Searched refs:hashstr1 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 1649 char hashstr1[33], hashstr2[33]; in do_llnw_auth() local 1668 ff_data_to_hex(hashstr1, hash, 16, 1); in do_llnw_auth() 1680 av_md5_update(md5, hashstr1, strlen(hashstr1)); in do_llnw_auth() 1693 ff_data_to_hex(hashstr1, hash, 16, 1); in do_llnw_auth() 1697 "llnw", user, nonce, cnonce, nc, hashstr1); in do_llnw_auth()
|
Completed in 5 milliseconds