Searched defs:suffix (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ | ||
D | bignum_mod.py | 61 suffix = True variable in BignumModInvNonMont |
D | bignum_mod_raw.py | 98 suffix = True variable in BignumModRawInvPrime |
D | bignum_common.py | 127 suffix = False # for arity = 1, symbol can be prefix (default) or suffix variable in OperationCommon |
D | bignum_core.py | 892 suffix = True variable in BignumCoreZeroCheckCT |
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ | ||
D | depends.py | 89 def log_line(text, prefix='depends.py:', suffix='', color=None): argument |