Home
last modified time | relevance | path

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

12

/openssl/crypto/sm3/
H A Dsm3_local.h78 # define P0(X) (X ^ ROTATE(X, 9) ^ ROTATE(X, 17)) argument
81 # define P1(X) (X ^ ROTATE(X, 15) ^ ROTATE(X, 23)) argument
84 #define FF0(X,Y,Z) (X ^ Y ^ Z) argument
85 #define GG0(X,Y,Z) (X ^ Y ^ Z) argument
87 #define FF1(X,Y,Z) ((X & Y) | ((X | Y) & Z)) argument
88 #define GG1(X,Y,Z) ((Z ^ (X & (Y ^ Z)))) argument
/openssl/crypto/sm4/
H A Dsm4.c244 static ossl_inline uint32_t SM4_T_non_lin_sub(uint32_t X) in SM4_T_non_lin_sub()
256 static ossl_inline uint32_t SM4_T_slow(uint32_t X) in SM4_T_slow()
266 static ossl_inline uint32_t SM4_T(uint32_t X) in SM4_T()
274 static ossl_inline uint32_t SM4_key_sub(uint32_t X) in SM4_key_sub()
/openssl/util/
H A Dcheck-format-test-positives.c53 #endif /*@ indent of preproc. directive off by 1 (must be 0) */
H A Dcheck-format-test-negatives.c403 #define X 1 + 1 macro
/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/include/openssl/
H A Dquic.h58 # define OSSL_QUIC_ERR_CRYPTO_ERR(X) \ argument
/openssl/crypto/sha/
H A Dsha256.c216 SHA_LONG X[16], l; in sha256_block_data_order() local
284 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument
298 SHA_LONG X[16]; in sha256_block_data_order_c() local
H A Dsha512.c606 SHA_LONG64 X[9 + 80], *F; in sha512_block_data_order() local
668 SHA_LONG64 X[16]; in sha512_block_data_order() local
738 # define ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X) do { \ argument
753 SHA_LONG64 X[16]; in sha512_block_data_order_c() 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/bn/
H A Dbn_gcd.c26 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in bn_mod_inverse_no_branch() local
202 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in int_bn_mod_inverse() local
H A Dbn_rsa_fips186_4.c275 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/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.c139 BIGNUM *k = NULL, *r = NULL, *X = NULL; in ecdsa_sign_setup() local
450 BIGNUM *u1, *u2, *m, *X; in ossl_ecdsa_simple_verify_sig() local
H A Decp_sm2p256.c31 BN_ULONG X[P256_LIMBS]; member
37 BN_ULONG X[P256_LIMBS]; member
H A Decp_nistz256.c46 BN_ULONG X[P256_LIMBS]; member
52 BN_ULONG X[P256_LIMBS]; member
H A Dec_local.h319 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.c372 uint32_t X[16], *pB; in scryptBlockMix() local
386 uint32_t *X, uint32_t *T, uint32_t *V) in scryptROMix()
451 uint32_t *X, *V, *T; in scrypt_alg() local
/openssl/ssl/quic/
H A Dquic_wire.c1015 #define X(name) case OSSL_QUIC_FRAME_TYPE_##name: return #name; in ossl_quic_frame_type_to_string() macro
1056 #define X(name) case OSSL_QUIC_ERR_##name: return #name; in ossl_quic_err_to_string() macro
/openssl/crypto/ffc/
H A Dffc_params_generate.c200 BIGNUM *W, *X, *tmp, *c, *test; in generate_p() local

Completed in 85 milliseconds

12