Searched refs:c1 (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | sha3_test.c | 18 const unsigned char c1 = 0xa3; in sha3_224_test() 34 XMEMSET(buf, c1, sizeof(buf)); in sha3_224_test() 56 sha3_process(&c, &c1, 1); in sha3_224_test() 75 const unsigned char c1 = 0xa3; in sha3_256_test() 90 XMEMSET(buf, c1, sizeof(buf)); in sha3_256_test() 120 sha3_process(&c, &c1, 1); in sha3_256_test() 169 const unsigned char c1 = 0xa3; in sha3_384_test() 180 XMEMSET(buf, c1, sizeof(buf)); in sha3_384_test() 203 sha3_process(&c, &c1, 1); in sha3_384_test() 222 const unsigned char c1 = 0xa3; in sha3_512_test() [all …]
|
/optee_os-3.20.0/core/arch/arm/plat-hisilicon/ |
A D | hi3519av100_plat_init.S | 56 mrc p15, 4, r2, c1, c0, 1 58 mcr p15, 4, r2, c1, c0, 1 65 mrc p15, 0, r2, c1, c0, 1 67 mcr p15, 0, r2, c1, c0, 1
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | arm32_sysreg.txt | 17 ID_AFR0 c0 0 c1 3 RO Auxiliary Feature Register 0 18 ID_DFR0 c0 0 c1 2 RO Debug Feature Register 0 25 ID_MMFR0 c0 0 c1 4 RO Memory Model Feature Register 0 26 ID_MMFR1 c0 0 c1 5 RO Memory Model Feature Register 1 29 ID_PFR0 c0 0 c1 0 RO Processor Feature Register 0 30 ID_PFR1 c0 0 c1 1 RO Processor Feature Register 1 46 SCTLR c1 0 c0 0 RW System Control Register 111 ISR c12 0 c1 0 RO Interrupt Status Register 113 NSACR c1 0 c1 2 RW Non-Secure Access Control Register 114 SCR c1 0 c1 0 RW Secure Configuration Register [all …]
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | fault_mitigation.h | 196 #define __ftmn_step_count_2(c0, c1) \ argument 197 (__ftmn_step_count_1(c0) + (c1) * FTMN_INCR1) 198 #define __ftmn_step_count_3(c0, c1, c2) \ argument 199 (__ftmn_step_count_2(c0, c1) + (c2) * FTMN_INCR2) 200 #define __ftmn_step_count_4(c0, c1, c2, c3) \ argument 201 (__ftmn_step_count_3(c0, c1, c2) + (c3) * FTMN_INCR3) 202 #define __ftmn_step_count_5(c0, c1, c2, c3, c4) \ argument 203 (__ftmn_step_count_4(c0, c1, c2, c3) + (c4) * FTMN_INCR4) 204 #define __ftmn_step_count_6(c0, c1, c2, c3, c4, c5) \ argument 205 (__ftmn_step_count_5(c0, c1, c2, c3, c4) + (c5) * FTMN_INCR5)
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | constant_time_internal.h | 215 size_t c1, size_t c2 );
|
A D | constant_time.c | 412 size_t c1, in mbedtls_ct_memcpy_if_eq() argument 416 const size_t equal = mbedtls_ct_size_bool_eq( c1, c2 ); in mbedtls_ct_memcpy_if_eq()
|
Completed in 8 milliseconds