Searched refs:nistzip (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/hx509/
H A Dtest_nist_cert.in40 nistzip=${srcdir}/data/PKITS_data.zip
42 # nistzip is not distributed part of the distribution
43 test -f "$nistzip" || exit 77
57 ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) >/dev/null || \
H A Dtest_nist_pkcs12.in41 nistzip=${srcdir}/data/PKITS_data.zip
43 # nistzip is not distributed part of the distribution
44 test -f "$nistzip" || exit 77
58 ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) >/dev/null || \
H A Dtest_nist.in40 nistzip=${srcdir}/data/PKITS_data.zip
46 # nistzip is not distributed part of the distribution
47 test -f "$nistzip" || exit 77
59 ( mkdir "$nistdir" && unzip -d "${nistdir}" "${nistzip}" ) >/dev/null || \
H A Dtest_nist2.in40 nistzip=${srcdir}/data/PKITS_data.zip
49 # nistzip is not distributed part of the distribution
50 test -f "$nistzip" || exit 77
78 ( mkdir "$nistdir" && unzip -d "${nistdir}" "${nistzip}" ) >/dev/null || \

Completed in 43 milliseconds