Lines Matching defs:filenames
738 static int write_PKIMESSAGE(const OSSL_CMP_MSG *msg, char **filenames)
742 if (msg == NULL || filenames == NULL) {
746 if (*filenames == NULL) {
751 file = *filenames;
752 *filenames = next_item(file);
761 static OSSL_CMP_MSG *read_PKIMESSAGE(const char *desc, char **filenames)
766 if (filenames == NULL || desc == NULL) {
770 if (*filenames == NULL) {
775 file = *filenames;
776 *filenames = next_item(file);
2006 "only if -rspin argument gives too few filenames",
2955 CMP_warn("-server option is not used if enough filenames given for -rspin");
2957 CMP_warn("-use_mock_srv option is not used if enough filenames given for -rspin");