Home
last modified time | relevance | path

Searched refs:start (Results 51 – 75 of 263) sorted by relevance

1234567891011

/openssl/doc/man7/
H A Dlife_cycle-kdf.pod14 =item start
42 | start |
77 start newed deriving freed
95 <th style="border:1px solid" align="center">start</th>
H A Ddes_modes.pod136 key and start variable are used. Consequently, for security reasons
137 a specific start variable should be used only once for a given key.
145 The use of different start variables values prevents the same
173 Each re-initialization should use a value of the start variable
174 different from the start variable values used before with the same
H A Dlife_cycle-rand.pod14 =item start
48 | start |
89 start newed instantiated uninstantiated freed
108 <th style="border:1px solid" align="center">start</th>
H A Dlife_cycle-mac.pod14 =item start
51 | start |
96 start newed initialised updated finaled freed
116 <th style="border:1px solid" align="center">start</th>
/openssl/test/
H A Dsanitytest.c135 OSSL_TIME start = ossl_time_now(); in test_sanity_sleep() local
145 seconds = ossl_time2seconds(ossl_time_subtract(ossl_time_now(), start)); in test_sanity_sleep()
/openssl/crypto/bio/
H A Dbf_buff.c101 start: in buffer_read()
155 goto start; in buffer_read()
170 start: in buffer_write()
232 goto start; in buffer_write()
/openssl/include/internal/
H A Dthread.h19 void *ossl_crypto_thread_start(OSSL_LIB_CTX *ctx, CRYPTO_THREAD_ROUTINE start,
H A Duint_set.h28 uint64_t start, end; member
H A Dquic_txpim.h60 uint64_t start, end; member
/openssl/doc/life-cycles/
H A Dcipher.dot4 begin [label=start, color="#deeaee", style="filled"];
49 begin [label=start, color="#deeaee", style="filled"];
H A Dkdf.dot4 begin [label=start, color="#deeaee", style="filled"];
H A Drand.dot4 begin [label=start, color="#deeaee", style="filled"];
H A Dmac.dot4 begin [label=start, color="#deeaee", style="filled"];
/openssl/ssl/quic/
H A Dquic_ackm.c445 r.start = pn; in rx_pkt_history_add_pn()
467 r.start = 0; in rx_pkt_history_bump_watermark()
659 return pn >= range->start && pn <= range->end; in range_contains()
731 assert(pkt->pkt_num < ack->ack_ranges[ridx].start); in ackm_detect_and_remove_newly_acked_pkts()
1442 && ossl_list_uint_set_tail(&h->set)->range.start in ackm_has_newly_missing()
1444 && ossl_list_uint_set_tail(&h->set)->range.start in ackm_has_newly_missing()
1607 ackm->ack_ranges[pkt_space][i].start = x->range.start; in ackm_fill_rx_ack_ranges()
H A Dquic_trace.c106 - ack.ack_ranges[0].start)); in frame_ack()
109 (unsigned long long)(ack.ack_ranges[i - 1].start in frame_ack()
113 - ack.ack_ranges[i].start)); in frame_ack()
/openssl/test/helpers/
H A Dquictestlib.c993 const unsigned char *start, *end; in qtest_fault_delete_extension() local
1005 start = PACKET_data(&sub); in qtest_fault_delete_extension()
1035 memmove((unsigned char *)start, end, end - start); in qtest_fault_delete_extension()
1043 newlen = *extlen - 2 - (end - start); in qtest_fault_delete_extension()
1056 if ((size_t)(end - start) + SSL3_HM_HEADER_LENGTH > msglen) in qtest_fault_delete_extension()
1058 msglen -= (end - start) + SSL3_HM_HEADER_LENGTH; in qtest_fault_delete_extension()
/openssl/test/recipes/
H A D70-test_tls13alerts.t39 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
H A D70-test_sslcertstatus.t43 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
H A D70-test_sslskewith0p.t44 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
/openssl/ssl/record/
H A Drec_layer_s3.c674 start: in ssl3_read_bytes()
812 goto start; in ssl3_read_bytes()
902 goto start; in ssl3_read_bytes()
931 goto start; in ssl3_read_bytes()
954 goto start; in ssl3_read_bytes()
1006 goto start; /* fragment was too small */ in ssl3_read_bytes()
1057 goto start; in ssl3_read_bytes()
1109 goto start; in ssl3_read_bytes()
/openssl/doc/man3/
H A DBIO_s_file.pod37 BIO_reset() attempts to change the file pointer to the start of file
40 BIO_seek() sets the file pointer to position B<ofs> from start of file
63 from the start of file.
H A DBIO_s_fd.pod29 BIO_reset() attempts to change the file pointer to the start of file
32 BIO_seek() sets the file pointer to position B<ofs> from start of file
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_x942_des.txt3 # Tests start with one of these keywords
H A Devpmac_sm3.txt9 # Tests start with one of these keywords
H A Devpkdf_pvkkdf.txt9 # Tests start with one of these keywords

Completed in 59 milliseconds

1234567891011