Searched refs:tc (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | aria.c | 181 uint32_t ta, tb, tc; in aria_a() local 189 tc = ARIA_P2( *b ); // 2301 in aria_a() 190 ta = ARIA_P1( ta ) ^ tc ^ *c; // 2301+5476+89ab+fedc in aria_a() 192 tc ^= ARIA_P1( *a ); // 2301+7654 in aria_a() 197 *d ^= ARIA_P1( ta ) ^ tc; // 1032+2301+6745+7654+98ba+ba98+cdef OUT in aria_a() 198 tc = ARIA_P2( tc ); // 0123+5476 in aria_a() 199 *c ^= ARIA_P1( tc ) ^ ta; // 0123+1032+4567+7654+ab89+dcfe+fedc OUT in aria_a()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/twofish/ |
A D | twofish.c | 470 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-3.20.0/core/arch/arm/kernel/ |
A D | abort.c | 352 struct thread_ctx *tc __maybe_unused = NULL; in handle_user_mode_panic() 370 tc = threads + thread_get_id(); in handle_user_mode_panic() 371 ai->regs->apiakey_hi = tc->keys.apia_hi; in handle_user_mode_panic() 372 ai->regs->apiakey_lo = tc->keys.apia_lo; in handle_user_mode_panic()
|
Completed in 6 milliseconds