Home
last modified time | relevance | path

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

/openssl/test/
H A Dparams_api_test.c19 #define MAX_LEN 20 macro
53 unsigned char value[MAX_LEN];
122 unsigned char buf[MAX_LEN]; in test_param_type_extra()
198 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; in test_param_int()
228 unsigned char buf[MAX_LEN], cmp[sizeof(long int)]; in test_param_long()
317 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; in test_param_int32()
377 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64()
437 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; in test_param_size_t()
467 unsigned char buf[MAX_LEN], cmp[sizeof(time_t)]; in test_param_time_t()
496 unsigned char buf[MAX_LEN], bnbuf[MAX_LEN]; in test_param_bignum()
[all …]
/openssl/fuzz/
H A Dbndiv.c22 #define MAX_LEN (256 * 1000) macro
54 if (len > MAX_LEN) in FuzzerTestOneInput()
55 len = MAX_LEN; in FuzzerTestOneInput()
/openssl/crypto/srp/
H A Dsrp_vfy.c29 # define MAX_LEN 2500 macro
225 unsigned char tmp[MAX_LEN]; in SRP_user_pwd_set_sv()
312 unsigned char tmp[MAX_LEN]; in SRP_gN_new_init()
617 unsigned char tmp[MAX_LEN]; in SRP_create_verifier_ex()
618 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_ex()
723 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_BN_ex()

Completed in 39 milliseconds