Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 37) sorted by relevance

12

/openssl/crypto/lhash/
H A Dlh_stats.c108 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 Dencode.c166 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 Dv3_utl.c1178 int total; member
1189 v6stat.total = 0; in ipv6_from_asc()
1204 if (v6stat.total != 16) in ipv6_from_asc()
1208 if (v6stat.total == 16) in ipv6_from_asc()
1215 if (v6stat.total > 0) in ipv6_from_asc()
1254 if (s->total == 16) in ipv6_cb()
1259 s->zero_pos = s->total; in ipv6_cb()
1261 else if (s->zero_pos != s->total) in ipv6_cb()
1268 if (s->total > 12) in ipv6_cb()
1275 s->total += 4; in ipv6_cb()
[all …]
/openssl/crypto/perlasm/
H A Dcbc.pl326 $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/crypto/encode_decode/
H A Ddecoder_pkey.c207 int total; /* number of matching results */ member
255 ++data->total; in collect_decoder_keymgmt()
450 (void *)ctx, collect_data.total); in ossl_decoder_ctx_setup_for_pkey()
/openssl/doc/man3/
H A DOCSP_REQUEST_new.pod46 OCSP_request_onereq_count() returns the total number of B<OCSP_ONEREQ>
64 OCSP_request_onereq_count() returns the total number of B<OCSP_ONEREQ>
H A DEC_GROUP_new.pod143 the total number of curves available, then the first I<nitems> curves will be
144 returned. Otherwise the total number of curves will be provided. The return
145 value is the total number of curves available (whether that number has been
147 do nothing other than return the total number of curves available.
H A DX509_NAME_get_index_by_NID.pod37 X509_NAME_entry_count() returns the total number of entries in B<name>.
82 X509_NAME_entry_count() returns the total number of entries.
H A DSSL_CTX_set1_curves.pod65 in the supported groups extension. It returns the total number of
81 server-side SSL B<ssl>. If B<n> is -1 then the total number of shared groups is
123 is no shared group B<n>; or the total number of shared groups if B<n>
H A DSSL_get_client_random.pod28 total number of bytes that were actually copied. If B<outlen> is
30 total size of the client_random value.
H A DEVP_EncodeInit.pod48 is output plus an additional newline character (i.e. 65 bytes in total). The
77 65 bytes plus an additional NUL terminator (i.e. 66 bytes in total).
91 created plus 1 byte for a NUL terminator (i.e. 25 bytes in total). The length of
H A DEVP_BytesToKey.pod35 If the total key and IV length is less than the digest length and
H A DOBJ_nid2obj.pod77 In any case it returns the total string length, excluding the NUL character,
162 not NULL and I<buf_len> is big enough, otherwise the total string length.
H A DEVP_PKEY_CTX_set_tls1_prf_md.pod56 The total length of all seeds cannot exceed 1024 bytes in length: this should
H A DBIO_s_mem.pod79 and returns the total amount of data available. It is implemented as a macro.
143 BIO_get_mem_data() returns the total number of bytes available on success,
H A DSSL_get_shared_sigalgs.pod49 them all to B<NULL> and setting B<idx> to zero the total number of
H A DSSL_CTX_set_tlsext_use_srtp.pod113 "EXTRACTOR-dtls_srtp" and a NULL context value (use_context is 0). The total
H A DEVP_PKEY_CTX_set_hkdf_md.pod102 The total length of the info buffer cannot exceed 1024 bytes in length: this
H A DERR_put_error.pod51 The total length of the string data per error is limited to 4096 characters.
H A DEVP_PKEY_keygen.pod80 with the generation operation. If I<idx> is -1 the total number of
/openssl/crypto/
H A Dparam_build.c381 const size_t total = OSSL_PARAM_ALIGN_SIZE * (p_blks + bld->total_blocks); in OSSL_PARAM_BLD_to_param() local
391 params = OPENSSL_malloc(total); in OSSL_PARAM_BLD_to_param()
/openssl/apps/
H A Dca.c292 int create_ser = 0, free_passin = 0, total = 0, total_done = 0; in ca_main() local
955 total++; in ca_main()
975 total++; in ca_main()
996 total++; in ca_main()
1016 total++; in ca_main()
1048 total_done, total); in ca_main()
/openssl/
H A DNOTES-VMS.md55 certain limitations when it comes to total command length. We do
/openssl/ssl/quic/
H A Dquic_ackm.c1017 uint64_t total = 0; in ackm_ack_eliciting_bytes_in_flight() local
1020 total += ackm->ack_eliciting_bytes_in_flight[i]; in ackm_ack_eliciting_bytes_in_flight()
1022 return total; in ackm_ack_eliciting_bytes_in_flight()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc154 /* update the total aad length */

Completed in 111 milliseconds

12