Searched refs:VERIFY (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/VMS/
H A Dopenssl_utils.com18 $ VERIFY :== $SSLEXE:OPENSSL VERIFY
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A DCA.pl.bak52 $VERIFY="$openssl verify";
156 system ("$VERIFY -CAfile $CATOP/$CACERT $j");
161 system ("$VERIFY -CAfile $CATOP/$CACERT newcert.pem");
H A DCA.pl.in52 $VERIFY="$openssl verify";
156 system ("$VERIFY -CAfile $CATOP/$CACERT $j");
161 system ("$VERIFY -CAfile $CATOP/$CACERT newcert.pem");
H A DCA.sh67 VERIFY="$OPENSSL verify"
177 $VERIFY -CAfile $CATOP/$CACERT newcert.pem
182 $VERIFY -CAfile $CATOP/$CACERT $j
H A DCA.pl52 $VERIFY="$openssl verify";
156 system ("$VERIFY -CAfile $CATOP/$CACERT $j");
161 system ("$VERIFY -CAfile $CATOP/$CACERT newcert.pem");
H A DCA.com36 $ VERIFY = openssl + " verify"
186 $ VERIFY "-CAfile" 'CATOP''CACERT' newcert.pem
195 $ VERIFY "-CAfile" 'CATOP''CACERT' '__tmp'
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Ddes.c110 #define VERIFY 1 macro
279 if (des_read_pw_string(key,KEYSIZB+1,"Enter key:",eflag?VERIFY:0))

Completed in 86 milliseconds