Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c2534 #define HEXHASH_LEN (2*MD5_DIGEST_LENGTH) in PublisherAuth() macro
2710 char hash1[HEXHASH_LEN+1], hash2[HEXHASH_LEN+1], hash3[HEXHASH_LEN+1]; in PublisherAuth()
2800 MD5_Update(&md5ctx, hash1, HEXHASH_LEN); in PublisherAuth()
2810 MD5_Update(&md5ctx, hash2, HEXHASH_LEN); in PublisherAuth()
2820 …sizeof(authmod)-1 + user.av_len + nonce.av_len + sizeof(cnonce)-1 + sizeof(nchex)-1 + HEXHASH_LEN); in PublisherAuth()