Home
last modified time | relevance | path

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

/openssl-master/crypto/sm3/
A Dsm3_local.h45 #define FF0(X,Y,Z) (X ^ Y ^ Z) argument
46 #define GG0(X,Y,Z) (X ^ Y ^ Z) argument
48 #define FF1(X,Y,Z) ((X & Y) | ((X | Y) & Z)) argument
49 #define GG1(X,Y,Z) ((Z ^ (X & (Y ^ Z)))) argument
/openssl-master/util/
A Dcheck-format-test-positives.c52 #define X 1 /*@0 extra space false negative due to coincidence */
A Dcheck-format-test-negatives.c248 #define Y /* .. */ 2 + 2 macro
/openssl-master/crypto/bn/
A Dbn_gcd.c25 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in bn_mod_inverse_no_branch() local
200 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in int_bn_mod_inverse() local
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-master/crypto/aria/
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-master/crypto/ec/
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
A Decp_nistz256.c55 BN_ULONG Y[P256_LIMBS]; member
61 BN_ULONG Y[P256_LIMBS]; member
A Dec_local.h318 BIGNUM *Y; member
A Dcurve25519.c1800 fe Y; member
1806 fe Y; member
1813 fe Y; member

Completed in 37 milliseconds