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

/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c62 static int info_auth_keytype = NID_md5; /* MD5 */ variable
919 pass = getpass_keytype(info_auth_keytype);
924 authusekey(info_auth_keyid, info_auth_keytype,
1753 keytype_name(info_auth_keytype),
1772 info_auth_keytype = key_type;
1799 pass = getpass_keytype(info_auth_keytype);
1805 authusekey(info_auth_keyid, info_auth_keytype, (u_char *)pass);
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c97 static int info_auth_keytype = NID_md5; /* MD5 */ variable
1367 pass = getpass_keytype(info_auth_keytype);
1372 authusekey(info_auth_keyid, info_auth_keytype,
2607 keytype_name(info_auth_keytype),
2626 info_auth_keytype = key_type;
2653 pass = getpass_keytype(info_auth_keytype);
2659 authusekey(info_auth_keyid, info_auth_keytype,

Completed in 35 milliseconds