Searched defs:b1 (Results 1 – 12 of 12) sorted by relevance
/openssl-master/fuzz/ |
A D | bignum.c | 36 BIGNUM *b1; in FuzzerTestOneInput() local
|
A D | bndiv.c | 25 static BIGNUM *b1; variable
|
/openssl-master/crypto/idea/ |
A D | i_skey.c | 93 long n1, n2, q, r, b1, b2, t; in inverse() local
|
/openssl-master/test/testutil/ |
A D | format_output.c | 47 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_string_common() local 273 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_bignum_common() local 432 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_memory_common() local
|
/openssl-master/test/ |
A D | exptest.c | 219 BIGNUM *b1 = NULL; in test_mod_exp_x2() local
|
A D | destest.c | 312 char b1[DATA_BUF_SIZE], b2[DATA_BUF_SIZE]; in test_des_ecb() local 338 char b1[DATA_BUF_SIZE], b2[DATA_BUF_SIZE]; in test_des_ede_ecb() local
|
A D | ectest.c | 2130 const unsigned char *b1 = (const unsigned char *)params_cf_fail; in cofactor_range_test() local 2618 unsigned char *b1 = NULL, *b2 = NULL; in custom_generator_test() local
|
/openssl-master/crypto/bn/ |
A D | bn_gf2m.c | 232 const BN_ULONG b1, const BN_ULONG b0) in bn_GF2m_mul_2x2() 654 BN_ULONG u0, u1, b0, b1, mask; in BN_GF2m_mod_inv_vartime() local
|
/openssl-master/crypto/bio/ |
A D | bss_bio.c | 608 struct bio_bio_st *b1, *b2; in bio_make_pair() local
|
/openssl-master/crypto/ec/ |
A D | ec_lib.c | 625 BIGNUM *a1, *a2, *a3, *b1, *b2, *b3; in EC_GROUP_cmp() local
|
A D | curve25519.c | 4985 int64_t b1 = kBottom21Bits & (load_4(b + 2) >> 5); in sc_muladd() local
|
/openssl-master/include/openssl/ |
A D | bio.h.in | 551 # define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2) argument
|
Completed in 48 milliseconds