Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 56) sorted by relevance

123

/openssl/test/
H A Dquic_ackm_test.c367 tx->pkt_space = space; in test_tx_ack_case_actual()
436 if (space == QUIC_PN_SPACE_APP) in test_tx_ack_case_actual()
903 static int test_rx_ack_actual(int tidx, int space) in test_rx_ack_actual() argument
956 pkt.pkt_space = space; in test_rx_ack_actual()
992 if (i != (size_t)space in test_rx_ack_actual()
1004 ack = ossl_ackm_get_ack_frame(h.ackm, space); in test_rx_ack_actual()
1028 tx->pkt_space = space; in test_rx_ack_actual()
1059 if (space == (int)s->pn) { in test_rx_ack_actual()
1088 int tidx, space; in test_tx_ack_case() local
1093 space = idx % QUIC_PN_SPACE_NUM; in test_tx_ack_case()
[all …]
H A Dendecode_test.c496 size_t space; in collect_name() local
498 space = strlen(name); in collect_name()
500 space += strlen(*namelist) + 2 /* for comma and space */; in collect_name()
501 space++; /* for terminating null byte */ in collect_name()
503 new_namelist = OPENSSL_realloc(*namelist, space); in collect_name()
/openssl/util/perl/OpenSSL/
H A DParseC.pm918 my $space =
937 .$space
960 .$space
984 $collected_stmt .= $space.$normalized_line;
1034 my $space = "";
1035 $space = " "
1040 …ssing leading spaces: \$normalized_line = '$normalized_line', \$space = '$space', \$rest = '$rest'…
1042 $_ = $space.$rest;
1128 my $space = "";
1134 $space = " "
[all …]
/openssl/ssl/quic/
H A Dquic_ackm.c815 int i, space = QUIC_PN_SPACE_INITIAL; in ackm_get_loss_time_and_space() local
817 for (i = space + 1; i < QUIC_PN_SPACE_NUM; ++i) in ackm_get_loss_time_and_space()
821 space = i; in ackm_get_loss_time_and_space()
824 *pspace = space; in ackm_get_loss_time_and_space()
828 static OSSL_TIME ackm_get_pto_time_and_space(OSSL_ACKM *ackm, int *space) in ackm_get_pto_time_and_space() argument
851 *space = ackm->discarded[QUIC_PN_SPACE_INITIAL] in ackm_get_pto_time_and_space()
885 *space = pto_space; in ackm_get_pto_time_and_space()
901 int space; in ackm_set_loss_detection_timer() local
904 earliest_loss_time = ackm_get_loss_time_and_space(ackm, &space); in ackm_set_loss_detection_timer()
922 timeout = ackm_get_pto_time_and_space(ackm, &space); in ackm_set_loss_detection_timer()
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md28 - be notified when a packet number space is discarded
50 for a given packet number space.
157 * into a packet number space.
231 * into a packet number space.
255 space of the containing packet. `rx_time` is the time the frame was
302 This must be called whenever a packet number space is discarded. ACK-tracking
303 information for the number space is thrown away. Any previously provided
455 corresponding to each packet number space. This is equivalent to
478 space. The packet number is written to `*pn`. Returns 1 on success.
517 `ossl_ackm_get_ack_deadline` changes for a given packet space.
H A Dquic-fifm.md117 One logical CFQ instance will be needed per PN space per connection. As an
185 /* Returns the PN space for the CFQ item. */
258 * Gets the highest priority CFQ item in the given PN space awaiting
265 * order in the given PN space. In other words, given the return value of
/openssl/crypto/
H A DREADME-sparse_array.md5 attempts to be both space and time efficient.
29 As a space and performance optimisation, the height of the tree is usually
112 of space.
/openssl/doc/man3/
H A DRIPEMD160_Init.pod33 bytes at B<d> and places it in B<md> (which must have space for
46 space for RIPEMD160_DIGEST_LENGTH == 20 bytes of output, and erases
H A DSHA256_Init.pod59 bytes at B<d> and places it in B<md> (which must have space for
71 SHA1_Final() places the message digest in B<md>, which must have space
77 The buffer B<md> must have space for the output from the SHA variant being used
H A DMDC2_Init.pod34 bytes at B<d> and places it in B<md> (which must have space for
46 MDC2_Final() places the message digest in B<md>, which must have space
H A DOPENSSL_hexchar2int.pod40 but allocates the space for the result, and returns the result. It uses a
56 but allocates the space for the result, and returns the result. It uses a
H A DMD5.pod57 of the B<n> bytes at B<d> and place it in B<md> (which must have space
70 MD2_Final() places the message digest in B<md>, which must have space
H A DSSL_CTX_sess_set_cache_size.pod31 Cache space may also be reclaimed by calling
H A DBIO_printf.pod45 returned, such as when there is insufficient space to output the whole
H A DHMAC.pod64 It places the result in I<md> (which must have space for the output of
114 must have space for the hash function output.
H A DOSSL_ERR_STATE_save.pod44 the thread error state are not affected if there is enough space
H A DX509_NAME_get_index_by_NID.pod50 of space needed in B<buf> (excluding the final null) is returned.
H A DOSSL_SELF_TEST_new.pod34 OSSL_SELF_TEST_free() frees the space allocated by OSSL_SELF_TEST_new().
H A DEVP_MAC.pod161 To figure out what the output length will be and allocate space for it
163 pointing at a valid location, then allocate space and make a second
164 call with I<out> pointing at the allocated space.
/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod70 Escape non-printable ASCII characters, codes less than 0x20 (space)
137 The options ending in "space" additionally place a space after the separator to make it more readab…
138 The B<sep_multiline> starts each field on its own line, and uses "plus space"
/openssl/crypto/property/
H A DREADME.md20 definitions should be space efficient. However...
36 * That definition is uncommon and needs to be space efficient, it will
49 would share their definition structure. Again, reducing space use.
/openssl/crypto/bio/
H A Dbss_bio.c396 ossl_ssize_t num, space; in bio_nwrite() local
403 space = bio_nwrite0(bio, buf); in bio_nwrite()
404 if (num > space) in bio_nwrite()
405 num = space; in bio_nwrite()
/openssl/util/
H A Dcheck-format.pl698 my ($lead, $space) = ($1, $2);
700 …$_ = "$lead$space$preproc_directive$_" if $preproc_directive =~ m/^(define|include)$/; # yet do no…
715 my $space_count = length($space); # maybe could also use indentation before '#'
/openssl/doc/internal/man3/
H A DDEFINE_PRIORITY_QUEUE_OF.pod70 is zero, no additional space is reserved. On error I<pq> is unchanged.
/openssl/doc/man7/
H A DEVP_KDF-ARGON2.pod50 salt in the case of space constraints. At least 128 bits output length is

Completed in 61 milliseconds

123