Searched refs:info_auth_keytype (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 62 static int info_auth_keytype = NID_md5; /* MD5 */ variable 938 pass = getpass_keytype(info_auth_keytype); in sendrequest() 943 authusekey(info_auth_keyid, info_auth_keytype, in sendrequest() 1771 keytype_name(info_auth_keytype), in keytype() 1790 info_auth_keytype = key_type; in keytype() 1817 pass = getpass_keytype(info_auth_keytype); in passwd() 1823 authusekey(info_auth_keyid, info_auth_keytype, (u_char *)pass); in passwd()
|
| /src/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 96 static int info_auth_keytype = NID_md5; /* MD5 */ variable 1396 pass = getpass_keytype(info_auth_keytype); in sendrequest() 1401 authusekey(info_auth_keyid, info_auth_keytype, in sendrequest() 2654 keytype_name(info_auth_keytype), in keytype() 2673 info_auth_keytype = key_type; in keytype() 2700 pass = getpass_keytype(info_auth_keytype); in passwd() 2706 authusekey(info_auth_keyid, info_auth_keytype, in passwd()
|