Home
last modified time | relevance | path

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

/external/openssh/
Dxmss_wots.c136 int len_2_bytes = ((params->len_2 * params->log_w) + 7) / 8; in wots_sign() local
138 unsigned char csum_bytes[len_2_bytes]; in wots_sign()
139 to_byte(csum_bytes, csum, len_2_bytes); in wots_sign()
174 int len_2_bytes = ((params->len_2 * params->log_w) + 7) / 8; in wots_pkFromSig() local
176 unsigned char csum_bytes[len_2_bytes]; in wots_pkFromSig()
177 to_byte(csum_bytes, csum, len_2_bytes); in wots_pkFromSig()