HomeSort by relevance Sort by last modified time
    Searched refs:alg_type (Results 1 - 3 of 3) sorted by null

  /external/tpm2/generator/
tpm_table.py 176 alg_type = m.groups()[0][1:-1].strip()
177 if not alg_type.startswith('!'):
178 self._alg_type = alg_type
416 A table of alg_type (Table 9 of part 2) entries matching the passed in
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
    [all...]
  /external/autotest/client/site_tests/kernel_CryptoAPI/
kernel_CryptoAPI.py 43 def __init__(self, alg_family, alg_type, alg_name, alg_feat=0, alg_mask=0):
44 super(sockaddr_alg, self).__init__(alg_family, alg_type, alg_feat,
  /external/avb/
avbtool 369 def lookup_algorithm_by_type(alg_type):
373 alg_type: The integer representing the type.
383 if alg_data.algorithm_type == alg_type:
385 raise AvbError('Unknown algorithm type {}'.format(alg_type))
    [all...]

Completed in 1507 milliseconds