Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 53) 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.c257 case sizeof(int64_t): in OSSL_PARAM_get_int()
270 case sizeof(int64_t): in OSSL_PARAM_set_int()
320 case sizeof(int64_t): in OSSL_PARAM_get_long()
388 int64_t i64; in OSSL_PARAM_get_int32()
471 *(int64_t *)p->data = (int64_t)val; in OSSL_PARAM_set_int32()
553 int64_t i64; in OSSL_PARAM_get_uint32()
637 *(int64_t *)p->data = (int64_t)val; in OSSL_PARAM_set_uint32()
833 int64_t i64; in OSSL_PARAM_get_uint64()
924 *(int64_t *)p->data = (int64_t)val; in OSSL_PARAM_set_uint64()
1108 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()
340 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.c64 && (int64_t)utmp < 0) { in uint64_i2c()
118 return BIO_printf(out, "%jd\n", **(int64_t **)pval); in uint64_print()
/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/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.h229 typedef INT64 int64_t; typedef
249 typedef __int64 int64_t;
264 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/include/internal/
H A Dnumbers.h59 # define INT64_MIN __MININT__(int64_t)
60 # define INT64_MAX __MAXINT__(int64_t)
/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_parse.c98 int64_t v = 0; in parse_number()
119 int64_t v = 0; in parse_hex()
144 int64_t v = 0; in parse_oct()
615 static void put_num(int64_t val, char **buf, size_t *remain, size_t *needed) in put_num()
617 int64_t tmpval = val; in put_num()
H A Dproperty_local.h26 int64_t int_val; /* Signed integer */
/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.c77 int64_t i64; in test_param_type_extra()
315 int64_t in, out; in test_param_int64()
316 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64()
317 const size_t len = raw_values[n].len >= sizeof(int64_t) in test_param_int64()
318 ? sizeof(int64_t) : raw_values[n].len; in test_param_int64()
337 return test_param_type_extra(&param, raw_values[n].value, sizeof(int64_t)); in test_param_int64()
526 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()
H A Dparam_build_test.c28 int64_t i64; in template_public_test()
93 || !TEST_size_t_eq(p->data_size, sizeof(int64_t)) in template_public_test()
240 || !TEST_size_t_eq(p->data_size, sizeof(int64_t)) in template_private_test()
408 || !TEST_size_t_eq(p->data_size, sizeof(int64_t)) in builder_merge_test()
/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()
H A Dcipher_aes_gcm_siv_polyval.c34 mask = -(int64_t)(t[1] & 1) & 0xe1; in mulx_ghash()
/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.c25 int64_t time;
26 int64_t timeout;
166 as.time = (int64_t)in->time; in i2d_SSL_SESSION()
167 as.timeout = (int64_t)in->timeout; in i2d_SSL_SESSION()
/openssl/ssl/record/
H A Ddtls1_bitmap.c16 int64_t ret; in satsub64be()
/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()
/openssl/apps/lib/
H A Dapp_params.c99 int64_t i; in print_param_value()

Completed in 80 milliseconds

123