Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 36) sorted by relevance

12

/hal_espressif-latest/components/esp_rom/linux/
Desp_rom_md5.c150 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
151 #define F2(x, y, z) F1(z, x, y) argument
152 #define F3(x, y, z) (x ^ y ^ z) argument
153 #define F4(x, y, z) (y ^ (x | ~z)) argument
156 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
195 #define F2(x, y, z) F1(z, x, y) argument
196 #define F3(x, y, z) (x ^ y ^ z) argument
197 #define F4(x, y, z) (y ^ (x | ~z)) argument
200 #define MD5STEP(f, w, x, y, z, data, s) \ argument
Dsha1-internal.c144 #define R0(v,w,x,y,z,i) \ argument
147 #define R1(v,w,x,y,z,i) \ argument
150 #define R2(v,w,x,y,z,i) \ argument
152 #define R3(v,w,x,y,z,i) \ argument
155 #define R4(v,w,x,y,z,i) \ argument
Dmd4-internal.c184 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) argument
186 #define F3(x, y, z) (x ^ y ^ z) argument
189 #define MD4STEP(f, w, x, y, z, data, s) \ argument
Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
93 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
Dsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
72 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
Daes-gcm.c65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c165 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha1_software_process() argument
192 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() argument
219 #define F(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha1_software_process() argument
246 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() argument
Desp_sha256.c166 #define F0(x,y,z) ((x & y) | (z & (x | y))) argument
167 #define F1(x,y,z) (z ^ (x & (y ^ z))) argument
Desp_sha512.c225 #define F0(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha512_software_process() argument
226 #define F1(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha512_software_process() argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dp_256_ecc_pp.h35 DWORD z[KEY_LENGTH_DWORDS_P256]; member
/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/
DuECC_verify_antifault.c24 uECC_word_t z[uECC_MAX_WORDS]; in uECC_verify_antifault() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c252 BT_OCTET16 z = {0}; in cmac_generate_subkey() local
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc_dsa.c198 uECC_word_t z[NUM_ECC_WORDS]; in uECC_verify() local
Decc.c644 uECC_word_t z[NUM_ECC_WORDS]; in XYcZ_initial_double() local
737 uECC_word_t z[NUM_ECC_WORDS]; in EccPoint_mult() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dsa.c197 uECC_word_t z[NUM_ECC_WORDS]; in uECC_verify() local
Decc.c643 uECC_word_t z[NUM_ECC_WORDS]; in XYcZ_initial_double() local
736 uECC_word_t z[NUM_ECC_WORDS]; in EccPoint_mult() local
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dds_struct.h129 volatile uint32_t z[128]; member
Drsa_struct.h244 volatile uint32_t z[4]; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dds_struct.h129 volatile uint32_t z[128]; member
Drsa_struct.h244 volatile uint32_t z[4]; member
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2s_ll.h271 …_set_raw_clk_div(i2s_dev_t *hw, uint32_t div_int, uint32_t x, uint32_t y, uint32_t z, uint32_t yn1) in i2s_ll_tx_set_raw_clk_div()
301 …_set_raw_clk_div(i2s_dev_t *hw, uint32_t div_int, uint32_t x, uint32_t y, uint32_t z, uint32_t yn1) in i2s_ll_rx_set_raw_clk_div()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2s_ll.h260 …_set_raw_clk_div(i2s_dev_t *hw, uint32_t div_int, uint32_t x, uint32_t y, uint32_t z, uint32_t yn1) in i2s_ll_tx_set_raw_clk_div()
289 …_set_raw_clk_div(i2s_dev_t *hw, uint32_t div_int, uint32_t x, uint32_t y, uint32_t z, uint32_t yn1) in i2s_ll_rx_set_raw_clk_div()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2s_ll.h278 …_set_raw_clk_div(i2s_dev_t *hw, uint32_t div_int, uint32_t x, uint32_t y, uint32_t z, uint32_t yn1) in i2s_ll_tx_set_raw_clk_div()
308 …_set_raw_clk_div(i2s_dev_t *hw, uint32_t div_int, uint32_t x, uint32_t y, uint32_t z, uint32_t yn1) in i2s_ll_rx_set_raw_clk_div()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h260 …_set_raw_clk_div(i2s_dev_t *hw, uint32_t div_int, uint32_t x, uint32_t y, uint32_t z, uint32_t yn1) in i2s_ll_tx_set_raw_clk_div()
289 …_set_raw_clk_div(i2s_dev_t *hw, uint32_t div_int, uint32_t x, uint32_t y, uint32_t z, uint32_t yn1) in i2s_ll_rx_set_raw_clk_div()

12