/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | bignum_mod.py | 61 suffix = True variable in BignumModInvNonMont 78 suffix = True variable in BignumModInvMont
|
D | macro_collector.py | 242 suffix = name[len(prefix):] 243 if suffix in ['DSA', 'ECDSA']: 245 elif suffix == 'RSA_PSS': 246 suffix += '_STANDARD_SALT' 247 return prefix + midfix + suffix
|
D | c_wrapper_generator.py | 21 def c_declare(prefix: str, name: str, suffix: str) -> str: 25 return prefix + name + suffix 148 return c_declare(arg.type, name, arg.suffix)
|
D | c_build_helper.py | 34 suffix='.c')
|
D | c_parsing_helper.py | 47 self.suffix = m.group('suffix') if m.group('suffix') else '' #type: str
|
D | bignum_common.py | 127 suffix = False # for arity = 1, symbol can be prefix (default) or suffix variable in OperationCommon 200 format_string = "{1:x} {0}" if self.suffix else "{0} {1:x}"
|
D | bignum_mod_raw.py | 98 suffix = True variable in BignumModRawInvPrime
|
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 93 suffix = suffix + color[1] 94 sys.stderr.write(prefix + ' ' + text + suffix + '\n')
|
D | generate_psa_wrappers.py | 102 types = ['' if arg.suffix else arg.type for arg in arguments]
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | ecp_comb_table.py | 160 fd, srcname = tempfile.mkstemp(prefix="mbedtls", suffix=".c")
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_its.function | 26 sizeof(PSA_ITS_STORAGE_SUFFIX) - 1 + /*suffix without terminating 0*/ \
|
D | test_suite_asn1write.data | 358 Store named data: skip suffix
|
D | test_suite_asn1parse.data | 601 Find named data: skip suffix
|
D | test_suite_x509parse.data | 730 X509 CRT verification #27.1 (domain not matching multi certificate: suffix)
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 85 …or asymmetric cryptography), the feature selection is more fine-grained, with an additional suffix:
|
D | psa-driver-interface.md | 98 …ent to an empty object (so each entry point *suffix* is implemented by a function called *prefix*`… 152 …e an algorithm specification or a decimal or hexadecimal literal with no suffix, depending on the …
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 35 of these variants have been renamed without the suffix. The section
|
D | psa-transition.md | 189 …S 3.5.0, for key pair types, the feature selection is more fine-grained, with an additional suffix:
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 594 …name as the name of the local copy while using a new name (e.g. with the suffix `_external`) for t…
|