Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dxmss_wots.c123 int *basew = calloc(params->len, sizeof(int)); in wots_sign() local
124 if (basew == NULL) in wots_sign()
127 base_w(basew, params->len_1, msg, params); in wots_sign()
130 csum += params->w - 1 - basew[i]; in wots_sign()
144 basew[params->len_1 + i] = csum_basew[i]; in wots_sign()
151 gen_chain(sig+i*params->n, sig+i*params->n, 0, basew[i], params, pub_seed, addr); in wots_sign()
153 free(basew); in wots_sign()
161 int *basew = calloc(params->len, sizeof(int)); in wots_pkFromSig() local
162 if (basew == NULL) in wots_pkFromSig()
165 base_w(basew, params->len_1, msg, params); in wots_pkFromSig()
[all …]