Home
last modified time | relevance | path

Searched refs:once (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/plat-stm32mp2/
H A Dmain.c165 static bool once; in stm32mp_allow_probe_shared_device() local
167 if (!once) { in stm32mp_allow_probe_shared_device()
170 once = true; in stm32mp_allow_probe_shared_device()
/optee_os/core/mm/
H A Dmobj.c538 static bool once; in plat_set_protmem_range() local
540 if (!once) { in plat_set_protmem_range()
542 once = true; in plat_set_protmem_range()
/optee_os/core/tee/
H A Dtee_ree_fs.c611 static bool once; in open_dirh() local
617 if (!once) { in open_dirh()
619 once = true; in open_dirh()
650 static bool once; in commit_dirh_writes() local
652 if (!once) { in commit_dirh_writes()
654 once = true; in commit_dirh_writes()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c556 static bool once; in stm32mp_allow_probe_shared_device() local
561 if (!once) { in stm32mp_allow_probe_shared_device()
564 once = true; in stm32mp_allow_probe_shared_device()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1968 `mbedtls_ssl_conf_[opaque_]psk()` more than once will fail,
2037 mbedtls_ssl_{set,get}_session() may now only be called once for any given
4534 executed once.
4625 once and some allocation fails. Cannot be forced remotely. Found by Guido
4676 once in the same handhake and mbedtls_ssl_conf_psk() was used.
5014 once on the same context.
5494 * TLS compression only allocates working buffer once
5912 * AES code only check for Padlock once