Lines Matching full:method
30 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method);
32 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method,
34 int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method))
37 int X509_LOOKUP_meth_set_free(X509_LOOKUP_METHOD *method,
39 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method))
42 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method,
44 int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method))
47 int X509_LOOKUP_meth_set_shutdown(X509_LOOKUP_METHOD *method,
49 int (*X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD* method))
54 int X509_LOOKUP_meth_set_ctrl(X509_LOOKUP_METHOD *method,
56 X509_LOOKUP_ctrl_fn X509_LOOKUP_meth_get_ctrl(const X509_LOOKUP_METHOD *method);
62 int X509_LOOKUP_meth_set_get_by_subject(X509_LOOKUP_METHOD *method,
65 const X509_LOOKUP_METHOD *method);
73 X509_LOOKUP_METHOD *method, X509_LOOKUP_get_by_issuer_serial_fn fn);
75 const X509_LOOKUP_METHOD *method);
82 int X509_LOOKUP_meth_set_get_by_fingerprint(X509_LOOKUP_METHOD *method,
85 const X509_LOOKUP_METHOD *method);
92 int X509_LOOKUP_meth_set_get_by_alias(X509_LOOKUP_METHOD *method,
95 const X509_LOOKUP_METHOD *method);
110 method.
122 that is used to free any method data that was allocated and set from within
126 function that is used to initialize the method data that was set with
130 the function that is used to shut down the method data whose state was
163 Any method data that was created as a result of the new_item function