Lines Matching defs:method
22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); in X509_LOOKUP_meth_new() local
39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_free()
46 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_new_item()
53 int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_new_item()
60 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_free()
67 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_free()
73 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_init()
80 int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_init()
87 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_shutdown()
94 int (*X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_shutdown()
101 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_ctrl()
108 X509_LOOKUP_ctrl_fn X509_LOOKUP_meth_get_ctrl(const X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_get_ctrl()
113 int X509_LOOKUP_meth_set_get_by_subject(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_get_by_subject()
121 const X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_get_get_by_subject()
127 int X509_LOOKUP_meth_set_get_by_issuer_serial(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_get_by_issuer_serial()
135 X509_LOOKUP_meth_get_get_by_issuer_serial(const X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_get_get_by_issuer_serial()
141 int X509_LOOKUP_meth_set_get_by_fingerprint(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_get_by_fingerprint()
149 const X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_get_get_by_fingerprint()
154 int X509_LOOKUP_meth_set_get_by_alias(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_get_by_alias()
162 const X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_get_get_by_alias()