Searched refs:counts (Results 1 – 25 of 25) sorted by relevance
/openssl/test/recipes/70-test_quic_multistream_data/ |
H A D | verify-qlog.py | 149 counts = frame_type_counts[event['name']] 151 counts.setdefault(frame_type, 0) 152 counts[frame_type] += 1
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_ctx_set1_caPubs.pod | 35 The reference counts of those certificates handled successfully are increased. 51 The reference counts of those certificates handled successfully are increased.
|
H A D | OSSL_TIME.pod | 71 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 D | ossl_ht_new.pod | 107 reference counts decremented, and, on reaching zero, the free function will be
|
/openssl/doc/man1/ |
H A D | openssl-pkcs12.pod.in | 182 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 D | openssl-pkcs8.pod.in | 180 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 D | X509_add_cert.pod | 32 the reference counts of those certificates added successfully are increased.
|
H A D | SSL_get_peer_cert_chain.pod | 43 indefinitely they must increase the reference counts using X509_up_ref() or
|
H A D | SSL_SESSION_free.pod | 58 incorrect reference counts and therefore program failures.
|
H A D | SSL_free.pod | 29 The ssl session has reference counts from two users: the SSL object, for
|
H A D | SSL_CTX_set1_verify_cert_store.pod | 51 not increment reference counts and the supplied store B<MUST NOT> be freed
|
H A D | PKCS12_create.pod | 64 old software which did not interpret MAC iteration counts. If such compatibility
|
H A D | SSL_CTX_add1_chain_cert.pod | 100 not increment reference counts and the supplied certificate or chain
|
H A D | OSSL_trace_set_channel.pod | 163 More precisely, both reference counts in the ENGINE structure will be
|
H A D | X509_STORE_CTX_new.pod | 274 should be made or reference counts increased instead.
|
H A D | OSSL_CMP_CTX_new.pod | 487 The reference counts of those certificates handled successfully are increased.
|
/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 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 D | openssl-threads.pod | 42 Functions that involve attributes that have reference counts themselves,
|
H A D | openssl-env.pod | 97 Reference counts in the ENGINE structure will be monitored with a line
|
H A D | property.pod | 69 match counts in favor of the algorithm.
|
/openssl/test/ |
H A D | bntest.c | 2354 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 D | README.md | 55 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 D | README-ENGINES.md | 161 only ever 1 ENGINE structure of its type (and reference counts are used
|
H A D | CHANGES.md | 2089 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 D | asn1t.h.in | 683 * requirements. For example the use of reference counts and an informational
|
Completed in 82 milliseconds