Lines Matching refs:set
103 X509_LOOKUP types. It provides a set of functions used by OpenSSL for the
115 X509_LOOKUP_get_new_item() and X509_LOOKUP_set_new_item() get and set the
121 X509_LOOKUP_get_free() and X509_LOOKUP_set_free() get and set the function
122 that is used to free any method data that was allocated and set from within
125 X509_LOOKUP_meth_get_init() and X509_LOOKUP_meth_set_init() get and set the
126 function that is used to initialize the method data that was set with
129 X509_LOOKUP_meth_get_shutdown() and X509_LOOKUP_meth_set_shutdown() get and set
133 X509_LOOKUP_meth_get_ctrl() and X509_LOOKUP_meth_set_ctrl() get and set a
138 to an array of characters. B<argl> is an integer. B<ret>, if set,
144 X509_LOOKUP_set_get_by_fingerprint(), X509_LOOKUP_set_get_by_alias() set
160 X509_OBJECT_set1_X509_CRL() to set the result. Note that this also
164 set by X509_LOOKUP_meth_set_new_item() can be accessed with
171 the function set by the corresponding setter.