Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c152 static struct file_ctx_st *file_open_stream(BIO *source, const char *uri, in file_open_stream() function
285 || (ctx = file_open_stream(bio, uri, provctx)) == NULL) in file_open()
299 ctx = file_open_stream(new_bio, NULL, provctx); in file_attach()