Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/xtensa/include/
Dxt_instr_macros.h55 .macro SET_STACK new_sp tmp1 tmp2
57 addi tmp2, tmp1, -BASE_AREA_SP_OFFSET
58 s32i new_sp, tmp2, 0
61 movi \tmp2, ~(PS_WOE_MASK | PS_OWB_MASK | PS_CALLINC_MASK)
62 and \tmp1, \tmp1, \tmp2
76 movi \tmp2, (PS_WOE)
77 or \tmp1, \tmp1, \tmp2
88 uint32_t tmp1 = 0, tmp2 = 0; \
111 : "+r"(sp), "+r"(tmp1), "+r"(tmp2) : "r"(mask)); \
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha1-pbkdf2.c18 unsigned char tmp[SHA1_MAC_LEN], tmp2[SHA1_MAC_LEN]; in pbkdf2_sha1_f() local
47 SHA1_MAC_LEN, tmp2)) in pbkdf2_sha1_f()
49 os_memcpy(tmp, tmp2, SHA1_MAC_LEN); in pbkdf2_sha1_f()
51 digest[j] ^= tmp2[j]; in pbkdf2_sha1_f()
Daes-siv.c67 u8 tmp[AES_BLOCK_SIZE], tmp2[AES_BLOCK_SIZE]; in aes_s2v() local
90 tmp2); in aes_s2v()
95 xor(tmp, tmp2); in aes_s2v()
110 pad_block(tmp2, addr[i], len[i]); in aes_s2v()
111 xor(tmp, tmp2); in aes_s2v()
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc.c797 uECC_word_t tmp2[NUM_ECC_WORDS]; in EccPoint_compute_public_key() local
798 uECC_word_t *p2[2] = {tmp1, tmp2}; in EccPoint_compute_public_key()
803 carry = regularize_k(private_key, tmp1, tmp2, curve); in EccPoint_compute_public_key()
866 uECC_word_t tmp2[NUM_ECC_WORDS]; in uECC_valid_point() local
881 curve->x_side(tmp2, point, curve); /* tmp2 = x^3 + ax + b */ in uECC_valid_point()
884 if (uECC_vli_equal(tmp1, tmp2, num_words) != 0) in uECC_valid_point()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc.c796 uECC_word_t tmp2[NUM_ECC_WORDS]; in EccPoint_compute_public_key() local
797 uECC_word_t *p2[2] = {tmp1, tmp2}; in EccPoint_compute_public_key()
802 carry = regularize_k(private_key, tmp1, tmp2, curve); in EccPoint_compute_public_key()
865 uECC_word_t tmp2[NUM_ECC_WORDS]; in uECC_valid_point() local
880 curve->x_side(tmp2, point, curve); /* tmp2 = x^3 + ax + b */ in uECC_valid_point()
883 if (uECC_vli_equal(tmp1, tmp2, num_words) != 0) { in uECC_valid_point()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtensa_context.h148 STRUCT_FIELD (long, 4, XT_STK_TMP2, tmp2)