Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/handshake/
H A Ddefine.rs27 pub const RTMP_DIGEST_LENGTH: usize = 32; constant
H A Ddigest.rs105 let digest_data = new_reader.read_bytes(define::RTMP_DIGEST_LENGTH)?; in cook_raw_message()
115 if result.len() != define::RTMP_DIGEST_LENGTH { in make_digest()