Home
last modified time | relevance | path

Searched refs:ossl_intmax_t (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/
H A Decstresstest.c21 static ossl_intmax_t num_repeats;
43 ossl_intmax_t num) in walk_curve()
46 ossl_intmax_t i; in walk_curve()
H A Dsanitytest.c107 if (!TEST_size_t_ge(sizeof(ossl_intmax_t), 8) in test_sanity_range()
/freebsd/crypto/openssl/include/internal/
H A Dnumbers.h79 # define OSSL_INTMAX_MIN __MININT__(ossl_intmax_t)
80 # define OSSL_INTMAX_MAX __MAXINT__(ossl_intmax_t)
/freebsd/crypto/openssl/include/openssl/
H A De_os2.h257 typedef intmax_t ossl_intmax_t; typedef
261 typedef int64_t ossl_intmax_t; typedef
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c568 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax()
591 *result = (ossl_intmax_t)m; in opt_intmax()
625 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax()
680 ossl_intmax_t t = 0; in opt_verify()
855 ossl_intmax_t imval; in opt_next()
/freebsd/crypto/openssl/apps/include/
H A Dopt.h378 int opt_intmax(const char *arg, ossl_intmax_t *result);
/freebsd/crypto/openssl/util/
H A Dindent.pro636 -T ossl_intmax_t
637 -T ossl_intmax_t
/freebsd/crypto/openssl/crypto/
H A Dparam_build.c37 ossl_intmax_t i;
/freebsd/crypto/openssl/apps/
H A Dx509.c567 ossl_intmax_t temp = 0; in x509_main()
571 if ((ossl_intmax_t)checkoffset != temp) { in x509_main()