Searched refs:LHASH (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | OPENSSL_LH_stats.pod | 7 OPENSSL_LH_node_stats_bio, OPENSSL_LH_node_usage_stats_bio - LHASH statistics 13 void OPENSSL_LH_stats(LHASH *table, FILE *out); 14 void OPENSSL_LH_node_stats(LHASH *table, FILE *out); 15 void OPENSSL_LH_node_usage_stats(LHASH *table, FILE *out); 17 void OPENSSL_LH_stats_bio(LHASH *table, BIO *out); 18 void OPENSSL_LH_node_stats_bio(LHASH *table, BIO *out); 19 void OPENSSL_LH_node_usage_stats_bio(LHASH *table, BIO *out); 23 The B<LHASH> structure records statistics about most aspects of 54 when using the LHASH data structure.
|
D | SSL_CTX_sessions.pod | 21 L<LHASH(3)> type database. It is possible to directly 24 L<LHASH(3)> operations, so that the database must not be 34 L<ssl(7)>, L<LHASH(3)>,
|
D | OPENSSL_LH_COMPFUNC.pod | 5 LHASH, DECLARE_LHASH_OF, 197 pointer to the new B<LHASH> structure. 219 The LHASH code is not thread safe. All updating operations, as well as 227 The LHASH code regards table entries as constant data. As such, it 233 LHASH code is concerned. However, as callers are themselves providing 240 elsewhere in their code) - in this case the LHASH prototypes are
|
/third_party/openssl/include/openssl/ |
D | lhash.h.in | 42 * Macros for declaring and implementing type-safe wrappers for LHASH 43 * callbacks. This way, callbacks can be provided to LHASH structures without
|
/third_party/openssl/util/ |
D | indent.pro | 264 -T LHASH
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 775 LHASH = lhash_st variable
|
/third_party/openssl/ |
D | CHANGES.md | 9090 * Revamp of LHASH to provide stronger type-checking. Still to come: 11013 * Because of the callback-based approach for implementing LHASH as a 11018 LHASH have been relaxed so that lh_insert() does not take (nor store) the 12934 global state (2 LHASH tables and 2 locks) is only used by the "default" 13085 to allow functions which take an `NCONF` to also handle the old `LHASH` 13809 * Finish off removing the remaining LHASH function pointer casts. 13811 the LHASH abstraction, and any casts that remain are "bugs". See 14029 * Changed the LHASH code to use prototypes for callbacks, and created 15251 (crypto/conf/conf_lib.c), if the input LHASH is NULL, avoid using 15606 The LHASH 'certs' is X509_STORE has now been replaced [all …]
|