HomeSort by: relevance | last modified time | path
    Searched refs:crypto_nid (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_crypto.h 188 extern int crypto_nid; /* digest nid */
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 155 int crypto_nid = KEY_TYPE_MD5; /* digest nid */ variable
273 EVP_DigestInit(ctx, EVP_get_digestbynid(crypto_nid));
279 MD5auth_setkey(keyno, crypto_nid, dgst, len, NULL);
4128 crypto_nid = nid;
ntp_control.c 2526 strlcpy(str, OBJ_nid2ln(crypto_nid),

Completed in 20 milliseconds