Searched refs:module_fname (Results 1 – 1 of 1) sorted by relevance
580 char *module_fname = NULL, *parent_config = NULL, *module_path = NULL; in fipsinstall_main() local727 module_fname = opt_arg(); in fipsinstall_main()781 if (module_fname == NULL) in fipsinstall_main()784 tail = opt_path_end(module_fname); in fipsinstall_main()786 module_path = OPENSSL_strdup(module_fname); in fipsinstall_main()789 module_path[tail - module_fname] = '\0'; in fipsinstall_main()805 module_bio = bio_open_default(module_fname, 'r', FORMAT_BINARY); in fipsinstall_main()
Completed in 6 milliseconds