/hal_espressif-latest/components/esp_rom/linux/ |
D | esp_rom_md5.c | 150 #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/ |
D | md5-internal.c | 194 #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
|
D | sha1-internal.c | 144 #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
|
D | md4-internal.c | 184 #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
|
D | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument 93 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
|
D | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument 72 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
|
D | aes-gcm.c | 65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
|
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha1.c | 165 #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
|
D | esp_sha256.c | 166 #define F0(x,y,z) ((x & y) | (z & (x | y))) argument 167 #define F1(x,y,z) (z ^ (x & (y ^ z))) argument
|
D | esp_sha512.c | 225 #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/ |
D | p_256_ecc_pp.h | 35 DWORD z[KEY_LENGTH_DWORDS_P256]; member
|
/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/ |
D | uECC_verify_antifault.c | 24 uECC_word_t z[uECC_MAX_WORDS]; in uECC_verify_antifault() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_cmac.c | 252 BT_OCTET16 z = {0}; in cmac_generate_subkey() local
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc_dsa.c | 198 uECC_word_t z[NUM_ECC_WORDS]; in uECC_verify() local
|
D | ecc.c | 644 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/ |
D | ecc_dsa.c | 197 uECC_word_t z[NUM_ECC_WORDS]; in uECC_verify() local
|
D | ecc.c | 643 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/ |
D | ds_struct.h | 129 volatile uint32_t z[128]; member
|
D | rsa_struct.h | 244 volatile uint32_t z[4]; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | ds_struct.h | 129 volatile uint32_t z[128]; member
|
D | rsa_struct.h | 244 volatile uint32_t z[4]; member
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | i2s_ll.h | 271 …_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/ |
D | i2s_ll.h | 260 …_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/ |
D | i2s_ll.h | 278 …_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/ |
D | i2s_ll.h | 260 …_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()
|