Searched refs:flag (Results 1 – 12 of 12) sorted by relevance
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_psa_crypto_metadata.function | 14 /* Flags for algorithm classification macros. There is a flag for every 17 * category-specific function. The name of the flag is the name of the 51 /* Flags for key type classification macros. There is a flag for every 53 * are tested as derived from other macros. The name of the flag is 65 /* Flags for lifetime classification macros. There is a flag for every 67 * flag is the name of the classification macro without the PSA_ prefix. */ 72 /* Check that in the value of flags, the bit flag (which should be a macro 74 * PSA_##flag(alg) is true. 77 * be different if the value of the flag bit is only specified under specific 80 * Unconditionally mask flag into the ambient variable [all …]
|
D | main_test.function | 94 * \brief Checks if the dependency i.e. the compile flag is set.
|
D | test_suite_psa_its.function | 269 /* Reopen file and truncate it to 0 byte by specifying the 'w' flag */
|
D | test_suite_psa_crypto.data | 49 PSA import: bad usage flag 1106 Copy key: AES, 1 more usage flag 1202 Copy key: AES, 1 more usage flag, opaque 1278 Copy fail: raw data, no COPY flag 1281 Copy key: AES, no COPY flag
|
D | test_suite_psa_crypto.function | 2004 /* Check if no key usage flag implication is done */
|
/mbedtls-3.4.0/scripts/ |
D | generate_psa_constants.py | 240 def _make_bit_test(var, flag): argument 242 'flag': flag, 243 'length': len(flag)}
|
/mbedtls-3.4.0/scripts/mbedtls_dev/ |
D | crypto_knowledge.py | 537 return ['PSA_KEY_USAGE_' + flag for flag in flags]
|
/mbedtls-3.4.0/tests/scripts/ |
D | generate_psa_tests.py | 466 for flag in sorted(usage_flags): 467 if flag in self.IMPLICIT_USAGE_FLAGS: 468 usage_flags.add(self.IMPLICIT_USAGE_FLAGS[flag])
|
/mbedtls-3.4.0/library/ |
D | CMakeLists.txt | 199 option(MSVC_STATIC_RUNTIME "Build the libraries with /MT compiler flag" OFF)
|
/mbedtls-3.4.0/docs/proposed/ |
D | psa-driver-interface.md | 408 …ut blocking. This is only permitted if the `PSA_DRIVER_GET_ENTROPY_BLOCK` flag is clear. The core … 415 …ER_GET_ENTROPY_BLOCK`: If this flag is set, the driver should block until it has at least one bit … 416 …flag is intended to help with energy management for entropy-generating peripherals. If this flag i… 424 … calls to `"get_entropy"` on every source with the `BLOCK` flag clear and the `KEEPALIVE` flag set… 425 2. The core makes a second round of calls with the `BLOCK` flag set and the `KEEPALIVE` flag clear …
|
/mbedtls-3.4.0/docs/ |
D | getting_started.md | 122 * Usage flag `PSA_KEY_USAGE_SIGN_HASH` to allow signing. 123 * Usage flag `PSA_KEY_USAGE_VERIFY_HASH` to allow signature verification. 569 the `PSA_KEY_USAGE_ENCRYPT` usage flag and the `PSA_ALG_CTR` algorithm for this
|
/mbedtls-3.4.0/ |
D | ChangeLog | 1091 When that flag is on, standard GNU C printf format specifiers 1121 * Implicitly add PSA_KEY_USAGE_SIGN_MESSAGE key usage policy flag when 1122 PSA_KEY_USAGE_SIGN_HASH flag is set and PSA_KEY_USAGE_VERIFY_MESSAGE flag 1123 when PSA_KEY_USAGE_VERIFY_HASH flag is set. This usage flag extension 1132 in bits rather than bytes, with an additional flag to indicate if the 1157 through setting the new configuration flag MBEDTLS_ECP_NO_FALLBACK. 1633 * Align MSVC error flag with GCC and Clang. Contributed by Carlos Gomes 2164 that it is now optional with the MBEDTLS_CHECK_PARAMS flag which by default 2355 * Add MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR flag to mbedtls_mpi_gen_prime() and 2762 with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct. [all …]
|