Lines Matching refs:usage
13 usage.
16 the usage patterns common in codebases which use OpenSSL, so that it can
18 directory seeks to maintain a set of **API usage demos** which demonstrate a
24 usage patterns and with reference to the impact on existing applications.
29 a present body of understanding of API usage patterns, which can be used to plan
42 The demos also deliberately focus on aspects of libssl usage which are likely to
60 applications to determine libssl API usage patterns. The commonly occurring usage
110 ….c) | S-BIOc | A `BIO_s_connect`-based blocking example demonstrating exemplary OpenSSL API usage |
111 …_s_connect`-based nonblocking example demonstrating exemplary OpenSSL API usage, with use of a buf…
112 … `SSL_set_fd`-based blocking example demonstrating real-world OpenSSL API usage (corresponding to …
113 …L_set_fd`-based non-blocking example demonstrating real-world OpenSSL API usage (corresponding to …