Lines Matching refs:str
120 my $str =
123 print "#ifndef OPENSSL_NO_SOCK\n${str}#endif\n";
135 $str =~ s/NULL, NULL/$dalt/;
136 print "\n${str}#endif\n";
138 print "#ifndef OPENSSL_NO_" . uc($cmd) . "\n${str}#endif\n";
140 print "#ifndef OPENSSL_NO_" . uc($disabler) . "\n${str}#endif\n";
142 print $str;
159 my $str = " {FT_md, \"$cmd\", dgst_main, NULL, NULL},\n";
161 print "#ifndef OPENSSL_NO_" . uc($cmd) . "\n${str}#endif\n";
163 print "#ifndef OPENSSL_NO_" . uc($disabler) . "\n${str}#endif\n";
165 print $str;
205 my $str = " {FT_cipher, \"$cmd\", enc_main, enc_options, NULL},\n";
208 print "#ifndef OPENSSL_NO_" . uc($algo) . "\n${str}#endif\n";
210 print "#ifndef OPENSSL_NO_" . uc($disabler) . "\n${str}#endif\n";
212 print $str;