/hal_espressif-3.6.0/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-3.6.0/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-3.6.0/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha1.c | 219 #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
|
D | esp_sha256.c | 190 #define F0(x,y,z) ((x & y) | (z & (x | y))) argument 191 #define F1(x,y,z) (z ^ (x & (y ^ z))) argument
|
D | esp_sha512.c | 282 #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/ |
D | test_libgcc.c | 169 uint64_t z; variable
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/include/ |
D | p_256_ecc_pp.h | 35 DWORD z[KEY_LENGTH_DWORDS_P256]; member
|
/hal_espressif-3.6.0/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-3.6.0/components/bt/test/ |
D | test_smp.c | 39 DWORD z[KEY_LENGTH_DWORDS_P256]; member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_cmac.c | 252 BT_OCTET16 z = {0}; in cmac_generate_subkey() local
|
D | smp_keys.c | 1253 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/ |
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-3.6.0/components/esp_rom/patches/ |
D | esp_rom_tjpgd.c | 174 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/ |
D | esp_aes_gcm.c | 275 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/ |
D | uECC.c | 767 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/ |
D | qrcodegen.c | 404 uint8_t z = 0; in reedSolomonMultiply() local
|
/hal_espressif-3.6.0/components/mdns/private_include/ |
D | mdns_private.h | 202 uint16_t z :1; member
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.h | 186 u8 z[DPP_MAX_HASH_LEN]; member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 244 #define BTM_LE_STATES_SUPPORTED(x, y, z) ((x)[(z)] & (y)) argument
|