Searched refs:ul (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/idea/ |
H A D | idea_local.h | 10 #define idea_mul(r,a,b,ul) \ argument 11 ul=(unsigned long)a*b; \ 12 if (ul != 0) { \ 13 r=(ul&0xffff)-(ul>>16); \ 87 idea_mul(x1,x1,*p,ul); p++; \ 91 idea_mul(x4,x4,*p,ul); p++; \ 93 idea_mul(t0,t0,*p,ul); p++; \ 95 idea_mul(t1,t1,*p,ul); p++; \ 99 ul=x2^t0; /* do the swap to x3 */ \ 101 x3=ul;
|
H A D | i_cbc.c | 99 register unsigned long x1, x2, x3, x4, t0, t1, ul; in IDEA_encrypt() local 118 idea_mul(x1, x1, *p, ul); in IDEA_encrypt() 125 idea_mul(x4, x4, *p, ul); in IDEA_encrypt()
|
/openssl/crypto/ |
H A D | time.c | 22 unsigned __int64 ul; in ossl_time_now() member 30 now.ul -= 116444736000000000ULL; in ossl_time_now() 32 now.ul -= 116444736000000000UI64; in ossl_time_now() 34 r.t = ((uint64_t)now.ul) * (OSSL_TIME_SECOND / 10000000); in ossl_time_now()
|
H A D | ppccap.c | 111 unsigned long val = 0ul; in getauxval() 114 return 0ul; in getauxval()
|
H A D | armcap.c | 90 unsigned long val = 0ul; in getauxval() 93 return 0ul; in getauxval()
|
/openssl/crypto/x509/ |
H A D | t_x509.c | 515 unsigned long ul; in ossl_serial_number_print() local 527 ul = 0 - (unsigned long)l; in ossl_serial_number_print() 530 ul = l; in ossl_serial_number_print() 533 if (BIO_printf(out, " %s%lu (%s0x%lx)", neg, ul, neg, ul) <= 0) in ossl_serial_number_print()
|
/openssl/test/ |
H A D | test_test.c | 454 unsigned long ul = 500; in test_single_eval() local 479 && TEST_ulong_eq(ul ^= 1, 501) in test_single_eval() 480 && TEST_ulong_eq(502, ul ^= 3) in test_single_eval() 481 && TEST_ulong_eq(ul = ul * 3 - 6, 1500) in test_single_eval()
|
H A D | params_api_test.c | 605 unsigned long int ul; in test_param_construct() local 617 params[n++] = OSSL_PARAM_construct_ulong("ulong", &ul); in test_param_construct() 728 || !TEST_true(OSSL_PARAM_set_octet_ptr(cp, &ul, sizeof(ul))) in test_param_construct() 729 || !TEST_size_t_eq(cp->return_size, sizeof(ul)) in test_param_construct() 730 || (tstid <= 1 && !TEST_ptr_eq(vp, &ul))) in test_param_construct() 735 || !TEST_size_t_eq(k, sizeof(ul)) in test_param_construct()
|
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 697 BN_ULONG ul; in BN_GF2m_mod_inv_vartime() local 700 while ((ul = udp[utop]) == 0 && utop) in BN_GF2m_mod_inv_vartime() 702 ubits = utop * BN_BITS2 + BN_num_bits_word(ul); in BN_GF2m_mod_inv_vartime()
|
/openssl/ |
H A D | CHANGES.md | 4047 *Billy Bob Brumley, Sohaib ul Hassan, Nicola Tuveri* 4055 *Billy Bob Brumley, Sohaib ul Hassan, Nicola Tuveri* 4093 *Sohaib ul Hassan, Nicola Tuveri, Billy Bob Brumley* 4144 Sohaib ul Hassan* 4661 *Sohaib ul Hassan, Nicola Tuveri, Billy Bob Brumley* 6425 Cabrera Aldaya, Billy Brumley, Sohaib ul Hassan, Cesar Pereida Garcia and
|
Completed in 110 milliseconds