Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dfipsinstall.c299 BIO *module_bio = NULL, *mem_bio = NULL, *fout = NULL; in fipsinstall_main() local
424 module_bio = bio_open_default(module_fname, 'r', FORMAT_BINARY); in fipsinstall_main()
425 if (module_bio == NULL) { in fipsinstall_main()
470 if (!do_mac(ctx, read_buffer, module_bio, module_mac, &module_mac_len)) in fipsinstall_main()
532 BIO_free(module_bio); in fipsinstall_main()