/openssl/test/ |
H A D | quic_ackm_test.c | 367 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 D | endecode_test.c | 496 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 D | ParseC.pm | 918 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 D | quic_ackm.c | 815 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 D | quic-ackm.md | 28 - 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 D | quic-fifm.md | 117 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 D | README-sparse_array.md | 5 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 D | RIPEMD160_Init.pod | 33 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 D | SHA256_Init.pod | 59 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 D | MDC2_Init.pod | 34 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 D | EVP_PKEY_CTX_get_algor.pod | 43 If I<*alg> is NULL, space will be allocated automatically, and assigned to 51 If I<< alg->parameters >> is NULL, space will be allocated automatically, and
|
H A D | OPENSSL_hexchar2int.pod | 40 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 D | MD5.pod | 56 of the B<n> bytes at B<d> and place it in B<md> (which must have space 69 MD2_Final() places the message digest in B<md>, which must have space
|
H A D | SSL_CTX_sess_set_cache_size.pod | 31 Cache space may also be reclaimed by calling
|
H A D | BIO_printf.pod | 45 returned, such as when there is insufficient space to output the whole
|
H A D | HMAC.pod | 64 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 D | OSSL_ERR_STATE_save.pod | 44 the thread error state are not affected if there is enough space
|
H A D | X509_NAME_get_index_by_NID.pod | 50 of space needed in B<buf> (excluding the final null) is returned.
|
H A D | OSSL_SELF_TEST_new.pod | 34 OSSL_SELF_TEST_free() frees the space allocated by OSSL_SELF_TEST_new().
|
H A D | EVP_MAC.pod | 161 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 D | openssl-namedisplay-options.pod | 70 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 D | README.md | 20 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 D | bss_bio.c | 396 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 D | check-format.pl | 699 my ($lead, $space) = ($1, $2); 701 …$_ = "$lead$space$preproc_directive$_" if $preproc_directive =~ m/^(define|include)$/; # yet do no… 716 my $space_count = length($space); # maybe could also use indentation before '#'
|
/openssl/doc/internal/man3/ |
H A D | DEFINE_PRIORITY_QUEUE_OF.pod | 70 is zero, no additional space is reserved. On error I<pq> is unchanged.
|