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

  /system/iot/attestation/at-factory-tool/
atftman.py 682 algorithm = self._ChooseAlgorithm(algorithm_list)
877 def _ChooseAlgorithm(self, algorithm_list):
    [all...]
atftman_unittest.py 585 # Test AtftManager._ChooseAlgorithm
591 algorithm = atft_manager._ChooseAlgorithm([p256, curve])
598 algorithm = atft_manager._ChooseAlgorithm([p256])
605 algorithm = atft_manager._ChooseAlgorithm([curve])
612 atft_manager._ChooseAlgorithm([])
618 atft_manager._ChooseAlgorithm(['abcd'])
    [all...]

Completed in 68 milliseconds