Searched refs:flag (Results 1 – 15 of 15) sorted by relevance
/mbedtls-latest/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 | 93 * \brief Checks if the dependency i.e. the compile flag is set.
|
D | test_suite_psa_its.function | 266 /* Reopen file and truncate it to 0 byte by specifying the 'w' flag */
|
D | test_suite_pk.function | 577 * flag is removed. This is to prove that mbedtls_pk_copy_from_psa() doesn't 578 * require the key to have the EXPORT flag.
|
D | test_suite_psa_crypto.data | 52 PSA import: bad usage flag 1263 Copy key: AES, 1 more usage flag 1359 Copy key: AES, 1 more usage flag, opaque 1435 Copy fail: raw data, no COPY flag 1438 Copy key: AES, no COPY flag
|
D | test_suite_ssl.function | 4703 * does not set the MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA flag for
|
D | test_suite_psa_crypto.function | 2275 /* Check if no key usage flag implication is done */
|
/mbedtls-latest/scripts/ |
D | generate_psa_constants.py | 229 def _make_bit_test(var, flag): argument 231 'flag': flag, 232 'length': len(flag)}
|
/mbedtls-latest/library/ |
D | CMakeLists.txt | 208 option(MSVC_STATIC_RUNTIME "Build the libraries with /MT compiler flag" OFF)
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 841 …ut blocking. This is only permitted if the `PSA_DRIVER_GET_ENTROPY_BLOCK` flag is clear. The core … 848 …ER_GET_ENTROPY_BLOCK`: If this flag is set, the driver should block until it has at least one bit … 849 …flag is intended to help with energy management for entropy-generating peripherals. If this flag i… 857 … calls to `"get_entropy"` on every source with the `BLOCK` flag clear and the `KEEPALIVE` flag set… 858 2. The core makes a second round of calls with the `BLOCK` flag set and the `KEEPALIVE` flag clear …
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | README.md | 328 CPU's carry flag. When overflow may occur, functions return a carry flag.
|
/mbedtls-latest/ |
D | ChangeLog | 2079 When that flag is on, standard GNU C printf format specifiers 2109 * Implicitly add PSA_KEY_USAGE_SIGN_MESSAGE key usage policy flag when 2110 PSA_KEY_USAGE_SIGN_HASH flag is set and PSA_KEY_USAGE_VERIFY_MESSAGE flag 2111 when PSA_KEY_USAGE_VERIFY_HASH flag is set. This usage flag extension 2120 in bits rather than bytes, with an additional flag to indicate if the 2145 through setting the new configuration flag MBEDTLS_ECP_NO_FALLBACK. 2621 * Align MSVC error flag with GCC and Clang. Contributed by Carlos Gomes 3152 that it is now optional with the MBEDTLS_CHECK_PARAMS flag which by default 3343 * Add MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR flag to mbedtls_mpi_gen_prime() and 3750 with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct. [all …]
|
/mbedtls-latest/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 119 …art of a current or upcoming PSA standard, pick a value with the `VENDOR` flag set. If Mbed TLS de…
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 351 …h direction you want to use the key in. To allow both directions, use the flag mask `PSA_KEY_USAGE… 539 …ESSAGE) to verify the MAC of a message. To allow both directions, use the flag mask `PSA_KEY_USAGE… 780 …e that if you want to export the generated private key, you must pass the flag [`PSA_KEY_USAGE_EXP… 949 For `psa_sign_message`, either the usage flag `PSA_KEY_USAGE_SIGN_MESSAGE` or `PSA_KEY_USAGE_SIGN_H… 950 For `psa_verify_message`, either the usage flag `PSA_KEY_USAGE_VERIFY_MESSAGE` or `PSA_KEY_USAGE_VE…
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 282 …* It is an error if `usage` has more than one flag set, or has a usage that is incompatible with t…
|