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.c604 static bool once; in open_dirh() local
610 if (!once) { in open_dirh()
612 once = true; in open_dirh()
643 static bool once; in commit_dirh_writes() local
645 if (!once) { in commit_dirh_writes()
647 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 DChangeLog1925 `mbedtls_ssl_conf_[opaque_]psk()` more than once will fail,
1994 mbedtls_ssl_{set,get}_session() may now only be called once for any given
4491 executed once.
4582 once and some allocation fails. Cannot be forced remotely. Found by Guido
4633 once in the same handhake and mbedtls_ssl_conf_psk() was used.
4971 once on the same context.
5451 * TLS compression only allocates working buffer once
5869 * AES code only check for Padlock once