Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 67) sorted by relevance

123

/openssl/crypto/ec/
H A Dcurve25519.c1081 int64_t f0g0 = f0 * (int64_t) g0; in fe_mul()
1082 int64_t f0g1 = f0 * (int64_t) g1; in fe_mul()
1083 int64_t f0g2 = f0 * (int64_t) g2; in fe_mul()
1084 int64_t f0g3 = f0 * (int64_t) g3; in fe_mul()
1085 int64_t f0g4 = f0 * (int64_t) g4; in fe_mul()
1086 int64_t f0g5 = f0 * (int64_t) g5; in fe_mul()
1087 int64_t f0g6 = f0 * (int64_t) g6; in fe_mul()
1088 int64_t f0g7 = f0 * (int64_t) g7; in fe_mul()
1089 int64_t f0g8 = f0 * (int64_t) g8; in fe_mul()
1090 int64_t f0g9 = f0 * (int64_t) g9; in fe_mul()
[all …]
/openssl/crypto/
H A Dparams.c270 case sizeof(int64_t): in OSSL_PARAM_get_int()
283 case sizeof(int64_t): in OSSL_PARAM_set_int()
333 case sizeof(int64_t): in OSSL_PARAM_get_long()
404 int64_t i64; in OSSL_PARAM_get_int32()
488 *(int64_t *)p->data = (int64_t)val; in OSSL_PARAM_set_int32()
578 int64_t i64; in OSSL_PARAM_get_uint32()
664 *(int64_t *)p->data = (int64_t)val; in OSSL_PARAM_set_uint32()
876 int64_t i64; in OSSL_PARAM_get_uint64()
971 *(int64_t *)p->data = (int64_t)val; in OSSL_PARAM_set_uint64()
1161 int64_t i64; in OSSL_PARAM_get_double()
[all …]
/openssl/crypto/asn1/
H A Da_int.c255 static int asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, in asn1_get_int64()
265 *pr = -(int64_t)r; in asn1_get_int64()
269 *pr = (int64_t)(0 - r); in asn1_get_int64()
276 *pr = (int64_t)r; in asn1_get_int64()
341 static int asn1_string_set_int64(ASN1_STRING *a, int64_t r, int itype) in asn1_string_set_int64()
523 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_int64()
528 int ASN1_INTEGER_set_int64(ASN1_INTEGER *a, int64_t r) in ASN1_INTEGER_set_int64()
551 int64_t r; in ASN1_INTEGER_get()
572 int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a) in ASN1_ENUMERATED_get_int64()
577 int ASN1_ENUMERATED_set_int64(ASN1_ENUMERATED *a, int64_t r) in ASN1_ENUMERATED_set_int64()
[all …]
H A Dx_int64.c62 && (int64_t)utmp < 0) { in uint64_i2c()
116 return BIO_printf(out, "%jd\n", **(int64_t **)pval); in uint64_print()
/openssl/fuzz/
H A Dprovider.c126 if (*len < sizeof(int64_t)) { in read_int()
131 *res = OPENSSL_malloc(sizeof(int64_t)); in read_int()
132 **res = (int64_t) **buf; in read_int()
134 *buf += sizeof(int64_t); in read_int()
135 *len -= sizeof(int64_t); in read_int()
243 static int64_t ITERS = 1;
245 static int64_t BLOCKSIZE = 8;
277 int64_t *use_param = NULL; in fuzz_params()
278 int64_t *p_value_int = NULL; in fuzz_params()
308 p_value_int = OPENSSL_malloc(sizeof(int64_t)); in fuzz_params()
[all …]
/openssl/doc/man3/
H A DASN1_INTEGER_get_int64.pod13 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a);
16 int ASN1_INTEGER_set_int64(ASN1_INTEGER *a, int64_t r);
25 int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a);
28 int ASN1_ENUMERATED_set_int64(ASN1_ENUMERATED *a, int64_t r);
39 ASN1_INTEGER_get_int64() converts an B<ASN1_INTEGER> into an B<int64_t> type
41 (due to invalid type or the value being too big to fit into an B<int64_t> type)
54 B<int64_t> value I<r>.
84 B<int64_t> type. However, in many cases (for example version numbers) they
104 of an B<int64_t> type.
/openssl/demos/http3/
H A Dossl-nghttp3-demo.c23 static int on_recv_header(nghttp3_conn *h3conn, int64_t stream_id, in on_recv_header()
44 static int on_end_headers(nghttp3_conn *h3conn, int64_t stream_id, in on_end_headers()
52 static int on_recv_data(nghttp3_conn *h3conn, int64_t stream_id, in on_recv_data()
71 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id, in on_end_stream()
H A Dossl-nghttp3.c146 static int h3_conn_recv_data(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_recv_data()
160 static int h3_conn_stream_close(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_stream_close()
176 static int h3_conn_stop_sending(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_stop_sending()
193 static int h3_conn_reset_stream(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_reset_stream()
216 static int h3_conn_deferred_consume(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_deferred_consume()
569 int64_t stream_id; in OSSL_DEMO_H3_CONN_handle_events()
/openssl/crypto/ec/curve448/
H A Dcurve448utils.h42 typedef int64_t c448_sword_t;
59 typedef int64_t c448_dsword_t;
H A Dword.h32 typedef int64_t sword_t;
39 typedef int64_t dsword_t;
/openssl/include/openssl/
H A De_os2.h230 typedef INT64 int64_t; typedef
251 typedef __int64 int64_t;
266 typedef int64_t ossl_intmax_t;
H A Dparams.h47 OSSL_PARAM_DEFN((key), OSSL_PARAM_INTEGER, (addr), sizeof(int64_t))
81 OSSL_PARAM OSSL_PARAM_construct_int64(const char *key, int64_t *buf);
109 int OSSL_PARAM_get_int64(const OSSL_PARAM *p, int64_t *val);
120 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val);
H A Dparam_build.h38 int64_t val);
/openssl/crypto/property/
H A Dproperty_query.c52 int64_t ossl_property_get_number_value(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_number_value()
54 int64_t value = 0; in ossl_property_get_number_value()
H A Dproperty_local.h26 int64_t int_val; /* Signed integer */
H A Dproperty_parse.c99 int64_t v = 0; in parse_number()
129 int64_t v = 0; in parse_hex()
166 int64_t v = 0; in parse_oct()
672 static void put_num(int64_t val, char **buf, size_t *remain, size_t *needed) in put_num()
674 int64_t tmpval = val; in put_num()
/openssl/include/internal/
H A Dnumbers.h59 # define INT64_MIN __MININT__(int64_t)
60 # define INT64_MAX __MAXINT__(int64_t)
H A Djson_enc.h203 void ossl_json_i64(OSSL_JSON_ENC *json, int64_t value);
/openssl/test/
H A Dparams_conversion_test.c26 int64_t i64;
39 static int64_t datum_i64, ref_i64; in param_conversion_load_stanza()
87 pc->i64 = (int64_t)strtoimax(pp->value, &p, 10); in param_conversion_load_stanza()
187 int64_t i64; in param_conversion_test()
H A Dparams_api_test.c85 rc = OSSL_PARAM_get_int64(param, (int64_t *)&intval); in test_param_type_null()
120 int64_t i64; in test_param_type_extra()
376 int64_t in, out; in test_param_int64()
377 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64()
378 const size_t len = raw_values[n].len >= sizeof(int64_t) in test_param_int64()
379 ? sizeof(int64_t) : raw_values[n].len; in test_param_int64()
401 return test_param_type_extra(&param, raw_values[n].value, sizeof(int64_t)); in test_param_int64()
608 int64_t i64; in test_param_construct()
H A Dsafe_math_test.c323 real = (int)((int64_t)a * (int64_t)b / (int64_t)c); in test_int_muldiv()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c156 int64_t len64 = len; in aes_gcm_siv_encrypt()
165 if (len64 > ((int64_t)1 << 36) || len == 0) in aes_gcm_siv_encrypt()
217 int64_t len64 = len; in aes_gcm_siv_decrypt()
226 if (len64 > ((int64_t)1 << 36) || len == 0) in aes_gcm_siv_decrypt()
/openssl/test/testutil/
H A Drandom.c36 test_random_state[i] = (uint32_t)((16807 * (int64_t)s) % mod); in test_random_seed()
/openssl/ssl/
H A Dssl_asn1.c26 int64_t time;
27 int64_t timeout;
171 as.time = (int64_t)ossl_time_to_time_t(in->time); in i2d_SSL_SESSION()
172 as.timeout = (int64_t)ossl_time2seconds(in->timeout); in i2d_SSL_SESSION()
/openssl/crypto/bio/
H A Dbio_print.c34 int64_t, int, int, int, int);
93 int64_t value; in _dopr()
225 value = va_arg(args, int64_t); in _dopr()
435 size_t *maxlen, int64_t value, int base, int min, int max, int flags) in fmtint()

Completed in 133 milliseconds

123