Home
last modified time | relevance | path

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

/openssl/providers/implementations/storemgmt/
H A Dfile_store.c49 static OSSL_FUNC_store_eof_fn file_eof; variable
716 static int file_eof(void *loaderctx) in file_eof() function
781 { OSSL_FUNC_STORE_EOF, (void (*)(void))file_eof },
/openssl/engines/
H A De_loader_attic.c1495 static int file_eof(OSSL_STORE_LOADER_CTX *ctx);
1540 } while (result == NULL && !file_eof(ctx)); in file_load()
1549 if (file_eof(ctx)) in file_load()
1615 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx)); in file_load()
1639 static int file_eof(OSSL_STORE_LOADER_CTX *ctx) in file_eof() function
1723 || !OSSL_STORE_LOADER_set_eof(loader_attic, file_eof) in bind_loader_attic()

Completed in 11 milliseconds