Searched refs:identifiers (Results 1 – 19 of 19) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | check_names.py | 259 identifiers, excluded_identifiers = self.parse_identifiers([ 279 identifiers_justname = [x.name for x in identifiers] 294 self.log.debug(" {:4} Identifiers".format(len(identifiers))) 301 "identifiers": identifiers, 568 def parse_identifiers_in_file(self, header_file, identifiers): argument 622 identifiers.append(Match(
|
D | list_internal_identifiers.py | 40 identifiers = ["{}\n".format(match.name) for match in result] 42 f.writelines(identifiers)
|
D | list-identifiers.sh | 42 wc -l identifiers 48 iteration of list-identifiers.sh, of which only the --internal option remains in
|
/mbedtls-latest/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 72 …t file identifier namespace. The Crypto service can use arbitrary file identifiers and no other pa… 133 …t file identifier namespace. The Crypto service can use arbitrary file identifiers and no other pa… 143 … namespace. The entity using the crypto library can use arbitrary file identifiers and no other pa… 230 …t file identifier namespace. The Crypto service can use arbitrary file identifiers and no other pa… 240 … namespace. The entity using the crypto library can use arbitrary file identifiers and no other pa… 251 File identifiers in the range 0xffff0000 through 0xffffffff are reserved for internal use in Mbed C… 292 …a PSA platform, this encodes the key owner in the same way as [in file identifiers for key files](… 369 …t file identifier namespace. The Crypto service can use arbitrary file identifiers and no other pa… 379 … namespace. The entity using the crypto library can use arbitrary file identifiers and no other pa… 431 File identifiers that are outside the range of persistent key identifiers are reserved for internal… [all …]
|
D | psa-keystore-design.md | 90 #### Key identifiers and slot location 92 …different for a [static](#volatile-key-identifiers-in-the-static-key-store) or [dynamic](#volatile… 100 #### Volatile key identifiers in the static key store 135 #### Volatile key identifiers in the dynamic key store 143 …fier, the [slice index is encoded in the key identifier](#volatile-key-identifiers-in-the-dynamic-… 155 …identifiers reserved for the PSA Crypto implementation that does not overlap the range for built-i…
|
D | psa-storage-resilience.md | 111 … by traversing a small number of files whose names are independent of the key identifiers involved. 301 …ist file. The name of the transaction list file does not depend on the identifiers of the keys in … 307 … their own invariant: one where the transaction list contains only key identifiers, and one where … 309 #### Storage invariant if the transaction list contains application key identifiers only 327 #### Storage invariant if the transaction list contains driver key identifiers 367 …mplest possible layout for the transaction list: a simple array of key identifiers. Since the tran… 376 …t](#storage-invariant-if-the-transaction-list-contains-application-key-identifiers-only) is as fol… 395 The transaction list is a simple array of key identifiers.
|
D | psa-crypto-implementation-structure.md | 115 Constants (algorithm identifiers, key type identifiers, etc.) and associated destructor macros (e.g…
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | strategy.md | 125 operations, types and numerical identifiers for algorithms (for 127 current strategy is to keep using those identifiers in most of the code, in 306 convenient, for example in parts of the code that accept old-style identifiers 313 to that module (for example, TLS identifiers of curves and there conversion 314 to/from PSA or legacy identifiers belongs in TLS, not `ecp.c`). 441 ### Algorithm identifiers and other identifiers 444 identifiers, for example `#define MBEDTLS_MD_SHA256 PSA_ALG_SHA_256`; most of 447 example identifiers for elliptic curves. 470 2. APIs the accept list of identifiers: for example 474 the underlying crypto implementation and use TLS-specific identifiers instead
|
D | psa-limitations.md | 190 algorithm identifiers (for SHA-256, SHA-384 and SHA-512), depending of what
|
D | psa-legacy-bridges.md | 157 …r as input. (Mbed TLS itself has a few TLS functions that take PSA key identifiers, but as of Mbed…
|
/mbedtls-latest/tests/suites/ |
D | main_test.function | 28 /* Test code may use deprecated identifiers only if the preprocessor symbol
|
D | test_suite_psa_crypto_pake.function | 63 /* The only two JPAKE user/peer identifiers supported for the time being. */
|
D | test_suite_psa_crypto_slot_management.function | 773 * key identifiers are in the range from PSA_KEY_ID_VOLATILE_MIN
|
D | test_suite_psa_crypto_driver_wrappers.function | 9 /* The only two JPAKE user/peer identifiers supported for the time being. */
|
D | test_suite_psa_crypto.function | 9972 /* Invalid legacy curve identifiers. */
|
/mbedtls-latest/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 62 …rify that a file with the expected name is created, and no other. Repeat for different identifiers.
|
/mbedtls-latest/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 22 …or which the core only does key management and dispatch using wrapped key blobs or key identifiers.
|
/mbedtls-latest/ |
D | README.md | 287 * All access to the keys happens through key identifiers, which allows support for external cryptop…
|
D | ChangeLog | 274 to convert between Mbed TLS and PSA curve identifiers. 941 * Allow setting user and peer identifiers for EC J-PAKE operation 943 This is a partial fix that allows only "client" and "server" identifiers. 1550 * Stop using reserved identifiers as local variables. Fixes #4630. 4574 * All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace.
|