Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 11 of 11) sorted by relevance

/openssl-master/crypto/idea/
A Didea_local.h10 #define idea_mul(r,a,b,ul) \ argument
11 ul=(unsigned long)a*b; \
12 if (ul != 0) \
14 r=(ul&0xffff)-(ul>>16); \
88 idea_mul(x1,x1,*p,ul); p++; \
92 idea_mul(x4,x4,*p,ul); p++; \
94 idea_mul(t0,t0,*p,ul); p++; \
96 idea_mul(t1,t1,*p,ul); p++; \
100 ul=x2^t0; /* do the swap to x3 */ \
102 x3=ul;
A Di_cbc.c99 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-master/crypto/x509/
A Dt_x509.c98 unsigned long ul; in X509_print_ex() local
100 ul = 0 - (unsigned long)l; in X509_print_ex()
103 ul = l; in X509_print_ex()
106 if (BIO_printf(bp, " %s%lu (%s0x%lx)\n", neg, ul, neg, ul) <= 0) in X509_print_ex()
/openssl-master/crypto/
A Darmcap.c92 unsigned long val = 0ul; in getauxval()
95 return 0ul; in getauxval()
A Dppccap.c109 unsigned long val = 0ul; in getauxval()
112 return 0ul; in getauxval()
/openssl-master/test/
A Dtest_test.c454 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()
A Dparams_api_test.c482 unsigned long int ul; in test_param_construct() local
494 params[n++] = OSSL_PARAM_construct_ulong("ulong", &ul); in test_param_construct()
605 || !TEST_true(OSSL_PARAM_set_octet_ptr(cp, &ul, sizeof(ul))) in test_param_construct()
606 || !TEST_size_t_eq(cp->return_size, sizeof(ul)) in test_param_construct()
607 || (tstid <= 1 && !TEST_ptr_eq(vp, &ul))) in test_param_construct()
612 || !TEST_size_t_eq(k, sizeof(ul)) in test_param_construct()
/openssl-master/ssl/
A Dd1_lib.c415 unsigned __int64 ul; in get_current_time() member
423 now.ul -= 116444736000000000ULL; in get_current_time()
426 now.ul -= 116444736000000000UI64; in get_current_time()
429 t->tv_sec = (long)(now.ul / 10000000); in get_current_time()
430 t->tv_usec = ((int)(now.ul % 10000000)) / 10; in get_current_time()
/openssl-master/crypto/bio/
A Dbss_dgram.c1922 unsigned __int64 ul; in get_current_time() member
1929 now.ul -= 116444736000000000ULL; in get_current_time()
1931 now.ul -= 116444736000000000UI64; /* re-bias to 1/1/1970 */ in get_current_time()
1933 t->tv_sec = (long)(now.ul / 10000000); in get_current_time()
1934 t->tv_usec = ((int)(now.ul % 10000000)) / 10; in get_current_time()
/openssl-master/crypto/bn/
A Dbn_gf2m.c700 BN_ULONG ul; in BN_GF2m_mod_inv_vartime() local
703 while ((ul = udp[utop]) == 0 && utop) in BN_GF2m_mod_inv_vartime()
705 ubits = utop * BN_BITS2 + BN_num_bits_word(ul); in BN_GF2m_mod_inv_vartime()
/openssl-master/
A DCHANGES.md2108 *Billy Bob Brumley, Sohaib ul Hassan, Nicola Tuveri*
2116 *Billy Bob Brumley, Sohaib ul Hassan, Nicola Tuveri*
2154 *Sohaib ul Hassan, Nicola Tuveri, Billy Bob Brumley*
2205 Sohaib ul Hassan*
2722 *Sohaib ul Hassan, Nicola Tuveri, Billy Bob Brumley*
4486 Cabrera Aldaya, Billy Brumley, Sohaib ul Hassan, Cesar Pereida Garcia and

Completed in 41 milliseconds