Home
last modified time | relevance | path

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

/external/tpm2/generator/
Dtpm_table.py176 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/
Dkernel_CryptoAPI.py43 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,
/external/avb/
Davbtool418 def lookup_algorithm_by_type(alg_type): argument
432 if alg_data.algorithm_type == alg_type:
434 raise AvbError('Unknown algorithm type {}'.format(alg_type))