Searched defs:Y (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/sm3/ |
A D | sm3_local.h | 45 #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 D | check-format-test-positives.c | 52 #define X 1 /*@0 extra space false negative due to coincidence */
|
A D | check-format-test-negatives.c | 248 #define Y /* .. */ 2 + 2 macro
|
/openssl-master/crypto/bn/ |
A D | bn_gcd.c | 25 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 D | bn_rsa_fips186_4.c | 244 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 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-master/crypto/ec/ |
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
|
A D | ecp_nistz256.c | 55 BN_ULONG Y[P256_LIMBS]; member 61 BN_ULONG Y[P256_LIMBS]; member
|
A D | ec_local.h | 318 BIGNUM *Y; member
|
A D | curve25519.c | 1800 fe Y; member 1806 fe Y; member 1813 fe Y; member
|
Completed in 37 milliseconds