Searched refs:nonce_attr (Results 1 – 1 of 1) sorted by relevance
152 let mut nonce_attr = Nonce::new(ATTR_NONCE, String::new()); in authenticate_request() localVariable164 if let Err(err) = nonce_attr.get_from(m) { in authenticate_request()173 let to_be_deleted = if let Some(nonce_creation_time) = nonces.get(&nonce_attr.text) { in authenticate_request()183 nonces.remove(&nonce_attr.text); in authenticate_request()