Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_ptp_fifo.c37 uint8_t access = 0; in tpm2_fifo_wait_valid() local
40 ret = ops->rx8(chip, TPM2_ACCESS(loc), sizeof(access), &access); in tpm2_fifo_wait_valid()
44 if (access & TPM2_ACCESS_VALID) in tpm2_fifo_wait_valid()
/optee_os-3.20.0/core/arch/arm/include/
A Darm32.h87 #define CPACR_CP(co_proc, access) SHIFT_U32((access), ((co_proc) * 2)) argument
/optee_os-3.20.0/core/arch/arm/plat-amlogic/scripts/
A Daml_bin2img.py51 mmsrc = mmap.mmap(src_fd.fileno(), 0, access=mmap.ACCESS_READ)
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/
A Dstm32image.py84 mmsrc = mmap.mmap(src_fd.fileno(), 0, access=mmap.ACCESS_READ)
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dtiming.c141 #warning OpenBSD does not allow access to tick register using software version instead
/optee_os-3.20.0/core/arch/arm/
A Darm.mk182 -fno-short-enums -fno-common -mno-unaligned-access
184 -fno-short-enums -fno-common -mno-unaligned-access
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md215 …d.github.io/mbed-crypto/psa/#application-programming-interface) provides access to a set of crypto…
221 * All access to the keys happens through key identifiers, which allows support for external cryptop…
A DChangeLog271 * An adversary with access to precise enough information about memory
492 making access aceess to them use constant flow code.
742 Encrypt-then-Mac extension, use constant code flow memory access patterns
747 if they have access to fine-grained measurements. In particular, this
752 Diffie-Hellman. An adversary with precise enough timing and memory access
849 f_rng argument. An attacker with access to precise enough timing and
850 memory access information (typically an untrusted operating system
948 * Fix side channel in ECC code that allowed an adversary with access to
949 precise enough timing and memory access information (typically an
1503 * Fix timing variations and memory access variations in RSA PKCS#1 v1.5
[all …]
/optee_os-3.20.0/
A DCHANGELOG.md528 * imx_wdog: fix register access ([#1966])
977 * Add more CP15 register access macros for Cortex-A9
1149 * Secure storage: Add proper locking to support concurrent access. Fix sign
1645 * [#230][pr230]: Persistent object access support (TEE_ERROR_STORAGE_NOT_AVAILABLE/_2)

Completed in 18 milliseconds