Searched defs:hex (Results 1 – 2 of 2) sorted by relevance
20 def generate_random_password(security_mode=None, length=None, hex=None): argument
709 let hex = ParsableBytes::from_str("beef1234"); in test_hex_parser_succeeds() localVariable711 let hex = hex.unwrap().unwrap(); in test_hex_parser_succeeds() localVariable718 let hex = ParsableBytes::from_str("0xabcd"); in test_hex_parser_prefix_succeeds() localVariable720 let hex = hex.unwrap().unwrap(); in test_hex_parser_prefix_succeeds() localVariable727 let hex = ParsableBytes::from_str(""); in test_hex_parser_empty_str_succeeds() localVariable729 let hex = hex.unwrap().unwrap(); in test_hex_parser_empty_str_succeeds() localVariable