Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 40) sorted by relevance

12

/openssl/include/internal/
H A Dring_buf.h26 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 Duint_set.h28 uint64_t start, end; member
H A Dquic_txpim.h60 uint64_t start, end; member
H A Dquic_wire.h137 QUIC_PN start, end; member
/openssl/ssl/quic/
H A Duint_set.c112 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 Dquic_sstream.c181 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 Dquic_sf_list.c186 uint64_t start; in ossl_sframe_list_peek() local
H A Dquic_wire.c522 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 Dquic_wire_pkt.c464 unsigned char *start = WPACKET_get_curr(pkt); in ossl_quic_wire_encode_pkt_hdr() local
/openssl/crypto/thread/
H A Dinternal.c40 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 Dddd-02-conn-nonblocking.c363 struct timeval start, now, deadline, t; in main() local
407 struct timeval start, now, deadline, t; in main() local
H A Dddd-04-fd-nonblocking.c378 struct timeval start, now, deadline, t; in main() local
422 struct timeval start, now, deadline, t; in main() local
/openssl/test/
H A Dlhash_test.c347 struct timeval start, end, delta; in test_stress() local
415 struct timeval start, end, delta; in test_hashtable_stress() local
634 struct timeval start, end, delta; in test_hashtable_multithread() local
H A Dtiming_load_creds.c104 struct rusage start, end, elapsed; in main() local
H A Dsanitytest.c135 OSSL_TIME start = ossl_time_now(); in test_sanity_sleep() local
/openssl/util/perl/TLSProxy/
H A DProxy.pm215 sub start subroutine
/openssl/crypto/bn/
H A Dbn_exp.c173 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 Dx_x509.c229 unsigned char *start = pp != NULL ? *pp : NULL; in i2d_x509_aux_internal() local
H A Dv3_ncons.c100 # define ia5memchr(str, start, c) memchr(start, c, IA5_OFFSET_LEN(str, start)) argument
/openssl/crypto/dso/
H A Ddso_win32.c206 const char *start = filename; in win32_splitter() local
303 const char *start; in win32_joiner() local
/openssl/crypto/http/
H A Dhttp_lib.c32 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring()
/openssl/crypto/conf/
H A Dconf_def.c222 char *start, *psection, *pname; in def_load_bio() local
924 static void trim_ws(CONF *conf, char *start) in trim_ws()
/openssl/crypto/evp/
H A Dbio_b64.c39 int start; /* have we started decoding yet? */ member
/openssl/test/helpers/
H A Dnoisydgrambio.c25 size_t start, num; /* ring buffer start and number of items */ member
/openssl/crypto/property/
H A Dproperty_parse.c359 const char *start = s; in ossl_parse_property() local

Completed in 95 milliseconds

12