Home
last modified time | relevance | path

Searched refs:values (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/kernel/
A Dnotif_default.c19 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 Dsign_encrypt.py69 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 Dcheckconf.mk164 $(error CFG_$(1) is set to '$(CFG_$(1))', valid values are: $(2)))
/optee_os/core/arch/riscv/
A Driscv.mk183 $(error CFG_USER_TA_TARGETS contains unsupported value(s): $(unsup-targets). Valid values: $(suppor…
/optee_os/core/arch/arm/dts/
A Dstm32mp15xx-dhcom-som.dtsi179 /* Timing values are in nS */
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog33 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 Darm.mk313 $(error CFG_USER_TA_TARGETS contains unsupported value(s): $(unsup-targets). Valid values: $(suppor…
/optee_os/core/lib/qcbor/
A DREADME.md239 have three values: `APP`, `LIB` or `OFF` (default, test are not included in the
/optee_os/
A DCHANGELOG.md1278 * Fix user L1 MMU entries calculation (non-LPAE), allowing TTBCR.N values

Completed in 38 milliseconds