Home
last modified time | relevance | path

Searched refs:supported_representations (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
Dbignum_mod_raw.py208 for rep in bignum_common.ModulusRepresentation.supported_representations():
Dbignum_common.py265 def supported_representations(cls) -> List['ModulusRepresentation']: member in ModulusRepresentation