Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py22 class Expr: class
79 Exprable = Union[str, int, Expr]
82 def as_expr(thing: Exprable) -> Expr:
89 if isinstance(thing, Expr):
92 return Expr(thing)
126 *args: Union[int, Expr] argument
138 *[arg.value() if isinstance(arg, Expr) else arg
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_psa_tests.py420 self.expected_usage = psa_storage.Expr(' | '.join(expected_usage))
422 self.expected_usage = psa_storage.Expr(0)
446 key_type: psa_storage.Expr, bits: int, argument
447 alg: psa_storage.Expr argument