Searched refs:nchex (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 2727 char nchex[9]; in PublisherAuth() local 2763 sprintf(nchex, "%08x", nc); in PublisherAuth() 2804 MD5_Update(&md5ctx, nchex, sizeof(nchex)-1); in PublisherAuth() 2813 hash1, nonce.av_val, nchex, cnonce, qop, hash2); in PublisherAuth() 2820 …sizeof(authmod)-1 + user.av_len + nonce.av_len + sizeof(cnonce)-1 + sizeof(nchex)-1 + HEXHASH_LEN); in PublisherAuth() 2823 nonce.av_val, cnonce, nchex, hash3); in PublisherAuth()
|