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

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 64 static int info_auth_keytype = NID_md5; /* MD5 */ variable
940 pass = getpass_keytype(info_auth_keytype);
945 authusekey(info_auth_keyid, info_auth_keytype,
1773 keytype_name(info_auth_keytype),
1792 info_auth_keytype = key_type;
1819 pass = getpass_keytype(info_auth_keytype);
1825 authusekey(info_auth_keyid, info_auth_keytype, (u_char *)pass);
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 98 static int info_auth_keytype = NID_md5; /* MD5 */ variable
1398 pass = getpass_keytype(info_auth_keytype);
1403 authusekey(info_auth_keyid, info_auth_keytype,
2656 keytype_name(info_auth_keytype),
2675 info_auth_keytype = key_type;
2702 pass = getpass_keytype(info_auth_keytype);
2708 authusekey(info_auth_keyid, info_auth_keytype,

Completed in 44 milliseconds