HomeSort by: relevance | last modified time | path
    Searched refs:algtypebits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/enginepkcs11/
setup.sh 51 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 :)
183 algtypebits="ecdsap256sha256:EC:prime256v1"
184 alg=$(echo "$algtypebits" | cut -f 1 -d :)
185 type=$(echo "$algtypebits" | cut -f 2 -d :)
186 bits=$(echo "$algtypebits" | cut -f 3 -d :)
tests.sh 52 for algtypebits in rsasha256:rsa:2048 rsasha512:rsa:2048 \
55 alg=$(echo "$algtypebits" | cut -f 1 -d :)
56 type=$(echo "$algtypebits" | cut -f 2 -d :)
57 bits=$(echo "$algtypebits" | cut -f 3 -d :)
270 algtypebits="ecdsap256sha256:EC:prime256v1"
271 alg=$(echo "$algtypebits" | cut -f 1 -d :)
272 type=$(echo "$algtypebits" | cut -f 2 -d :)
273 bits=$(echo "$algtypebits" | cut -f 3 -d :)

Completed in 21 milliseconds