Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 38) sorted by relevance

12

/openssl/crypto/ripemd/
H A Drmd_local.h50 #define F1(x,y,z) ((x) ^ (y) ^ (z)) argument
51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) argument
52 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) argument
53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) argument
54 #define F5(x,y,z) (((~(z)) | (y)) ^ (x)) argument
/openssl/test/
H A Dpkcs12_format_test.c397 static int test_single_key_enc_alg(int z) in test_single_key_enc_alg()
411 static int test_single_key_enc_pass(int z) in test_single_key_enc_pass()
422 static int test_single_key_enc_iter(int z) in test_single_key_enc_iter()
496 static int test_single_cert_mac_alg(int z) in test_single_cert_mac_alg()
507 static int test_single_cert_mac_pass(int z) in test_single_cert_mac_pass()
518 static int test_single_cert_mac_iter(int z) in test_single_cert_mac_iter()
656 static int test_single_secret_enc_alg(int z) in test_single_secret_enc_alg()
H A Dcasttest.c64 static int cast_test_vector(int z) in cast_test_vector()
H A Devp_kdf_test.c907 static unsigned char z[] = { in test_kdf_ss_hash() local
950 static unsigned char z[] = { in test_kdf_x963() local
1594 static unsigned char z[] = { in test_kdf_ss_hmac() local
1636 static unsigned char z[] = { in test_kdf_ss_kmac() local
1798 static unsigned char z[] = { in test_kdf_x942_asn1() local
H A Dectest.c165 BIGNUM *x = NULL, *y = NULL, *z = NULL, *yplusone = NULL; in prime_field_tests() local
784 BIGNUM *x = NULL, *y = NULL, *z = NULL, *cof = NULL, *yplusone = NULL; in char2_curve_test() local
940 BIGNUM *x = NULL, *y = NULL, *z = NULL, *cof = NULL, *yplusone = NULL; in char2_field_tests() local
2817 const BIGNUM *z = NULL, *cof = NULL, *priv1 = NULL; in custom_params_test() local
/openssl/util/
H A Dcheck-format-test-positives.c61 x = 1, /*@ hanging expr indent off by -1 */
/openssl/ssl/quic/
H A Duint_set.c127 UINT_SET_ITEM *x, *xnext, *z, *zprev, *f; in ossl_uint_set_insert() local
260 UINT_SET_ITEM *z, *zprev, *y; in ossl_uint_set_remove() local
/openssl/crypto/sha/
H A Dsha256.c174 # define Ch(x,y,z) ({ MD32_REG_T ret; \ argument
178 # define Maj(x,y,z) ({ MD32_REG_T ret; \ argument
204 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
207 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
H A Dsha512.c507 # define Ch(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument
517 # define Maj(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument
528 # define Ch(x,y,z) ({ SHA_LONG64 ret; \ argument
532 # define Maj(x,y,z) ({ SHA_LONG64 ret; \ argument
589 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
592 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/openssl/crypto/ec/curve448/
H A Dpoint_448.h30 gf z; member
57 gf x, y, z, t; member
H A Dfield.h133 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
/openssl/crypto/bn/
H A Dbn_print.c33 int i, j, v, z = 0; in BN_print() local
H A Dbn_conv.c17 int i, j, v, z = 0; in BN_bn2hex() local
H A Dbn_gf2m.c296 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local
1004 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local
H A Dbn_prime.c351 BIGNUM *g, *w1, *w3, *x, *m, *z, *b; in ossl_bn_miller_rabin_is_prime() local
/openssl/crypto/cast/
H A Dc_skey.c35 CAST_LONG z[16]; in CAST_set_key() local
/openssl/crypto/aria/
H A Daria.c928 const ARIA_u128 *xor, const ARIA_u128 *z) in rotnr()
946 static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19r()
955 static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31r()
964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot61l()
973 static void rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31l()
982 static void rot19l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19l()
/openssl/crypto/evp/
H A Dpbe_scrypt.c47 OSSL_PARAM params[7], *z = params; in EVP_PBE_scrypt_ex() local
/openssl/crypto/ec/
H A Dec2_oct.c44 BIGNUM *tmp, *x, *y, *z; in ossl_ec_GF2m_simple_set_compressed_coordinates() local
H A Decp_smpl.c379 const BIGNUM *z, in ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp()
438 BIGNUM *z, BN_CTX *ctx) in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp()
/openssl/crypto/
H A Ddeterministic_nonce.c103 BIGNUM *z = BN_new(); in bits2octets() local
/openssl/crypto/dh/
H A Ddh_key.c44 BIGNUM *z = NULL, *pminus1; in ossl_dh_compute_key() local
/openssl/providers/implementations/kdfs/
H A Dsskdf.c118 const unsigned char *z, size_t z_len, in SSKDF_hash_kdm()
239 const unsigned char *z, size_t z_len, in SSKDF_mac_kdm()
/openssl/crypto/sm2/
H A Dsm2_sign.c157 uint8_t *z = NULL; in sm2_compute_msg_hash() local
/openssl/providers/implementations/kem/
H A Drsa_kem.c236 BIGNUM *z, *nminus3; in rsasve_gen_rand_bytes() local

Completed in 83 milliseconds

12