Searched refs:flag (Results 1 – 11 of 11) sorted by relevance
/mbedtls-development/scripts/ |
A D | generate_psa_constants.py | 240 def _make_bit_test(var, flag): argument 242 'flag': flag, 243 'length': len(flag)}
|
/mbedtls-development/tests/suites/ |
A 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 49 /* Flags for key type classification macros. There is a flag for every 51 * are tested as derived from other macros. The name of the flag is 72 * PSA_##flag(alg) is true. 78 * Unconditionally mask flag into the ambient variable 81 #define TEST_CLASSIFICATION_MACRO( cond, flag, alg, flags ) \ 86 if( ( flags ) & ( flag ) ) \ 87 TEST_ASSERT( PSA_##flag( alg ) ); \ 89 TEST_ASSERT( ! PSA_##flag( alg ) ); \ [all …]
|
A D | main_test.function | 94 * \brief Checks if the dependency i.e. the compile flag is set.
|
A D | test_suite_psa_its.function | 264 /* Reopen file and truncate it to 0 byte by specifying the 'w' flag */
|
A 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
|
A D | test_suite_psa_crypto.function | 1201 /* Check if no key usage flag implication is done */
|
/mbedtls-development/tests/scripts/ |
A D | generate_psa_tests.py | 331 for flag, implicit in self.IMPLICIT_USAGE_FLAGS.items(): 332 if self.usage.value() & psa_storage.Expr(flag).value() and \
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 404 …ut blocking. This is only permitted if the `PSA_DRIVER_GET_ENTROPY_BLOCK` flag is clear. The core … 411 …ER_GET_ENTROPY_BLOCK`: If this flag is set, the driver should block until it has at least one bit … 412 …flag is intended to help with energy management for entropy-generating peripherals. If this flag i… 420 … calls to `"get_entropy"` on every source with the `BLOCK` flag clear and the `KEEPALIVE` flag set… 421 2. The core makes a second round of calls with the `BLOCK` flag set and the `KEEPALIVE` flag clear …
|
/mbedtls-development/docs/ |
A 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-development/ |
A D | ChangeLog | 433 When that flag is on, standard GNU C printf format specifiers 463 * Implicitly add PSA_KEY_USAGE_SIGN_MESSAGE key usage policy flag when 464 PSA_KEY_USAGE_SIGN_HASH flag is set and PSA_KEY_USAGE_VERIFY_MESSAGE flag 465 when PSA_KEY_USAGE_VERIFY_HASH flag is set. This usage flag extension 474 in bits rather than bytes, with an additional flag to indicate if the 499 through setting the new configuration flag MBEDTLS_ECP_NO_FALLBACK. 2198 configuration flag MBEDTLS_GCM_ALT. 2212 the new configuration flag MBEDTLS_ECJPAKE_ALT. 3001 * Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION 3326 * Add SSL_CIPHERSUITES config.h flag to allow specifying a list of [all …]
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 152 # are normally passed to the compiler using the -I flag. 387 # This flag is only useful for Objective-C code. When set to YES local 394 # If this flag is set to YES, the members of anonymous namespaces will be 623 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will 1047 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 1059 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 1065 # The TOC_EXPAND flag can be set to YES to add extra items for group members
|
Completed in 39 milliseconds