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

/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dfido2-unprot.sh52 UNPROT_CREDS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -k $RESIDENT_RP $DEV_PATH | grep ' uvopt$' | cut -d' ' -f2,3,4)
54 UNPROT_CREDS_COUNT=$(echo "$UNPROT_CREDS" | wc -l)
58 echo "$UNPROT_CREDS"

Completed in 494 milliseconds