Searched refs:l_tree (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]) function
150 * Computes the leaf at a given address. First generates the WOTS key pair, then computes leaf using l_tree. As this happens position independent, we only require that addr encodes the right ltree-address.
160 l_tree(leaf, pk, params, pub_seed, ltree_addr);
718 l_tree(pkhash, wots_pk, params, pub_seed, ltree_addr);
1045 l_tree(pkhash, wots_pk, &(params->xmss_par), pub_seed, ltree_addr);
1078 l_tree(pkhash, wots_pk, &(params->xmss_par), pub_seed, ltree_addr);

Completed in 52 milliseconds