Home
last modified time | relevance | path

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

/webrtc/turn/src/server/
H A Drequest.rs236 let nonce = build_nonce()?; in respond_with_nonce()
818 pub(crate) fn build_nonce() -> Result<String> { in build_nonce() function