Searched refs:wots_pk (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dxmss_fast.c111 static void l_tree(unsigned char *leaf, unsigned char *wots_pk, const xmss_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
127 //wots_pk[i] = RAND_HASH(pk[2i], pk[2i + 1], SEED, ADRS);
128 hash_h(wots_pk+i*n, wots_pk+i*2*n, pub_seed, addr, n);
133 memcpy(wots_pk+(l>>1)*n, wots_pk+(l-1)*n, n);
146 memcpy(leaf, wots_pk, n);
669 unsigned char wots_pk[params->wots_par.keysize]; local
711 wots_pkFromSig(wots_pk, sig_msg, msg_h, &(params->wots_par), pub_seed, ots_addr);
718 l_tree(pkhash, wots_pk, param
981 unsigned char wots_pk[params->xmss_par.wots_par.keysize]; local
[all...]

Completed in 58 milliseconds