Searched refs:values (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/kernel/ |
| H 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/ |
| H 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/ |
| H A D | checkconf.mk | 164 $(error CFG_$(1) is set to '$(CFG_$(1))', valid values are: $(2)))
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | int_div_impl.inc | 44 // Mostly identical to __udivXi3 but the return values are different.
|
| /optee_os/core/arch/riscv/ |
| H A D | riscv.mk | 205 $(error CFG_USER_TA_TARGETS contains unsupported value(s): $(unsup-targets). Valid values: $(suppor…
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp15xx-dhcom-som.dtsi | 179 /* Timing values are in nS */
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 226 signalled by MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET return values now 290 all values of bits are affected. This never happens in internal library 294 client, if the client-provided certificate does not have appropriate values 879 * Fix the J-PAKE driver interface for user and peer to accept any values 880 (previously accepted values were limited to "client" or "server"). 1122 * Reject OIDs with subidentifier values exceeding UINT_MAX. Such 1175 To fix the performance degradation when using default values the 1604 * Fix string representation of DNs when outputting values containing commas 1785 for algorithm values that fully encode the hashing step, as per the PSA 1800 better describe the inputs to these functions and their possible values. [all …]
|
| /optee_os/core/arch/arm/ |
| H A D | arm.mk | 319 $(error CFG_USER_TA_TARGETS contains unsupported value(s): $(unsup-targets). Valid values: $(suppor…
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 239 have three values: `APP`, `LIB` or `OFF` (default, test are not included in the
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1368 * Fix user L1 MMU entries calculation (non-LPAE), allowing TTBCR.N values
|