/openssl/include/internal/ |
H A D | ring_buf.h | 26 void *start; member 81 unsigned char *start = r->start; in ring_buf_write_at() local 118 unsigned char *start = r->start; in ring_buf_push() local 150 unsigned char *start = r->start; in ring_buf_get_ptr() local 177 const unsigned char *start = r->start; in ring_buf_get_buf_at() local 200 uint64_t start, uint64_t end, in ring_buf_cpop_range()
|
H A D | uint_set.h | 28 uint64_t start, end; member
|
H A D | quic_txpim.h | 60 uint64_t start, end; member
|
H A D | quic_wire.h | 137 QUIC_PN start, end; member
|
/openssl/ssl/quic/ |
H A D | uint_set.c | 112 static UINT_SET_ITEM *create_set_item(uint64_t start, uint64_t end) in create_set_item() 128 uint64_t start = range->start, end = range->end; in ossl_uint_set_insert() local 261 uint64_t start = range->start, end = range->end; in ossl_uint_set_remove() local
|
H A D | quic_sstream.c | 181 uint64_t start, in ossl_quic_sstream_mark_transmitted() 210 uint64_t start, in ossl_quic_sstream_mark_lost() 239 uint64_t start, in ossl_quic_sstream_mark_acked()
|
H A D | quic_sf_list.c | 186 uint64_t start; in ossl_sframe_list_peek() local
|
H A D | quic_wire.c | 522 uint64_t ack_range_count, first_ack_range, start, end, i; in ossl_quic_wire_decode_frame_ack() local 890 const unsigned char *start = PACKET_data(pkt), *end = PACKET_end(pkt), in ossl_quic_wire_decode_padding() local
|
H A D | quic_wire_pkt.c | 464 unsigned char *start = WPACKET_get_curr(pkt); in ossl_quic_wire_encode_pkt_hdr() local
|
/openssl/crypto/thread/ |
H A D | internal.c | 40 void *ossl_crypto_thread_start(OSSL_LIB_CTX *ctx, CRYPTO_THREAD_ROUTINE start, in ossl_crypto_thread_start() 109 void *ossl_crypto_thread_start(OSSL_LIB_CTX *ctx, CRYPTO_THREAD_ROUTINE start, in ossl_crypto_thread_start()
|
/openssl/doc/designs/ddd/ |
H A D | ddd-02-conn-nonblocking.c | 363 struct timeval start, now, deadline, t; in main() local 407 struct timeval start, now, deadline, t; in main() local
|
H A D | ddd-04-fd-nonblocking.c | 378 struct timeval start, now, deadline, t; in main() local 422 struct timeval start, now, deadline, t; in main() local
|
/openssl/test/ |
H A D | lhash_test.c | 348 struct timeval start, end, delta; in test_stress() local 419 struct timeval start, end, delta; in test_hashtable_stress() local 652 struct timeval start, end, delta; in test_hashtable_multithread() local
|
H A D | timing_load_creds.c | 104 struct rusage start, end, elapsed; in main() local
|
H A D | sanitytest.c | 135 OSSL_TIME start = ossl_time_now(); in test_sanity_sleep() local
|
/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 215 sub start subroutine
|
/openssl/crypto/bn/ |
H A D | bn_exp.c | 173 int start = 1; in BN_mod_exp_recp() local 316 int start = 1; in BN_mod_exp_mont() local 1315 int start = 1; in BN_mod_exp_simple() local
|
/openssl/crypto/x509/ |
H A D | x_x509.c | 229 unsigned char *start = pp != NULL ? *pp : NULL; in i2d_x509_aux_internal() local
|
H A D | v3_ncons.c | 100 # define ia5memchr(str, start, c) memchr(start, c, IA5_OFFSET_LEN(str, start)) argument
|
/openssl/crypto/dso/ |
H A D | dso_win32.c | 206 const char *start = filename; in win32_splitter() local 303 const char *start; in win32_joiner() local
|
/openssl/crypto/conf/ |
H A D | conf_def.c | 222 char *start, *psection, *pname; in def_load_bio() local 924 static void trim_ws(CONF *conf, char *start) in trim_ws()
|
/openssl/crypto/http/ |
H A D | http_lib.c | 39 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring()
|
/openssl/crypto/evp/ |
H A D | bio_b64.c | 39 int start; /* have we started decoding yet? */ member
|
/openssl/test/helpers/ |
H A D | noisydgrambio.c | 25 size_t start, num; /* ring buffer start and number of items */ member
|
/openssl/crypto/property/ |
H A D | property_parse.c | 359 const char *start = s; in ossl_parse_property() local
|