Home
last modified time | relevance | path

Searched refs:w3 (Results 1 – 11 of 11) sorted by relevance

/optee_os-3.20.0/core/arch/arm/plat-rcar/
A Dcore_pos_a64.S47 ldr w3, [x2]
48 cmp w3, wzr
53 ldr w3, [x2, #PRR_OFFSET]
62 str w3, [x2]
65 and w3, w3, #PRR_PRODUCT_MASK
66 cmp w2, w3
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dskipjack.c85 w4 = w3; w3 = w2; \
90 tmp1 = w4; w4 = w3; \
91 w3 = w1 ^ w2 ^ x; \
97 w2 = w3; w3 = w4; w4 = tmp;
102 w3 = w4; w4 = w1; w1 = tmp;
141 unsigned w1,w2,w3,w4,tmp,tmp1; in s_skipjack_ecb_encrypt() local
151 w3 = ((unsigned)pt[4]<<8)|pt[5]; in s_skipjack_ecb_encrypt()
177 ct[4] = (w3>>8)&255; ct[5] = w3&255; in s_skipjack_ecb_encrypt()
205 unsigned w1,w2,w3,w4,tmp; in s_skipjack_ecb_decrypt() local
215 w3 = ((unsigned)ct[4]<<8)|ct[5]; in s_skipjack_ecb_decrypt()
[all …]
/optee_os-3.20.0/core/arch/arm/crypto/
A Daes_modes_armv8a_ce_a64.S245 enc_prepare w3, x2, x5
267 encrypt_block v0, w3, x2, x5, w6
284 dec_prepare w3, x2, x5
306 decrypt_block v0, w3, x2, x5, w6
322 enc_prepare w3, x2, x6
364 dec_prepare w3, x2, x6
410 enc_prepare w3, x2, x6
503 enc_prepare w3, x5, x6
505 enc_switch_key w3, x2, x6
584 enc_prepare w3, x5, x6
[all …]
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_spmc_a64.S65 mov w3, w20 /* Return value */
95 mov w3, w23
146 mov w3, #0 /* Error code = 0 */
182 mov w3, #FFA_PARAM_MBZ
A Dthread_spmc.c87 uint32_t w2, uint32_t w3, uint32_t w4, uint32_t w5) in spmc_set_args() argument
92 .a3 = w3, in spmc_set_args()
311 static bool is_nil_uuid(uint32_t w0, uint32_t w1, uint32_t w2, uint32_t w3) in is_nil_uuid() argument
313 return !w0 && !w1 && !w2 && !w3; in is_nil_uuid()
316 static bool is_my_uuid(uint32_t w0, uint32_t w1, uint32_t w2, uint32_t w3) in is_my_uuid() argument
326 w2 == 0x02005ebc && w3 == 0x1bc5d5a5; in is_my_uuid()
A Dthread_optee_smc_a64.S255 mov w3, #0
A Dentry_a64.S421 ldp w2, w3, [x6, #BOOT_EMBDATA_RELOC_OFFSET]
A Dthread_a64.S81 b_if_spsr_is_el0 w3, 1f
/optee_os-3.20.0/core/arch/arm/tee/
A Darch_svc_a64.S115 ldr w3, [x1], #4
128 mov w3, w3
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_spmc.h28 uint32_t w2, uint32_t w3, uint32_t w4, uint32_t w5);
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/
A Dsosemanuk.c235 WUP(w0, w3, w5, w7, cc); \ in sosemanuk_setup()
238 WUP(w3, w6, w0, w2, cc + 3); \ in sosemanuk_setup()
242 WUP(w4, w7, w1, w3, cc); \ in sosemanuk_setup()
244 WUP(w6, w1, w3, w5, cc + 2); \ in sosemanuk_setup()
249 ulong32 w0, w1, w2, w3, w4, w5, w6, w7; in sosemanuk_setup() local
271 LOAD32L(w3, wbuf + 12); in sosemanuk_setup()

Completed in 15 milliseconds