Searched refs:rand_hex_str (Results 1 – 3 of 3) sorted by relevance
210 ref_2g_passphrase = utils.rand_hex_str(passphrase_length_2g)215 ref_2g_passphrase = utils.rand_hex_str(passphrase_length_2g)218 ref_5g_passphrase = utils.rand_hex_str(passphrase_length_5g)
26 from acts.utils import rand_hex_str85 password = str(rand_hex_str(92 password = str(rand_hex_str(10)).lower()94 password = str(rand_hex_str(26)).lower()
338 def rand_hex_str(length): function