Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Daria.c112 uint32_t ta, tb, tc; in aria_a() local
120 tc = ARIA_P2(*b); // 2301 in aria_a()
121 ta = ARIA_P1(ta) ^ tc ^ *c; // 2301+5476+89ab+fedc in aria_a()
123 tc ^= ARIA_P1(*a); // 2301+7654 in aria_a()
128 *d ^= ARIA_P1(ta) ^ tc; // 1032+2301+6745+7654+98ba+ba98+cdef OUT in aria_a()
129 tc = ARIA_P2(tc); // 0123+5476 in aria_a()
130 *c ^= ARIA_P1(tc) ^ ta; // 0123+1032+4567+7654+ab89+dcfe+fedc OUT in aria_a()
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c470 ulong32 a,b,c,d,ta,tb,tc,td,t1,t2; in s_twofish_ecb_encrypt() local
512 tc = a ^ skey->twofish.K[6]; in s_twofish_ecb_encrypt()
517 STORE32L(tc,&ct[8]); STORE32L(td,&ct[12]); in s_twofish_ecb_encrypt()
544 ulong32 a,b,c,d,ta,tb,tc,td,t1,t2; in s_twofish_ecb_decrypt() local
564 LOAD32L(tc,&ct[8]); LOAD32L(td,&ct[12]); in s_twofish_ecb_decrypt()
567 a = tc ^ skey->twofish.K[6]; in s_twofish_ecb_decrypt()
/optee_os/core/arch/arm/kernel/
H A Dabort.c361 struct thread_ctx *tc __maybe_unused = NULL; in handle_user_mode_panic()
380 tc = threads + thread_get_id(); in handle_user_mode_panic()
381 ai->regs->apiakey_hi = tc->keys.apia_hi; in handle_user_mode_panic()
382 ai->regs->apiakey_lo = tc->keys.apia_lo; in handle_user_mode_panic()