Searched refs:values (Results 1 – 9 of 9) sorted by relevance
/optee_os/core/kernel/ |
A D | notif_default.c | 19 bitstr_t bit_decl(values, NOTIF_ASYNC_VALUE_MAX + 1); 118 bit_ffs(nvb->values, (int)NOTIF_ASYNC_VALUE_MAX + 1, &bit); in notif_get_value() 124 bit_clear(nvb->values, res); in notif_get_value() 125 bit_ffs(nvb->values, (int)NOTIF_ASYNC_VALUE_MAX + 1, &bit); in notif_get_value() 152 bit_set(nvb->values, value); in notif_send_async()
|
/optee_os/scripts/ |
A D | sign_encrypt.py | 69 def __call__(self, parser, namespace, values, option_string=None): argument 74 setattr(namespace, self.dest, values) 486 if algo_value not in sig_tee_alg.values(): 509 if enc_algo not in enc_tee_alg.values(): 597 if enc_algo in enc_tee_alg.values(): 602 if enc_algo not in enc_tee_alg.values(): 607 if flags in enc_key_type.values(): 676 if algo_value in sig_tee_alg.values(): 687 if algo_value not in sig_tee_alg.values(): 709 if algo not in sig_tee_alg.values():
|
/optee_os/mk/ |
A D | checkconf.mk | 164 $(error CFG_$(1) is set to '$(CFG_$(1))', valid values are: $(2)))
|
/optee_os/core/arch/riscv/ |
A D | riscv.mk | 183 $(error CFG_USER_TA_TARGETS contains unsupported value(s): $(unsup-targets). Valid values: $(suppor…
|
/optee_os/core/arch/arm/dts/ |
A D | stm32mp15xx-dhcom-som.dtsi | 179 /* Timing values are in nS */
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 33 signalled by MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET return values now 687 (previously accepted values were limited to "client" or "server"). 929 * Reject OIDs with subidentifier values exceeding UINT_MAX. Such 982 To fix the performance degradation when using default values the 1723 a key-value store with keys being session IDs and values 2000 defined to specific values. If the code is used in a context 2128 different values. 2722 accept some RSA keys with invalid values by silently fixing those values. 5545 * Fixed values for 2-key Triple DES in cipher layer 5732 * Fixed values for 2-key Triple DES in cipher layer [all …]
|
/optee_os/core/arch/arm/ |
A D | arm.mk | 313 $(error CFG_USER_TA_TARGETS contains unsupported value(s): $(unsup-targets). Valid values: $(suppor…
|
/optee_os/core/lib/qcbor/ |
A D | README.md | 239 have three values: `APP`, `LIB` or `OFF` (default, test are not included in the
|
/optee_os/ |
A D | CHANGELOG.md | 1278 * Fix user L1 MMU entries calculation (non-LPAE), allowing TTBCR.N values
|
Completed in 38 milliseconds