Home
last modified time | relevance | path

Searched refs:crypto_nid (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/ntp/include/
HDntp_crypto.h186 extern int crypto_nid; /* digest nid */
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_crypto.c153 int crypto_nid = KEY_TYPE_MD5; /* digest nid */ variable
271 EVP_DigestInit(ctx, EVP_get_digestbynid(crypto_nid)); in session_key()
277 MD5auth_setkey(keyno, crypto_nid, dgst, len, NULL); in session_key()
4126 crypto_nid = nid; in crypto_config()
HDntp_control.c2514 strlcpy(str, OBJ_nid2ln(crypto_nid), in ctl_putsys()