Lines Matching defs:loader
858 * The loader itself
947 (const OSSL_STORE_LOADER *loader, const char *uri,
1072 (const OSSL_STORE_LOADER *loader, const char *uri,
1075 return file_open_ex(loader, uri, NULL, NULL, ui_method, ui_data);
1079 (const OSSL_STORE_LOADER *loader, BIO *bp,
1145 * If ctx == NULL, the library is looking to know if this loader supports
1696 static const char *loader_attic_name = "'file:' loader";
1714 OSSL_STORE_LOADER *loader = OSSL_STORE_unregister_loader("file");
1716 if (loader == NULL)
1720 OSSL_STORE_LOADER_free(loader);