Home
last modified time | relevance | path

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

/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py149 counts = frame_type_counts[event['name']]
151 counts.setdefault(frame_type, 0)
152 counts[frame_type] += 1
/openssl/doc/internal/man3/
H A Dossl_cmp_ctx_set1_caPubs.pod35 The reference counts of those certificates handled successfully are increased.
51 The reference counts of those certificates handled successfully are increased.
H A DOSSL_TIME.pod71 B<OSSL_TIME>. Specifically, it is the number of counts per second that
75 B<ossl_ticks2time> converts an integral number of counts to a time.
77 B<ossl_time2ticks> converts a time to an integral number of counts.
H A Dossl_ht_new.pod107 reference counts decremented, and, on reaching zero, the free function will be
/openssl/doc/man1/
H A Dopenssl-pkcs12.pod.in182 used and iteration counts.
372 By default both encryption and MAC iteration counts are set to 2048, using
373 these options the MAC and encryption iteration counts can be set to 1, since
375 really have to. Most software supports both MAC and encryption iteration counts.
376 MSIE 4.0 doesn't support MAC iteration counts so it needs the B<-nomaciter>
382 to be needed to use MAC iterations counts but they are now used by default.
H A Dopenssl-pkcs8.pod.in180 counts are more secure that those encrypted using the traditional
262 counts, several people confirmed that they could decrypt the private
/openssl/doc/man3/
H A DX509_add_cert.pod32 the reference counts of those certificates added successfully are increased.
H A DSSL_get_peer_cert_chain.pod43 indefinitely they must increase the reference counts using X509_up_ref() or
H A DSSL_SESSION_free.pod58 incorrect reference counts and therefore program failures.
H A DSSL_free.pod29 The ssl session has reference counts from two users: the SSL object, for
H A DSSL_CTX_set1_verify_cert_store.pod51 not increment reference counts and the supplied store B<MUST NOT> be freed
H A DPKCS12_create.pod64 old software which did not interpret MAC iteration counts. If such compatibility
H A DSSL_CTX_add1_chain_cert.pod100 not increment reference counts and the supplied certificate or chain
H A DOSSL_trace_set_channel.pod163 More precisely, both reference counts in the ENGINE structure will be
H A DX509_STORE_CTX_new.pod274 should be made or reference counts increased instead.
H A DOSSL_CMP_CTX_new.pod487 The reference counts of those certificates handled successfully are increased.
/openssl/doc/designs/quic-design/
H A Dquic-fc.md16 level counts the total number of logical bytes sent on a given stream. Note that
18 again, this still only counts as one byte for the purposes of flow control. Note
61 - **Controlled bytes** refers to any byte which counts for purposes of flow
/openssl/doc/man7/
H A Dopenssl-threads.pod42 Functions that involve attributes that have reference counts themselves,
H A Dopenssl-env.pod97 Reference counts in the ENGINE structure will be monitored with a line
H A Dproperty.pod69 match counts in favor of the algorithm.
/openssl/test/
H A Dbntest.c2354 size_t *counts; in test_rand_range_single() local
2358 if (!TEST_ptr(counts = OPENSSL_zalloc(sizeof(*counts) * range)) in test_rand_range_single()
2367 counts[v]++; in test_rand_range_single()
2371 const double delta = counts[i] - expected; in test_rand_range_single()
2387 OPENSSL_free(counts); in test_rand_range_single()
/openssl/crypto/engine/
H A DREADME.md55 especially necessary considering the fact ENGINE uses reference counts to allow
112 there is no associated problem with it not having reference counts. And of
/openssl/
H A DREADME-ENGINES.md161 only ever 1 ENGINE structure of its type (and reference counts are used
H A DCHANGES.md2089 printing reference counts. Rename -DDEBUG_UNUSED to -DUNUSED_RESULT_DEBUG
10238 it handles reference counts correctly and doesn't zero out the I/O bio
14327 reference counts. This performs normal REF_PRINT/REF_CHECK macros on
14330 to use these functions rather than manually incrementing the counts.
14668 all ENGINE values onto a new ENGINE except reference counts/state).
18023 * The return value of RAND_load_file() no longer counts bytes obtained
18139 the X509 reference counts upped: so the stack will exist
18149 behaviour so MAC iteration counts are used unless the new
19123 you #define DEBUG_PKCS5V2 passwords, salts, iteration counts and
19616 now it really counts the depth.
/openssl/include/openssl/
H A Dasn1t.h.in683 * requirements. For example the use of reference counts and an informational

Completed in 82 milliseconds