Home | History | Annotate | Download | only in openssh

Lines Matching refs:KEY

1412   --with-skey[=PATH]      Enable S/Key support (optionally in PATH)
8512 # Check whether user wants S/Key support
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for s/key support" >&5
8532 $as_echo_n "checking for s/key support... " >&6; }
8557 as_fn_error $? "** Incomplete or missing s/key libraries." "$LINENO" 5
17024 for (key in S) S_is_set[key] = 1
17034 key = field[i]
17035 keylen = length(key)
17036 if (S_is_set[key]) {
17037 value = S[key]
17156 for (key in D) D_is_set[key] = 1
17514 echo " S/KEY support: $SKEY_MSG"