Home
last modified time | relevance | path

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

12

/openssl-master/test/
A Dpkcs12_format_test.c390 static int test_single_key_enc_alg(int z) in test_single_key_enc_alg()
404 static int test_single_key_enc_pass(int z) in test_single_key_enc_pass()
415 static int test_single_key_enc_iter(int z) in test_single_key_enc_iter()
489 static int test_single_cert_mac_alg(int z) in test_single_cert_mac_alg()
500 static int test_single_cert_mac_pass(int z) in test_single_cert_mac_pass()
511 static int test_single_cert_mac_iter(int z) in test_single_cert_mac_iter()
649 static int test_single_secret_enc_alg(int z) in test_single_secret_enc_alg()
A Dcasttest.c63 static int cast_test_vector(int z) in cast_test_vector()
A Devp_kdf_test.c858 static unsigned char z[] = { in test_kdf_ss_hash() local
901 static unsigned char z[] = { in test_kdf_x963() local
1363 static unsigned char z[] = { in test_kdf_ss_hmac() local
1405 static unsigned char z[] = { in test_kdf_ss_kmac() local
1559 static unsigned char z[] = { in test_kdf_x942_asn1() local
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
2705 const BIGNUM *z = NULL, *cof = NULL, *priv1 = NULL; in custom_params_test() local
/openssl-master/crypto/ripemd/
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-master/util/
A Dcheck-format-test-positives.c58 x = 1, /*@ hanging expr indent off by -1 */
/openssl-master/crypto/sha/
A Dsha256.c154 # define Ch(x,y,z) ({ MD32_REG_T ret; \ argument
158 # define Maj(x,y,z) ({ MD32_REG_T ret; \ argument
184 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
187 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
A Dsha512.c503 # define Ch(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument
513 # define Maj(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument
524 # define Ch(x,y,z) ({ SHA_LONG64 ret; \ argument
528 # define Maj(x,y,z) ({ SHA_LONG64 ret; \ argument
585 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
588 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/openssl-master/crypto/ec/curve448/
A Dpoint_448.h30 gf z; member
57 gf x, y, z, t; member
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-master/crypto/bn/
A Dbn_print.c33 int i, j, v, z = 0; in BN_print() local
A Dbn_conv.c19 int i, j, v, z = 0; in BN_bn2hex() local
A Dbn_gf2m.c296 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local
1006 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local
A Dbn_prime.c341 BIGNUM *g, *w1, *w3, *x, *m, *z, *b; in ossl_bn_miller_rabin_is_prime() local
/openssl-master/crypto/cast/
A Dc_skey.c35 CAST_LONG z[16]; in CAST_set_key() local
/openssl-master/crypto/aria/
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-master/crypto/evp/
A Dpbe_scrypt.c47 OSSL_PARAM params[7], *z = params; in EVP_PBE_scrypt_ex() local
A Dbio_b64.c261 int z, jj; in b64_read() local
/openssl-master/crypto/ec/
A Dec2_oct.c44 BIGNUM *tmp, *x, *y, *z; in ossl_ec_GF2m_simple_set_compressed_coordinates() local
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-master/providers/implementations/kdfs/
A Dsskdf.c94 const unsigned char *z, size_t z_len, in SSKDF_hash_kdm()
215 const unsigned char *z, size_t z_len, in SSKDF_mac_kdm()
/openssl-master/crypto/dh/
A Ddh_key.c44 BIGNUM *z = NULL, *pminus1; in ossl_dh_compute_key() local
/openssl-master/providers/implementations/kem/
A Drsa_kem.c214 BIGNUM *z, *nminus3; in rsasve_gen_rand_bytes() local
/openssl-master/crypto/sm2/
A Dsm2_sign.c149 uint8_t *z = NULL; in sm2_compute_msg_hash() local
/openssl-master/providers/implementations/signature/
A Dsm2_sig.c253 uint8_t *z = NULL; in sm2sig_compute_z_digest() local

Completed in 52 milliseconds

12