Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/xtensa/include/ |
D | xt_instr_macros.h | 55 .macro SET_STACK new_sp tmp1 tmp2 56 addi tmp1, new_sp, -SAVE_AREA_OFFSET 57 addi tmp2, tmp1, -BASE_AREA_SP_OFFSET 59 addi new_sp, tmp1, 0 60 rsr.ps \tmp1 62 and \tmp1, \tmp1, \tmp2 63 wsr.ps \tmp1 66 rsr.windowbase \tmp1 67 ssl \tmp1 68 movi \tmp1, 1 [all …]
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc.c | 796 uECC_word_t tmp1[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() 865 uECC_word_t tmp1[NUM_ECC_WORDS]; in uECC_valid_point() local 880 uECC_vli_modSquare_fast(tmp1, point + num_words, curve); 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/ |
D | ecc.c | 795 uECC_word_t tmp1[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() 864 uECC_word_t tmp1[NUM_ECC_WORDS]; in uECC_valid_point() local 879 uECC_vli_modSquare_fast(tmp1, point + num_words, curve); 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/ |
D | xtensa_context.h | 147 STRUCT_FIELD (long, 4, XT_STK_TMP1, tmp1)
|