Searched refs:alg_type (Results 1 – 2 of 2) sorted by relevance
/external/tpm2/generator/ |
D | tpm_table.py | 176 alg_type = m.groups()[0][1:-1].strip() 177 if not alg_type.startswith('!'): 178 self._alg_type = alg_type 420 for alg_type in alg_type_str.split('.'): 421 if re.match('^[A-Z]+$', alg_type): 427 if row[1] == alg_type: 432 elif re.match('^[a-z]+$', alg_type): 436 for char in alg_type.upper(): 600 alg_type = m.groups()[0] 602 alg_entries = self._PickAlgEntries(alg_type)
|
/external/autotest/client/site_tests/kernel_CryptoAPI/ |
D | kernel_CryptoAPI.py | 43 def __init__(self, alg_family, alg_type, alg_name, alg_feat=0, alg_mask=0): argument 44 super(sockaddr_alg, self).__init__(alg_family, alg_type, alg_feat,
|