5 if ! test -e "$HOME" ; then
6 echo "home directory $HOME does not exist"
13 bits
=$
(echo "$type" | cut
--bytes 4-)
20 echo "key type argument invalid"
24 echo "key type argument missing"
29 arch
=$
(dpkg-architecture
-qDEB_HOST_ARCH)
32 prefix
=keys
/openssl
/$arch/$type$bits
36 for x
in {1.
.32767} ; do
39 LD_PRELOAD
=$dso SETPID
=$x openssl gen
$type -out $prefix/$x.key
$bits
41 LD_PRELOAD
=$dso SETPID
=$x openssl gen
$type -out $prefix/$x-rnd.key
$bits