Searched refs:tpm_str (Results 1 – 1 of 1) sorted by relevance
72 def get_bytes(tpm_str, start, length): argument73 return tpm_str[(start * 2):(start * 2 + length * 2)]