Searched refs:sign_siglen (Results 1 – 3 of 3) sorted by relevance
179 static u_int sign_siglen; /* sign key length */ variable384 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 …]
4219 * ntp_crypto.c: Use sign_siglen, not len. sign key filename cleanup.
186300 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.