Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dxmss_wots.c135 int len_2_bytes = ((params->len_2 * params->log_w) + 7) / 8; in wots_sign() local
137 unsigned char csum_bytes[len_2_bytes]; in wots_sign()
138 to_byte(csum_bytes, csum, len_2_bytes); in wots_sign()
173 int len_2_bytes = ((params->len_2 * params->log_w) + 7) / 8; in wots_pkFromSig() local
175 unsigned char csum_bytes[len_2_bytes]; in wots_pkFromSig()
176 to_byte(csum_bytes, csum, len_2_bytes); in wots_pkFromSig()