Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 12 of 12) sorted by relevance

/openssl/util/
H A Dcheck-format-test-positives.c54 #define X (1 + 1) /*@0 extra space in body, reported unless sloppy-spc */
H A Dcheck-format-test-negatives.c404 #define Y /* .. */ 2 + 2 macro
/openssl/crypto/sm3/
H A Dsm3_local.h84 #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/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.c83 #define Y(I) (&((char *)point_array)[(3*(I) + 1) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() macro
H A Decp_sm2p256.c32 BN_ULONG Y[P256_LIMBS]; member
38 BN_ULONG Y[P256_LIMBS]; member
H A Decp_nistz256.c47 BN_ULONG Y[P256_LIMBS]; member
53 BN_ULONG Y[P256_LIMBS]; member
H A Dec_local.h320 BIGNUM *Y; member
H A Dcurve25519.c1800 fe Y; member
1806 fe Y; member
1813 fe Y; member
/openssl/crypto/bio/
H A Dbss_dgram.c130 # define BIO_MAX(X,Y) ((X) > (Y) ? (X) : (Y)) argument

Completed in 53 milliseconds