/hal_espressif-latest/components/newlib/port/riscv/ |
D | port_stdatomic.S | 40 and t3, t2, t6 // t3 - masked aliged memory. Atomic variable part is zeroed here 41 or t4, t5, t3 // t4 - combine desire half-word with half-word from origin aligned memory 42 sc.w t3, t4, (t0) // t3 - atomic write result (0 - success) 43 bnez t3, 1b 58 and t3, t2, t6 // t3 - masked aliged memory. Atomic variable part is zeroed here 59 or t4, t5, t3 // t4 - combine desire half-word with half-word from origin aligned memory 60 sc.w t3, t4, (t0) // t3 - atomic write result (0 - success) 61 bnez t3, 1b 81 and t3, t2, t6 // t3 - prepare half-word from aligned memory to compare with expected (t5) 82 bne t3, t5, 2f [all …]
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu_asm.S | 80 sw t3, RV_SLP_CTX_T3(t0) 89 csrr t3, mcause 90 sw t3, RV_SLP_CTX_MCAUSE(t0) 96 csrr t3, mip 97 sw t3, RV_SLP_CTX_MIP(t0) 114 mv t3, t0 116 sw t0, RV_SLP_CTX_T0(t3) 140 lw t0, RV_SLP_CTX_T0(t3) 141 lw t1, RV_SLP_CTX_T1(t3) 142 lw t2, RV_SLP_CTX_T2(t3) [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | aes-internal-enc.c | 25 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0]; in rijndaelEncrypt() 89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1]; in rijndaelEncrypt() 91 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2]; in rijndaelEncrypt() 93 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3]; in rijndaelEncrypt()
|
D | aes-internal-dec.c | 78 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local 140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0]; in rijndaelDecrypt() 142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1]; in rijndaelDecrypt() 144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2]; in rijndaelDecrypt() 146 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3]; in rijndaelDecrypt()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | p_256_ecc_pp.c | 54 DWORD t3[KEY_LENGTH_DWORDS_P256]; in ECC_Double() local 74 multiprecision_lshift_mod(t3, t2, keyLength); in ECC_Double() 75 multiprecision_add_mod(t2, t3, t2, keyLength); // t2=3t2 in ECC_Double() 82 multiprecision_mersenns_mult_mod(t3, y3, x1, keyLength); // t3=y3*x1=x1*y1^2 in ECC_Double() 83 multiprecision_lshift_mod(t3, t3, keyLength); in ECC_Double() 88 multiprecision_lshift_mod(t1, t3, keyLength); // t1=2t3 in ECC_Double() 90 multiprecision_sub_mod(t1, t3, x3, keyLength); // t1=t3-x3 in ECC_Double()
|
D | aes.c | 538 uint_8t tt, t0, t1, t2, t3; local 543 t3 = ctx->ksch[cc - 1]; 548 t2 = s_box(t3); 549 t3 = s_box(tt); 555 t3 = s_box(t3); 561 ctx->ksch[cc + 3] = ctx->ksch[tt + 3] ^ t3;
|
/hal_espressif-latest/components/riscv/ |
D | vectors.S | 50 sw t3, RV_STK_T3(sp) 90 lw t3, RV_STK_T3(sp)
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 74 STRUCT_FIELD (long, 4, RV_STK_T3, t3) /* t3-6: Temporaries */
|
D | rvsleep-frames.h | 76 STRUCT_FIELD (long, 4, RV_SLP_CTX_T3, t3) /* t3-6: Temporaries */
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_types.h | 1035 uint64_t t3; /**< Time of departure of ACK from FTM Initiator in pSec */ member
|
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | cacrt_all.pem | 1231 EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWzaGHQRiapIVJpLesux+t3 1357 t3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOtzCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTAD
|