Searched refs:len_2_bytes (Results 1 – 1 of 1) sorted by relevance
135 int len_2_bytes = ((params->len_2 * params->log_w) + 7) / 8; in wots_sign() local137 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() local175 unsigned char csum_bytes[len_2_bytes]; in wots_pkFromSig()176 to_byte(csum_bytes, csum, len_2_bytes); in wots_pkFromSig()