Searched refs:algtypebits (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/tests/system/keyfromlabel/
H A Dtests.sh43 for algtypebits in rsasha256:rsa:2048 rsasha512:rsa:2048 \
46 alg=$(echo "$algtypebits" | cut -f 1 -d :)
47 type=$(echo "$algtypebits" | cut -f 2 -d :)
48 bits=$(echo "$algtypebits" | cut -f 3 -d :)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/enginepkcs11/
H A Dsetup.sh51 for algtypebits in rsasha256:rsa:2048 rsasha512:rsa:2048 \
54 alg=$(echo "$algtypebits" | cut -f 1 -d :)
55 type=$(echo "$algtypebits" | cut -f 2 -d :)
56 bits=$(echo "$algtypebits" | cut -f 3 -d :)
H A Dtests.sh32 for algtypebits in rsasha256:rsa:2048 rsasha512:rsa:2048 \
35 alg=$(echo "$algtypebits" | cut -f 1 -d :)
36 type=$(echo "$algtypebits" | cut -f 2 -d :)
37 bits=$(echo "$algtypebits" | cut -f 3 -d :)

Completed in 139 milliseconds