Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl69 set password_regex ""
84 global password_regex
95 set password_regex [join $hidden_text |]
113 global password_regex
116 if { $password_regex == "" } { return $buffer }
118 regsub -all "${password_regex}" $buffer {********} buffer
H A Dgen_print.py1911 password_regex = "" variable
1927 global password_regex
1938 password_regex = (
1952 global password_regex
1957 if password_regex == "":
1961 return re.sub(password_regex, "********", buffer)
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py1096 password_regex = (
1099 mask_dict[k] = re.sub(password_regex, "********", v)