Searched refs:generate_crypto_random_string (Results 1 – 2 of 2) sorted by relevance
14 pub fn generate_crypto_random_string(n: usize, runes: &[u8]) -> String { in generate_crypto_random_string() function34 generate_crypto_random_string(32, RUNES_CANDIDATE_ID_FOUNDATION) in generate_cand_id()41 generate_crypto_random_string(LEN_PWD, RUNES_ALPHA) in generate_pwd()47 generate_crypto_random_string(LEN_UFRAG, RUNES_ALPHA) in generate_ufrag()
18 use ice::rand::generate_crypto_random_string;140 let id = generate_crypto_random_string( in new()