/hal_espressif-latest/components/newlib/port/riscv/ |
D | port_stdatomic.S | 14 lr.w t2, (a0) // invokes 'Load access fault!' 22 lr.w t2, (t0) // t2 - load atomic 23 srl t4, t2, t1 39 lr.w t2, (t0) // t2 - load atomic 40 and t3, t2, t6 // t3 - masked aliged memory. Atomic variable part is zeroed here 57 lr.w t2, (t0) // t2 - load atomic 58 and t3, t2, t6 // t3 - masked aliged memory. Atomic variable part is zeroed here 62 srl t4, t2, t1 80 lr.w t2, (t0) // t2 - load atomic 81 and t3, t2, t6 // t3 - prepare half-word from aligned memory to compare with expected (t5) [all …]
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu_asm.S | 53 sw t2, RV_SLP_CTX_T2(t0) 87 csrr t2, mtvec 88 sw t2, RV_SLP_CTX_MTVEC(t0) 94 csrr t2, mie 95 sw t2, RV_SLP_CTX_MIE(t0) 109 lw t2, RV_SLP_CTX_PMUFUNC(t0) 110 and t2, t1, t2 111 ori t2, t2, 0x1 112 sw t2, RV_SLP_CTX_PMUFUNC(t0) 123 la t2, EXTMEM_CACHE_SYNC_ADDR_REG [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | p_256_ecc_pp.c | 53 DWORD t2[KEY_LENGTH_DWORDS_P256]; in ECC_Double() local 71 multiprecision_sub_mod(t2, x1, t1, keyLength); // t2=x1-t1 in ECC_Double() 73 multiprecision_mersenns_mult_mod(t2, t1, t2, keyLength); // t2=t2*t1 in ECC_Double() 74 multiprecision_lshift_mod(t3, t2, keyLength); in ECC_Double() 75 multiprecision_add_mod(t2, t3, t2, keyLength); // t2=3t2 in ECC_Double() 87 multiprecision_mersenns_squa_mod(x3, t2, keyLength); // x3=t2^2 in ECC_Double() 91 multiprecision_mersenns_mult_mod(t1, t1, t2, keyLength); // t1=t1*t2 in ECC_Double() 99 DWORD t2[KEY_LENGTH_DWORDS_P256]; in ECC_Add() local 127 multiprecision_mersenns_mult_mod(t2, z1, t1, keyLength); // t2=t1*z1 in ECC_Add() 129 multiprecision_mersenns_mult_mod(t2, y2, t2, keyLength); // t2=t2*y2 in ECC_Add() [all …]
|
D | aes.c | 538 uint_8t tt, t0, t1, t2, t3; local 542 t2 = ctx->ksch[cc - 2]; 547 t1 = s_box(t2); 548 t2 = s_box(t3); 554 t2 = s_box(t2); 560 ctx->ksch[cc + 2] = ctx->ksch[tt + 2] ^ t2;
|
/hal_espressif-latest/components/riscv/ |
D | vectors.S | 29 sw t2, RV_STK_T2(sp) 69 lw t2, RV_STK_T2(sp) 245 li t2, 0x7fffffff 246 and t1, s1, t2 /* t1 = mcause & mask */ 248 li t2, INTC_INT_PRIO_REG(0) 249 add t1, t2, t1 /* t1 = INTC_INT_PRIO_REG + 4 * mcause */ 250 lw t2, 0(t1) /* t2 = INTC_INT_PRIO_REG[mcause] */ 251 addi t2, t2, 1 /* t2 = t2 +1 */ 252 sw t2, 0(t0) /* INTERRUPT_CORE0_CPU_INT_THRESH_REG = t2 */
|
/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/porting/ext/tinycrypt/src/ |
D | sha256.c | 185 unsigned int t1, t2; in compress() local 197 t2 = Sigma0(a) + Maj(a, b, c); in compress() 199 d = c; c = b; b = a; a = t1 + t2; in compress() 210 t2 = Sigma0(a) + Maj(a, b, c); in compress() 212 d = c; c = b; b = a; a = t1 + t2; in compress()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | sha256.c | 185 unsigned int t1, t2; in compress() local 197 t2 = Sigma0(a) + Maj(a, b, c); in compress() 199 d = c; c = b; b = a; a = t1 + t2; in compress() 210 t2 = Sigma0(a) + Maj(a, b, c); in compress() 212 d = c; c = b; b = a; a = t1 + t2; in compress()
|
/hal_espressif-latest/components/mbedtls/port/sha/dma/ |
D | sha.c | 148 uint8_t t0, t1, t2, t_len; in esp_sha_512_t_init_hash() local 167 t2 = t / 100; in esp_sha_512_t_init_hash() 169 (((0x30 + t1) << 16) + ((0x30 + t2) << 24))); in esp_sha_512_t_init_hash()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 578 struct crypto_bignum *a, *u2, *t1, *t2, *z, *t, *zero, *one, *two, *three, in sswu() local 602 t2 = crypto_bignum_init(); in sswu() 615 if (!u2 || !t1 || !t2 || !z || !t || !zero || !one || !two || !three || in sswu() 631 crypto_bignum_sqrmod(t1, prime, t2) < 0 || in sswu() 632 crypto_bignum_addmod(t1, t2, prime, t1) < 0) in sswu() 642 if (crypto_bignum_sub(prime, two, t2) < 0 || in sswu() 643 crypto_bignum_exptmod(t1, t2, prime, t) < 0) in sswu() 656 crypto_bignum_inverse(a, prime, t2) < 0 || in sswu() 657 crypto_bignum_mulmod(t1, t2, prime, t1) < 0 || in sswu() 658 crypto_bignum_addmod(one, t, prime, t2) < 0 || in sswu() [all …]
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 53 STRUCT_FIELD (long, 4, RV_STK_T2, t2)
|
D | rvsleep-frames.h | 55 STRUCT_FIELD (long, 4, RV_SLP_CTX_T2, t2)
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.c | 486 time_t t2 = t; in os_gmtime() local 488 tm2 = gmtime(&t2); in os_gmtime()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 1717 mp_int q, x, y, t1, t2; in mp_div() local 1747 if ((res = mp_init (&t2)) != MP_OKAY) { in mp_div() 1835 t2.dp[0] = (i - 2 < 0) ? 0 : x.dp[i - 2]; in mp_div() 1836 t2.dp[1] = (i - 1 < 0) ? 0 : x.dp[i - 1]; in mp_div() 1837 t2.dp[2] = x.dp[i]; in mp_div() 1838 t2.used = 3; in mp_div() 1839 } while (mp_cmp_mag(&t1, &t2) == MP_GT); in mp_div() 1892 LBL_T2:mp_clear (&t2); in mp_div()
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_types.h | 1034 uint64_t t2; /**< Time of arrival of FTM frame at FTM Initiator in pSec */ member
|
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | cacrt_all.pem | 370 t2/876LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+bbqBHH5C
|