Lines Matching refs:load_locations
2292 def load_locations(self, store, cafile, capath): member in TestX509Store.test_load_locations_parameters.LibMock
2299 _lib, "X509_STORE_load_locations", lib_mock.load_locations
2303 store.load_locations(cafile=cafile, capath=capath)
2311 store.load_locations(None, None)
2319 store.load_locations(cafile=str(invalid_ca_file))
4175 store.load_locations(str(root_ca_file))
4182 store.load_locations(None, str(root_ca_file.dirname))
4191 store.load_locations(
4202 store.load_locations(str(root_ca_file))
4203 store.load_locations(str(intermediate_ca_file))
4210 store.load_locations(None, str(tmpdir))