Home
last modified time | relevance | path

Searched refs:MAX_LEN (Results 1 – 3 of 3) sorted by relevance

/openssl-master/test/
A Dparams_api_test.c19 #define MAX_LEN 20 macro
49 unsigned char value[MAX_LEN];
75 unsigned char buf[MAX_LEN]; in test_param_type_extra()
151 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; in test_param_int()
178 unsigned char buf[MAX_LEN], cmp[sizeof(long int)]; in test_param_long()
258 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; in test_param_int32()
285 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; in test_param_uint32()
312 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64()
366 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; in test_param_size_t()
393 unsigned char buf[MAX_LEN], cmp[sizeof(time_t)]; in test_param_time_t()
[all …]
/openssl-master/fuzz/
A Dbndiv.c22 #define MAX_LEN (256 * 1000) macro
54 if (len > MAX_LEN) in FuzzerTestOneInput()
55 len = MAX_LEN; in FuzzerTestOneInput()
/openssl-master/crypto/srp/
A Dsrp_vfy.c29 # define MAX_LEN 2500 macro
227 unsigned char tmp[MAX_LEN]; in SRP_user_pwd_set_sv()
313 unsigned char tmp[MAX_LEN]; in SRP_gN_new_init()
615 unsigned char tmp[MAX_LEN]; in SRP_create_verifier_ex()
616 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_ex()
721 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_BN_ex()

Completed in 8 milliseconds