Home
last modified time | relevance | path

Searched defs:x3 (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/crypto/openssl/crypto/seed/
H A Dseed.c449 seed_word x1, x2, x3, x4; in SEED_set_key() local
509 seed_word x1, x2, x3, x4; in SEED_encrypt() local
554 seed_word x1, x2, x3, x4; in SEED_decrypt() local
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c98 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
144 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519_fiat.h30 fiat_25519_uint1 x3 = (fiat_25519_uint1)(x1 >> 51); in fiat_25519_addcarryx_u51() local
47 uint64_t x3 = (x1 & UINT64_C(0x7ffffffffffff)); in fiat_25519_subborrowx_u51() local
63 uint64_t x3 = ((x2 & arg3) | ((~x2) & arg2)); in fiat_25519_cmovznz_u64() local
77 fiat_25519_uint128 x3 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[2]) * (uint64_t)UINT8_C(0x13))); in fiat_25519_carry_mul() local
143 uint64_t x3 = ((arg1[4]) * (uint64_t)0x2); in fiat_25519_carry_square() local
207 uint64_t x3 = ((x2 >> 51) + (arg1[2])); in fiat_25519_carry() local
234 uint64_t x3 = ((arg1[2]) + (arg2[2])); in fiat_25519_add() local
254 uint64_t x3 = ((UINT64_C(0xffffffffffffe) + (arg1[2])) - (arg2[2])); in fiat_25519_sub() local
273 uint64_t x3 = (UINT64_C(0xffffffffffffe) - (arg1[2])); in fiat_25519_opp() local
293 uint64_t x3; in fiat_25519_to_bytes() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dparityti2.c24 su_int x3 = x2.s.high ^ x2.s.low; in __parityti2() local
H A Dpopcountti2.c21 tu_int x3 = (tu_int)a; in __popcountti2() local
/freebsd/crypto/krb5/src/tests/
H A Dt_bogus_kdc_req.py35 x3 = base64.b16decode('FFFF') variable
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_pkcs1_sig_pad.c33 size_t u, x3, xlen; in br_rsa_pkcs1_sig_pad() local
H A Drsa_pkcs1_sig_unpad.c38 size_t u, x2, x3, pad_len, zlen; in br_rsa_pkcs1_sig_unpad() local
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_pwr8_ctrcbc.c231 #define BLOCK_ENCRYPT_X4_128(x0, x1, x2, x3) \ argument
277 #define BLOCK_ENCRYPT_X4_192(x0, x1, x2, x3) \ argument
331 #define BLOCK_ENCRYPT_X4_256(x0, x1, x2, x3) \ argument
H A Daes_ct64.c41 uint64_t x0, x1, x2, x3, x4, x5, x6, x7; in br_aes_ct64_bitslice_Sbox() local
240 uint64_t x0, x1, x2, x3; in br_aes_ct64_interleave_in() local
270 uint64_t x0, x1, x2, x3; in br_aes_ct64_interleave_out() local
383 uint64_t x0, x1, x2, x3; in br_aes_ct64_skey_expand() local
H A Daes_x86ni_ctr.c69 __m128i x0, x1, x2, x3; in br_aes_x86ni_ctr_run() local
H A Daes_x86ni_cbcdec.c66 __m128i x0, x1, x2, x3, e0, e1, e2, e3; in br_aes_x86ni_cbcdec_run() local
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsunddi.h46 #define ddi_prop_lookup_string(x1, x2, x3, x4, x5) (*x5 = NULL) argument
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsunddi.h48 #define ddi_prop_lookup_string(x1, x2, x3, x4, x5) (*x5 = NULL) argument
/freebsd/sys/powerpc/fpu/
H A Dfpu_mul.c103 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
H A Dfpu_sqrt.c191 u_int x0, x1, x2, x3; in fpu_sqrt() local
/freebsd/contrib/bearssl/src/hash/
H A Dghash_pclmul.c164 #define SL_256(x0, x1, x2, x3) do { \ argument
181 #define REDUCE_F128(x0, x1, x2, x3) do { \ argument
H A Dghash_ctmul.c73 uint32_t x0, x1, x2, x3; in bmul() local
167 uint32_t x0, x1, x2, x3; in bmul() local
H A Dghash_ctmul32.c51 uint32_t x0, x1, x2, x3; in bmul32() local
/freebsd/contrib/arm-optimized-routines/math/
H A Dsincosf.h44 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local
72 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c22 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, in crypto_core_hsalsa20() local
/freebsd/crypto/openssl/crypto/idea/
H A Di_cbc.c99 register unsigned long x1, x2, x3, x4, t0, t1, ul; in IDEA_encrypt() local
/freebsd/sys/arm64/vmm/
H A Dvmm_nvhe.c90 vmm_hyp_enter(uint64_t handle, uint64_t x1, uint64_t x2, uint64_t x3, in vmm_hyp_enter()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c21 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; in crypto_core_hchacha20() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c61 fe25519 x3; in crypto_scalarmult_curve25519_ref10() local

123