Home
last modified time | relevance | path

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

12

/hal_espressif-3.6.0/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-3.6.0/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-3.6.0/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c219 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha1_software_process() argument
246 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() argument
273 #define F(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha1_software_process() argument
300 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() argument
Desp_sha256.c190 #define F0(x,y,z) ((x & y) | (z & (x | y))) argument
191 #define F1(x,y,z) (z ^ (x & (y ^ z))) argument
Desp_sha512.c282 #define F0(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha512_software_process() argument
283 #define F1(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha512_software_process() argument
/hal_espressif-3.6.0/components/esp_rom/test/
Dtest_libgcc.c169 uint64_t z; variable
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/include/
Dp_256_ecc_pp.h35 DWORD z[KEY_LENGTH_DWORDS_P256]; member
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/
DuECC_verify_antifault.c24 uECC_word_t z[uECC_MAX_WORDS]; in uECC_verify_antifault() local
/hal_espressif-3.6.0/components/bt/test/
Dtest_smp.c39 DWORD z[KEY_LENGTH_DWORDS_P256]; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c252 BT_OCTET16 z = {0}; in cmac_generate_subkey() local
Dsmp_keys.c1253 void smp_calculate_f4(UINT8 *u, UINT8 *v, UINT8 *x, UINT8 z, UINT8 *c) in smp_calculate_f4()
/hal_espressif-3.6.0/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-3.6.0/components/esp_rom/patches/
Desp_rom_tjpgd.c174 uint8_t d, z; in create_qt_tbl() local
493 uint32_t blk, nby, nbc, i, z, id, cmp; in mcu_load() local
/hal_espressif-3.6.0/components/mbedtls/port/aes/
Desp_aes_gcm.c275 static void esp_gcm_ghash(esp_gcm_context *ctx, const unsigned char *x, size_t x_len, uint8_t *z) in esp_gcm_ghash()
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DuECC.c767 uECC_word_t z[uECC_MAX_WORDS]; in XYcZ_initial_double() local
866 uECC_word_t z[uECC_MAX_WORDS]; in EccPoint_mult() local
1460 uECC_word_t z[uECC_MAX_WORDS]; in uECC_verify() local
/hal_espressif-3.6.0/examples/common_components/qrcode/
Dqrcodegen.c404 uint8_t z = 0; in reedSolomonMultiply() local
/hal_espressif-3.6.0/components/mdns/private_include/
Dmdns_private.h202 uint16_t z :1; member
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.h186 u8 z[DPP_MAX_HASH_LEN]; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c244 #define BTM_LE_STATES_SUPPORTED(x, y, z) ((x)[(z)] & (y)) argument

12