Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dsha3_test.c18 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/core/arch/arm/kernel/
H A Darm32_sysreg.txt17 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
27 ID_MMFR2 c0 0 c1 6 RO Memory Model Feature Register 2
28 ID_MMFR3 c0 0 c1 7 RO Memory Model Feature Register 3
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
54 ADFSR c5 0 c1 0 RW Auxiliary Data Fault Status Register
[all …]
/optee_os/core/arch/arm/plat-hisilicon/
H A Dhi3519av100_plat_init.S56 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/lib/libutils/ext/include/
H A Dfault_mitigation.h206 #define __ftmn_step_count_2(c0, c1) \ argument
207 (__ftmn_step_count_1(c0) + (c1) * FTMN_INCR1)
208 #define __ftmn_step_count_3(c0, c1, c2) \ argument
209 (__ftmn_step_count_2(c0, c1) + (c2) * FTMN_INCR2)
210 #define __ftmn_step_count_4(c0, c1, c2, c3) \ argument
211 (__ftmn_step_count_3(c0, c1, c2) + (c3) * FTMN_INCR3)
212 #define __ftmn_step_count_5(c0, c1, c2, c3, c4) \ argument
213 (__ftmn_step_count_4(c0, c1, c2, c3) + (c4) * FTMN_INCR4)
214 #define __ftmn_step_count_6(c0, c1, c2, c3, c4, c5) \ argument
215 (__ftmn_step_count_5(c0, c1, c2, c3, c4) + (c5) * FTMN_INCR5)
/optee_os/core/arch/arm/crypto/
H A Dsm4_armv8a_aese_a64.S159 .macro round, c0, c1, c2, c3, k
161 eor tmpw1, \c1, \c2