Lines Matching refs:set
103 X509_LOOKUP types. It provides a set of functions used by OpenSSL for the
114 X509_LOOKUP_get_new_item() and X509_LOOKUP_set_new_item() get and set the
120 X509_LOOKUP_get_free() and X509_LOOKUP_set_free() get and set the function
121 that is used to free any method data that was allocated and set from within
124 X509_LOOKUP_meth_get_init() and X509_LOOKUP_meth_set_init() get and set the
125 function that is used to initialize the method data that was set with
128 X509_LOOKUP_meth_get_shutdown() and X509_LOOKUP_meth_set_shutdown() get and set
132 X509_LOOKUP_meth_get_ctrl() and X509_LOOKUP_meth_set_ctrl() get and set a
137 to an array of characters. B<argl> is an integer. B<ret>, if set,
143 X509_LOOKUP_set_get_by_fingerprint(), X509_LOOKUP_set_get_by_alias() set
159 X509_OBJECT_set1_X509_CRL() to set the result. Note that this also
163 set by X509_LOOKUP_meth_set_new_item() can be accessed with
170 the function set by the corresponding setter.