/optee_os-3.20.0/core/drivers/ |
A D | stm32_shared_io.c | 32 void io_clrsetbits32_stm32shregs(vaddr_t va, uint32_t clr, uint32_t set) in io_clrsetbits32_stm32shregs() argument 36 io_clrsetbits32(va, clr, set); in io_clrsetbits32_stm32shregs()
|
A D | zynqmp_csu_aes.c | 46 static TEE_Result aes_wait(uint32_t event, bool set) in aes_wait() argument 58 if ((set && status == event) || (!set && status != event)) in aes_wait()
|
/optee_os-3.20.0/core/arch/arm/plat-sam/ |
A D | sam_sfr.c | 32 void atmel_sfr_set_usb_suspend(bool set) in atmel_sfr_set_usb_suspend() argument 34 if (set) in atmel_sfr_set_usb_suspend()
|
A D | sam_sfr.h | 37 void atmel_sfr_set_usb_suspend(bool set);
|
/optee_os-3.20.0/core/include/drivers/ |
A D | stm32_shared_io.h | 16 void io_clrsetbits32_stm32shregs(vaddr_t va, uint32_t clr, uint32_t set);
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ssl_internal.h | 902 mbedtls_md_type_t mbedtls_ssl_sig_hash_set_find( mbedtls_ssl_sig_hash_set_t *set, 905 void mbedtls_ssl_sig_hash_set_add( mbedtls_ssl_sig_hash_set_t *set, 909 void mbedtls_ssl_sig_hash_set_const_hash( mbedtls_ssl_sig_hash_set_t *set, 913 static inline void mbedtls_ssl_sig_hash_set_init( mbedtls_ssl_sig_hash_set_t *set ) in mbedtls_ssl_sig_hash_set_init() argument 915 mbedtls_ssl_sig_hash_set_const_hash( set, MBEDTLS_MD_NONE ); in mbedtls_ssl_sig_hash_set_init()
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | sha512_armv8a_ce_a64.S | 13 .set .Lq\b, \b 14 .set .Lv\b\().2d, \b
|
A D | sm3_armv8a_ce_a64.S | 13 .set .Lv\b\().4s, \b
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | entropy.c | 588 unsigned char set= 0xFF; in mbedtls_entropy_source_self_test_check_bits() local 594 set &= buf[i]; in mbedtls_entropy_source_self_test_check_bits() 598 return( set == 0xFF || unset == 0x00 ); in mbedtls_entropy_source_self_test_check_bits()
|
A D | ssl_tls.c | 7228 mbedtls_md_type_t mbedtls_ssl_sig_hash_set_find( mbedtls_ssl_sig_hash_set_t *set, in mbedtls_ssl_sig_hash_set_find() argument 7234 return( set->rsa ); in mbedtls_ssl_sig_hash_set_find() 7236 return( set->ecdsa ); in mbedtls_ssl_sig_hash_set_find() 7243 void mbedtls_ssl_sig_hash_set_add( mbedtls_ssl_sig_hash_set_t *set, in mbedtls_ssl_sig_hash_set_add() argument 7250 if( set->rsa == MBEDTLS_MD_NONE ) in mbedtls_ssl_sig_hash_set_add() 7251 set->rsa = md_alg; in mbedtls_ssl_sig_hash_set_add() 7255 if( set->ecdsa == MBEDTLS_MD_NONE ) in mbedtls_ssl_sig_hash_set_add() 7256 set->ecdsa = md_alg; in mbedtls_ssl_sig_hash_set_add() 7265 void mbedtls_ssl_sig_hash_set_const_hash( mbedtls_ssl_sig_hash_set_t *set, in mbedtls_ssl_sig_hash_set_const_hash() argument 7268 set->rsa = md_alg; in mbedtls_ssl_sig_hash_set_const_hash() [all …]
|
/optee_os-3.20.0/core/arch/arm/plat-imx/pm/ |
A D | psci-cpuidle-imx7.S | 741 mov r0, #0 @ ; set way number to 0 743 mov r1, #0 @ ; set line number (=index) to 0 746 write_dcisw r2 @ ; invalidate data or unified cache line by set/way 748 cmp r1, #1 << LINE_FIELD_OVERFLOW @ ; overflow out of set field
|
A D | psci-suspend-imx7.S | 667 mov r0, #0 @ ; set way number to 0 669 mov r1, #0 @ ; set line number (=index) to 0 672 write_dcisw r2 @ ; invalidate data or unified cache line by set/way 674 cmp r1, #1 << LINE_FIELD_OVERFLOW @ ; overflow out of set field?
|
/optee_os-3.20.0/core/drivers/pm/sam/ |
A D | at91_pm.c | 164 static int at91_pm_config_ws_ulp1(bool set) in at91_pm_config_ws_ulp1() argument 174 if (!set) { in at91_pm_config_ws_ulp1()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | arm32_sysreg.txt | 71 DCCISW c7 0 c14 2 WO Data cache clean and invalidate by set/way 74 DCCSW c7 0 c10 2 WO Data cache clean by set/way 76 DCISW c7 0 c6 2 WO Data cache invalidate by set/way
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | README.md | 13 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when… 70 You'll still be able to run a much smaller set of tests with: 100 …the test suites, but kept the programs enabled, you can still run a much smaller set of tests with: 156 Regarding variables, also note that if you set CFLAGS when invoking cmake, 213 …tures/security-architectures/platform-security-architecture) is a holistic set of threat models, s… 215 …o/mbed-crypto/psa/#application-programming-interface) provides access to a set of cryptographic pr… 247 * A wider set of cryptographic algorithms.
|
A D | ChangeLog | 156 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935. 308 set with mbedtls_ssl_conf_dhm_min_bitlen() precisely. Before, the 2803 callbacks set with mbedtls_ssl_conf_dtls_cookies()), this will be 3088 initialized but not set (found by pravic). 3204 with a suitable (extended)KeyUsage or curve or no PSK set. 3414 * Option to set the Curve preference order (disabled by default) 3611 dynamically set (Better support for hardware acceleration) 3884 POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is set 4115 SSL contexts without needing to set all non-connection-specific 4521 * Replaced realloc with malloc in mpi_grow(), and set [all …]
|
A D | CONTRIBUTING.md | 59 Mbed TLS includes a comprehensive set of test suites in the `tests/` directory that are dynamically…
|
/optee_os-3.20.0/scripts/ |
A D | get_maintainer.py | 242 emails = sorted(set(re.findall(r'[RM]:\t(.*[\w]*<[\w\.-]+@[\w\.-]+>)',
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp15xx-dhcom-som.dtsi | 457 * set MCO2 output to 50 MHz to supply ETHRX clock with PLL4P/2,
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 758 `TA_FLAG_SINGLE_INSTANCE` is not set ([#1574]) 906 * The linux driver will set the 'privileged' flag (TEE_GEN_CAP_PRIVILEGED) on 1116 * GPIO: framework supports multiple instances, PL061 driver now has get/set
|