Home
last modified time | relevance | path

Searched refs:file_attach (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c46 static OSSL_FUNC_store_attach_fn file_attach;
287 void *file_attach(void *provctx, OSSL_CORE_BIO *cin) in file_attach() function
817 { OSSL_FUNC_STORE_ATTACH, (void (*)(void))file_attach },
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c1068 static OSSL_STORE_LOADER_CTX *file_attach(const OSSL_STORE_LOADER *loader, BIO *bp, in file_attach() function
1718 || !OSSL_STORE_LOADER_set_attach(loader_attic, file_attach) in bind_loader_attic()