/openssl/crypto/lhash/ |
H A D | lh_stats.c | 108 unsigned long total = 0, n_used = 0; in OPENSSL_LH_node_usage_stats_bio() local 115 total += num; in OPENSSL_LH_node_usage_stats_bio() 119 BIO_printf(out, "%lu items\n", total); in OPENSSL_LH_node_usage_stats_bio() 123 (int)(total / lh->num_nodes), in OPENSSL_LH_node_usage_stats_bio() 124 (int)((total % lh->num_nodes) * 100 / lh->num_nodes), in OPENSSL_LH_node_usage_stats_bio() 125 (int)(total / n_used), (int)((total % n_used) * 100 / n_used)); in OPENSSL_LH_node_usage_stats_bio()
|
/openssl/crypto/evp/ |
H A D | encode.c | 166 size_t total = 0; in EVP_EncodeUpdate() local 185 total = j; in EVP_EncodeUpdate() 188 total++; in EVP_EncodeUpdate() 192 while (inl >= ctx->length && total <= INT_MAX) { in EVP_EncodeUpdate() 197 total += j; in EVP_EncodeUpdate() 200 total++; in EVP_EncodeUpdate() 204 if (total > INT_MAX) { in EVP_EncodeUpdate() 212 *outl = total; in EVP_EncodeUpdate()
|
/openssl/crypto/x509/ |
H A D | v3_utl.c | 1243 int total; member 1254 v6stat.total = 0; in ipv6_from_asc() 1269 if (v6stat.total != 16) in ipv6_from_asc() 1273 if (v6stat.total == 16) in ipv6_from_asc() 1280 if (v6stat.total > 0) in ipv6_from_asc() 1319 if (s->total == 16) in ipv6_cb() 1324 s->zero_pos = s->total; in ipv6_cb() 1326 else if (s->zero_pos != s->total) in ipv6_cb() 1333 if (s->total > 12) in ipv6_cb() 1340 s->total += 4; in ipv6_cb() [all …]
|
/openssl/crypto/perlasm/ |
H A D | cbc.pl | 326 $total=16+4; 327 $total+=4 if ($p1 > 0); 328 $total+=4 if ($p2 > 0); 329 $total+=4 if ($p3 > 0); 330 &add("esp",$total);
|
/openssl/demos/guide/ |
H A D | tls-server-block.c | 234 size_t total = 0; in main() local 269 total += nwritten; in main() 275 fprintf(stderr, "Client connection closed, %zu bytes sent\n", total); in main()
|
/openssl/test/ |
H A D | evp_xof_test.c | 290 size_t total = sizeof(shake256_largemsg_input); in shake_absorb_test() local 296 for (stride = 1; stride < total; ++stride) { in shake_absorb_test() 298 for (i = 0; i < total; i += sz) { in shake_absorb_test() 300 if ((i + sz) > total) in shake_absorb_test() 301 sz = total - i; in shake_absorb_test()
|
H A D | bio_dgram_test.c | 503 size_t total = 0; in test_bio_dgram_pair() local 551 for (i = 0; total < 1 * 1024 * 1024; ++i) { in test_bio_dgram_pair() 563 total += blen; in test_bio_dgram_pair() 566 if (idx <= 1 && !TEST_size_t_lt(total, 1 * 1024 * 1024)) in test_bio_dgram_pair() 569 if (idx == 2 && !TEST_size_t_ge(total, 1 * 1024 * 1024)) in test_bio_dgram_pair()
|
/openssl/doc/man3/ |
H A D | OCSP_REQUEST_new.pod | 47 OCSP_request_onereq_count() returns the total number of B<OCSP_ONEREQ> 65 OCSP_request_onereq_count() returns the total number of B<OCSP_ONEREQ>
|
H A D | X509_NAME_get_index_by_NID.pod | 37 X509_NAME_entry_count() returns the total number of entries in B<name>. 82 X509_NAME_entry_count() returns the total number of entries, and 0
|
H A D | EC_GROUP_new.pod | 156 the total number of curves available, then the first I<nitems> curves will be 157 returned. Otherwise the total number of curves will be provided. The return 158 value is the total number of curves available (whether that number has been 160 do nothing other than return the total number of curves available.
|
H A D | SSL_get_client_random.pod | 28 total number of bytes that were actually copied. If B<outlen> is 30 total size of the client_random value.
|
H A D | X509_ACERT_get_attr.pod | 24 B<X509_ACERT> I<x>. X509_ACERT_get_attr_count() returns the total number
|
H A D | ERR_set_mark.pod | 43 most recent mark, if any, or the total number of error stack entries.
|
H A D | SSL_CTX_set1_curves.pod | 94 in the supported groups extension. It returns the total number of 110 server-side SSL B<ssl>. If B<n> is -1 then the total number of shared groups is 152 is no shared group B<n>; or the total number of shared groups if B<n>
|
H A D | EVP_EncodeInit.pod | 50 is output plus an additional newline character (i.e. 65 bytes in total). The 79 65 bytes plus an additional NUL terminator (i.e. 66 bytes in total). 93 created plus 1 byte for a NUL terminator (i.e. 25 bytes in total). The length of
|
H A D | EVP_BytesToKey.pod | 35 If the total key and IV length is less than the digest length and
|
H A D | OBJ_nid2obj.pod | 77 In any case it returns the total string length, excluding the NUL character, 163 not NULL and I<buf_len> is big enough, otherwise the total string length.
|
H A D | EVP_PKEY_CTX_set_tls1_prf_md.pod | 56 The total length of all seeds cannot exceed 1024 bytes in length: this should
|
H A D | SSL_get_shared_sigalgs.pod | 49 them all to B<NULL> and setting B<idx> to zero the total number of
|
H A D | BIO_s_mem.pod | 83 and returns the total amount of data available. It is implemented as a macro. 159 BIO_get_mem_data() returns the total number of bytes available on success,
|
/openssl/crypto/ |
H A D | param_build.c | 367 const size_t total = OSSL_PARAM_ALIGN_SIZE * (p_blks + bld->total_blocks); in OSSL_PARAM_BLD_to_param() local 377 params = OPENSSL_malloc(total); in OSSL_PARAM_BLD_to_param()
|
/openssl/crypto/encode_decode/ |
H A D | decoder_pkey.c | 213 int total; /* number of matching results */ member 261 ++data->total; in collect_decoder_keymgmt() 455 (void *)ctx, collect_data.total); in ossl_decoder_ctx_setup_for_pkey()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-fc.md | 16 level counts the total number of logical bytes sent on a given stream. Note that 19 that the total number of logical bytes sent on a given stream is equivalent to 73 - (RX side only) The **Retired Watermark** (RWM), the total number of retired 119 `numBytes` is the total number of controlled bytes we sent in the packet (i.e.,
|
/openssl/ssl/quic/ |
H A D | quic_ackm.c | 648 uint64_t total = 0; in ackm_ack_eliciting_bytes_in_flight() local 651 total += ackm->ack_eliciting_bytes_in_flight[i]; in ackm_ack_eliciting_bytes_in_flight() 653 return total; in ackm_ack_eliciting_bytes_in_flight()
|
/openssl/apps/ |
H A D | ca.c | 298 int create_ser = 0, free_passin = 0, total = 0, total_done = 0; in ca_main() local 931 total++; in ca_main() 951 total++; in ca_main() 972 total++; in ca_main() 992 total++; in ca_main() 1024 total_done, total); in ca_main()
|