Home
last modified time | relevance | path

Searched refs:pub_key_string (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/report/
Dencrypt.py36 if Variables.report_vars.pub_key_string:
37 return Variables.report_vars.pub_key_string
71 if not Variables.report_vars.pub_key_string:
74 Variables.report_vars.pub_key_string = key_content.read()
76 if isinstance(Variables.report_vars.pub_key_string, str):
77 Variables.report_vars.pub_key_string =\
78 bytes(Variables.report_vars.pub_key_string, "utf-8")
81 Variables.report_vars.pub_key_string)
/test/testfwk/xdevice/src/xdevice/
Dvariables.py44 pub_key_string = "" variable in ReportVariables