Home
last modified time | relevance | path

Searched refs:nonce_padding (Results 1 – 2 of 2) sorted by relevance

/dports/net/chrony-lite/chrony-4.2/
H A Dnts_ntp_auth.c69 int nonce_padding, ciphertext_padding, additional_padding; in NNA_GenerateAuthEF() local
82 nonce_padding = get_padding_length(nonce_length); in NNA_GenerateAuthEF()
86 auth_length = sizeof (*header) + nonce_length + nonce_padding + in NNA_GenerateAuthEF()
89 additional_padding = MAX(NTS_MIN_UNPADDED_NONCE_LENGTH - nonce_length - nonce_padding, in NNA_GenerateAuthEF()
103 ciphertext = body + nonce_length + nonce_padding; in NNA_GenerateAuthEF()
110 memset(body + nonce_length, 0, nonce_padding); in NNA_GenerateAuthEF()
/dports/net/chrony/chrony-4.2/
H A Dnts_ntp_auth.c69 int nonce_padding, ciphertext_padding, additional_padding; in NNA_GenerateAuthEF() local
82 nonce_padding = get_padding_length(nonce_length); in NNA_GenerateAuthEF()
86 auth_length = sizeof (*header) + nonce_length + nonce_padding + in NNA_GenerateAuthEF()
89 additional_padding = MAX(NTS_MIN_UNPADDED_NONCE_LENGTH - nonce_length - nonce_padding, in NNA_GenerateAuthEF()
103 ciphertext = body + nonce_length + nonce_padding; in NNA_GenerateAuthEF()
110 memset(body + nonce_length, 0, nonce_padding); in NNA_GenerateAuthEF()