Searched refs:options (Results 1 – 8 of 8) sorted by relevance
/tf-m-tests-3.4.0/test/secure_fw/suites/attestation/ |
D | attest_token_decode_asymmetric.c | 41 if(me->options & TOKEN_OPT_SHORT_CIRCUIT_SIGN) { in attest_token_decode_validate_token()
|
D | attest_token_decode_symmetric.c | 77 if (me->options & TOKEN_OPT_SHORT_CIRCUIT_SIGN) { in attest_token_decode_validate_token()
|
D | attest_token_decode.h | 105 uint32_t options; member 123 uint32_t options);
|
D | attest_token_decode_common.c | 54 uint32_t options) in attest_token_decode_init() argument 57 me->options = options; in attest_token_decode_init()
|
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Include/ |
D | rtx_evr.h | 786 extern void EvrRtxThreadFlagsWait (uint32_t flags, uint32_t options, uint32_t timeout); 788 #define EvrRtxThreadFlagsWait(flags, options, timeout) argument 798 extern void EvrRtxThreadFlagsWaitPending (uint32_t flags, uint32_t options, uint32_t timeout); 800 #define EvrRtxThreadFlagsWaitPending(flags, options, timeout) argument 821 extern void EvrRtxThreadFlagsWaitCompleted (uint32_t flags, uint32_t options, uint32_t thread_flags… 823 #define EvrRtxThreadFlagsWaitCompleted(flags, options, thread_flags, thread_id) argument 832 extern void EvrRtxThreadFlagsWaitNotCompleted (uint32_t flags, uint32_t options); 834 #define EvrRtxThreadFlagsWaitNotCompleted(flags, options) argument 1141 extern void EvrRtxEventFlagsWait (osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_… 1143 #define EvrRtxEventFlagsWait(ef_id, flags, options, timeout) argument [all …]
|
/tf-m-tests-3.4.0/test/bl1/ |
D | CMakeLists.txt | 14 # Reload the compiler options for the secure core, if the NS core differs
|
/tf-m-tests-3.4.0/test/bl2/ |
D | CMakeLists.txt | 16 # Reload the compiler options for the secure core, if the NS core differs
|
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/ |
D | cmsis_os2.h | 473 uint32_t osThreadFlagsWait (uint32_t flags, uint32_t options, uint32_t timeout); 561 uint32_t osEventFlagsWait (osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_t timeo…
|