Searched refs:oldstyle (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/bin/tests/system/metadata/
H A Dsetup.sh58 oldstyle=`$KEYGEN -Cq -r $RANDFILE $pzone`
59 echo $oldstyle > oldstyle.key
H A Dclean.sh12 rm -f prerev.key postrev.key oldstyle.key
H A Dtests.sh131 $SETTIME -pall `cat oldstyle.key` > /dev/null 2>&1 && ret=1
132 $SETTIME -f `cat oldstyle.key` > /dev/null 2>&1 || ret=1
134 $SETTIME -pall `cat oldstyle.key` > /dev/null 2>&1 || ret=1
146 chmod 644 `cat oldstyle.key`.private
147 $SETTIME -P none `cat oldstyle.key` > settime1.test$n 2>&1 || ret=1
149 $SETTIME -P none `cat oldstyle.key` > settime2.test$n 2>&1 || ret=1
159 $SETTIME -I now+15s -D now `cat oldstyle.key` > tmp.out 2>&1 || ret=1
167 $SETTIME -D none `cat oldstyle.key` > tmp.out 2>&1 || ret=1
168 $SETTIME -p all `cat oldstyle.key` > tmp.out 2>&1 || ret=1
/bind-9.11.3/bin/dnssec/
H A Ddnssec-keyfromlabel.c144 isc_boolean_t oldstyle = ISC_FALSE; local
201 oldstyle = ISC_TRUE;
461 if (!oldstyle && prepub > 0) {
503 if (oldstyle)
640 if (!oldstyle) {
H A Ddnssec-keygen.c221 isc_boolean_t oldstyle = ISC_FALSE; local
315 oldstyle = ISC_TRUE;
649 if (!oldstyle && prepub > 0) {
693 if (oldstyle)
988 if (!oldstyle) {

Completed in 14 milliseconds