Home
last modified time | relevance | path

Searched refs:METHOD (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/property/
H A Dproperty.c39 } METHOD; typedef
44 METHOD method;
52 METHOD method;
161 static int ossl_method_up_ref(METHOD *method) in ossl_method_up_ref()
166 static void ossl_method_free(METHOD *method) in ossl_method_free()
/openssl/doc/designs/quic-design/
H A Drecord-layer.md72 ### Use a METHOD based approach
74 A METHOD based approach is simply a structure containing function pointers. It
76 implementing a METHOD can be employed, but these differences are hidden from
77 the caller of the METHOD.
79 In this solution we would seek to implement a different METHOD for each of the
84 In the MVP the METHOD approach would be private. However, once it has
90 the MVP could implement a METHOD based approach, and subsequent releases could
112 This approach is very similar to the alternative METHOD based approach. The
123 for a new fetchable operation is more involved than a METHOD based approach.
133 * More complicated to implement than the simple METHOD based approach
[all …]
/openssl/doc/man7/
H A Dossl-guide-migration.pod131 =head3 Engines and "METHOD" APIs

Completed in 14 milliseconds