Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c49 static OSSL_FUNC_store_eof_fn file_eof; variable
722 static int file_eof(void *loaderctx) in file_eof() function
787 { OSSL_FUNC_STORE_EOF, (void (*)(void))file_eof },
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c1511 static int file_eof(OSSL_STORE_LOADER_CTX *ctx);
1556 } while (result == NULL && !file_eof(ctx)); in file_load()
1565 if (file_eof(ctx)) in file_load()
1631 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx)); in file_load()
1655 static int file_eof(OSSL_STORE_LOADER_CTX *ctx) in file_eof() function
1739 || !OSSL_STORE_LOADER_set_eof(loader_attic, file_eof) in bind_loader_attic()