Lines Matching refs:grep

38 grep -i "md5.*TSIG.*NOERROR" dig.out.md5.old > /dev/null || ret=1
47 grep -i "md5.*TSIG.*NOERROR" dig.out.md5.new > /dev/null || ret=1
56 grep -i "sha1.*TSIG.*NOERROR" dig.out.sha1 > /dev/null || ret=1
65 grep -i "sha224.*TSIG.*NOERROR" dig.out.sha224 > /dev/null || ret=1
74 grep -i "sha256.*TSIG.*NOERROR" dig.out.sha256 > /dev/null || ret=1
83 grep -i "sha384.*TSIG.*NOERROR" dig.out.sha384 > /dev/null || ret=1
92 grep -i "sha512.*TSIG.*NOERROR" dig.out.sha512 > /dev/null || ret=1
106 grep -i "md5-trunc.*TSIG.*NOERROR" dig.out.md5.trunc > /dev/null || ret=1
115 grep -i "sha1.*TSIG.*NOERROR" dig.out.sha1.trunc > /dev/null || ret=1
124 grep -i "sha224-trunc.*TSIG.*NOERROR" dig.out.sha224.trunc > /dev/null || ret=1
133 grep -i "sha256-trunc.*TSIG.*NOERROR" dig.out.sha256.trunc > /dev/null || ret=1
142 grep -i "sha384-trunc.*TSIG.*NOERROR" dig.out.sha384.trunc > /dev/null || ret=1
151 grep -i "sha512-trunc.*TSIG.*NOERROR" dig.out.sha512.trunc > /dev/null || ret=1
166 grep -i "md5.*TSIG.*BADTRUNC" dig.out.md5-80 > /dev/null || ret=1
175 grep -i "sha1.*TSIG.*BADTRUNC" dig.out.sha1-80 > /dev/null || ret=1
184 grep -i "sha224.*TSIG.*BADTRUNC" dig.out.sha224-112 > /dev/null || ret=1
193 grep -i "sha256.*TSIG.*BADTRUNC" dig.out.sha256-128 > /dev/null || ret=1
202 grep -i "sha384.*TSIG.*BADTRUNC" dig.out.sha384-192 > /dev/null || ret=1
211 grep -i "sha512.*TSIG.*BADTRUNC" dig.out.sha512-256 > /dev/null || ret=1
220 grep -i "Couldn't create key invalid: algorithm is unsupported" dig.out.badalgo > /dev/null || ret=1
229 grep "flags:.* tc[ ;]" dig.out.large > /dev/null || ret=1
230 grep "status: NOERROR" dig.out.large > /dev/null || ret=1
231 grep "EDNS:" dig.out.large > /dev/null || ret=1
232 grep -i "sha1.*TSIG.*NOERROR" dig.out.sha1 > /dev/null || ret=1