Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_crypto.c179 static u_int sign_siglen; /* sign key length */ variable
384 vp->sig = emalloc(sign_siglen); in make_keylist()
390 INSIST(len <= sign_siglen); in make_keylist()
1622 vp->sig = emalloc(sign_siglen); in crypto_encrypt()
1628 INSIST(vallen <= sign_siglen); in crypto_encrypt()
1859 pubkey.sig = emalloc(sign_siglen); in crypto_update()
1864 INSIST(len <= sign_siglen); in crypto_update()
1879 cp->cert.sig = emalloc(sign_siglen); in crypto_update()
1885 INSIST(len <= sign_siglen); in crypto_update()
1930 tai_leap.sig = emalloc(sign_siglen); in crypto_update()
[all …]
/freebsd-14-stable/contrib/ntp/
HDChangeLog4219 * ntp_crypto.c: Use sign_siglen, not len. sign key filename cleanup.
HDCommitLog186300 ntp_crypto.c: Use sign_siglen, not len. sign key filename cleanup.
186315 ntp_crypto.c: Use sign_siglen, not len. sign key filename cleanup.