Home
last modified time | relevance | path

Searched defs:X (Results 1 – 22 of 22) sorted by relevance

/openssl/crypto/sm3/
H A Dsm3_local.h73 # define P0(X) (X ^ ROTATE(X, 9) ^ ROTATE(X, 17)) argument
76 # define P1(X) (X ^ ROTATE(X, 15) ^ ROTATE(X, 23)) argument
79 #define FF0(X,Y,Z) (X ^ Y ^ Z) argument
80 #define GG0(X,Y,Z) (X ^ Y ^ Z) argument
82 #define FF1(X,Y,Z) ((X & Y) | ((X | Y) & Z)) argument
83 #define GG1(X,Y,Z) ((Z ^ (X & (Y ^ Z)))) argument
/openssl/util/
H A Dcheck-format-test-positives.c50 /*@ comment line is 5 columns toooooooooooooooooooooooooooooooooooooooooooooo wide */
H A Dcheck-format-test-negatives.c341 #define X 1 + 1 macro
/openssl/crypto/sm4/
H A Dsm4.c244 static ossl_inline uint32_t SM4_T_slow(uint32_t X) in SM4_T_slow()
259 static ossl_inline uint32_t SM4_T(uint32_t X) in SM4_T()
298 uint32_t X = K[(i + 1) % 4] ^ K[(i + 2) % 4] ^ K[(i + 3) % 4] ^ CK[i]; in ossl_sm4_set_key() local
/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl1440 sub X { my $reg=shift; $reg=~s/^ymm/xmm/; $reg; } subroutine
/openssl/crypto/md4/
H A Dmd4_dgst.c51 # define X(i) XX##i in md4_block_data_order() macro
54 # define X(i) XX[i] in md4_block_data_order() macro
/openssl/crypto/md5/
H A Dmd5_dgst.c51 # define X(i) XX##i in md5_block_data_order() macro
54 # define X(i) XX[i] in md5_block_data_order() macro
/openssl/crypto/ripemd/
H A Drmd_dgst.c51 # define X(i) XX##i in ripemd160_block_data_order() macro
54 # define X(i) XX[i] in ripemd160_block_data_order() macro
/openssl/crypto/cast/
H A Dc_skey.c37 CAST_LONG X[4], Z[4]; in CAST_set_key() local
/openssl/crypto/bn/
H A Dbn_gcd.c25 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in bn_mod_inverse_no_branch() local
201 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in int_bn_mod_inverse() local
H A Dbn_rsa_fips186_4.c244 int ossl_bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin, in ossl_bn_rsa_fips186_4_derive_prime()
/openssl/crypto/sha/
H A Dsha256.c196 SHA_LONG X[16], l; in sha256_block_data_order() local
264 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument
274 SHA_LONG X[16]; in sha256_block_data_order() local
H A Dsha512.c602 SHA_LONG64 X[9 + 80], *F; in sha512_block_data_order() local
664 SHA_LONG64 X[16]; in sha512_block_data_order() local
734 # define ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X) do { \ argument
745 SHA_LONG64 X[16]; in sha512_block_data_order() local
H A Dsha_local.h126 # define X(i) XX##i macro
133 # define X(i) XX[i] macro
371 SHA_LONG X[16]; in HASH_BLOCK_DATA_ORDER() local
/openssl/crypto/aria/
H A Daria.c39 #define GET_U8_BE(X, Y) ((uint8_t)((X) >> ((3 - Y) * 8))) argument
40 #define GET_U32_BE(X, Y) ( \ argument
442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument
462 #define ARIA_GSRK(RK, X, Y, N) _ARIA_GSRK(RK, X, Y, 4 - ((N) / 32), (N) % 32) argument
464 #define ARIA_DEC_DIFF_BYTE(X, Y, TMP, TMP2) \ argument
/openssl/crypto/ec/
H A Decp_nistputil.c82 #define X(I) (&((char *)point_array)[3*(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() macro
H A Decdsa_ossl.c79 BIGNUM *k = NULL, *r = NULL, *X = NULL; in ecdsa_sign_setup() local
362 BIGNUM *u1, *u2, *m, *X; in ossl_ecdsa_simple_verify_sig() local
H A Decp_nistz256.c54 BN_ULONG X[P256_LIMBS]; member
60 BN_ULONG X[P256_LIMBS]; member
H A Dec_local.h317 BIGNUM *X; member
H A Dcurve25519.c1799 fe X; member
1805 fe X; member
1812 fe X; member
/openssl/providers/implementations/kdfs/
H A Dscrypt.c378 uint32_t X[16], *pB; in scryptBlockMix() local
392 uint32_t *X, uint32_t *T, uint32_t *V) in scryptROMix()
457 uint32_t *X, *V, *T; in scrypt_alg() local
/openssl/crypto/ffc/
H A Dffc_params_generate.c200 BIGNUM *W, *X, *tmp, *c, *test; in generate_p() local

Completed in 114 milliseconds