Home
last modified time | relevance | path

Searched refs:start (Results 76 – 100 of 263) sorted by relevance

1234567891011

/openssl/doc/designs/quic-design/
H A Dstream-receive-buffers.md91 the decrypted quic packets and start copying the stream data due to
105 Each SFRAME_LIST item has range.start and range.end values greater
106 than the range.start and range.end values of the previous item in the list.
/openssl/ssl/statem/
H A Dstatem_dtls.c24 #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \ argument
25 if ((end) - (start) <= 8) { \
27 … for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
30 bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \
31 … for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_tls11_prf.txt9 # Tests start with one of these keywords
H A Devppbe_pkcs12.txt9 # Tests start with one of these keywords
H A Devpmd_whirlpool.txt9 # Tests start with one of these keywords
H A Devpmd_ripemd.txt9 # Tests start with one of these keywords
H A Devpmac_cmac_des.txt9 # Tests start with one of these keywords
H A Devppbe_scrypt.txt9 # Tests start with one of these keywords
H A Devpmd_sm3.txt9 # Tests start with one of these keywords
H A Devpciph_aes_siv.txt9 # Tests start with one of these keywords
H A Devppkey_kdf_scrypt.txt9 # Tests start with one of these keywords
H A Devpkdf_scrypt.txt9 # Tests start with one of these keywords
H A Devppkey_mismatch.txt9 # Tests start with one of these keywords
/openssl/doc/life-cycles/
H A Ddigest.dot4 begin [label=start, color="#deeaee", style="filled"];
/openssl/test/recipes/
H A D70-test_sslcbcpadding.t47 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
/openssl/ssl/quic/
H A Dquic_wire_pkt.c464 unsigned char *start = WPACKET_get_curr(pkt); in ossl_quic_wire_encode_pkt_hdr() local
583 ptrs->raw_start = start; in ossl_quic_wire_encode_pkt_hdr()
584 ptrs->raw_sample = start + (off_sample - off_start); in ossl_quic_wire_encode_pkt_hdr()
587 ptrs->raw_pn = start + (off_pn - off_start); in ossl_quic_wire_encode_pkt_hdr()
/openssl/doc/man7/
H A Dlife_cycle-digest.pod13 =item start
58 | start |
121start newed initialised updated finaled squeezed freed
144 <th style="border:1px solid" align="center">start</th>
/openssl/test/testutil/
H A Dstanza.c127 s->start = s->curr; in test_readstanza()
/openssl/doc/man1/
H A Dopenssl-sess_id.pod.in122 This is the session start time represented as an integer in standard
145 The cipher and start time should be printed out in human readable form.
/openssl/doc/man3/
H A DEVP_PKEY_get_attr.pod43 first call, in order to start searching from the start of the attribute list.
H A DX509_REQ_get_attr.pod40 first call, in order to start searching from the start of the attribute list.
/openssl/test/
H A Dquic_fifd_test.c189 ack_ranges[0].start = 0; in test_generic()
240 ack_ranges[0].start = 50; in test_generic()
H A Dquic_ackm_test.c574 ack_range.start = s->pn; in test_tx_ack_time_script()
1014 if (!TEST_uint64_t_eq(ack->ack_ranges[i].start, in test_rx_ack_actual()
1015 s->ack_ranges[i].start)) in test_rx_ack_actual()
1049 rx_ack_range.start = s->pn; in test_rx_ack_actual()
H A Dasn1_encode_test.c489 const unsigned char *start; in do_decode() local
492 start = bytes; in do_decode()
502 if (start + nbytes == bytes in do_decode()
/openssl/
H A DCONTRIBUTING.md53 2. All source files should start with the following text (with
54 appropriate comment characters at the start of each line and the

Completed in 39 milliseconds

1234567891011