Searched defs:Y (Results 1 – 12 of 12) sorted by relevance
/openssl/util/ |
H A D | check-format-test-positives.c | 54 #define X (1 + 1) /*@0 extra space in body, reported unless sloppy-spc */
|
H A D | check-format-test-negatives.c | 404 #define Y /* .. */ 2 + 2 macro
|
/openssl/crypto/sm3/ |
H A D | sm3_local.h | 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/bn/ |
H A D | bn_gcd.c | 26 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 D | bn_rsa_fips186_4.c | 275 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 D | aria.c | 39 #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 D | ecp_nistputil.c | 83 #define Y(I) (&((char *)point_array)[(3*(I) + 1) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() macro
|
H A D | ecp_sm2p256.c | 32 BN_ULONG Y[P256_LIMBS]; member 38 BN_ULONG Y[P256_LIMBS]; member
|
H A D | ecp_nistz256.c | 47 BN_ULONG Y[P256_LIMBS]; member 53 BN_ULONG Y[P256_LIMBS]; member
|
H A D | ec_local.h | 320 BIGNUM *Y; member
|
H A D | curve25519.c | 1800 fe Y; member 1806 fe Y; member 1813 fe Y; member
|
/openssl/crypto/bio/ |
H A D | bss_dgram.c | 130 # define BIO_MAX(X,Y) ((X) > (Y) ? (X) : (Y)) argument
|
Completed in 52 milliseconds