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

/freebsd-13-stable/crypto/openssh/
H A Dxmss_fast.c442 * Returns the auth path for node leaf_idx and computes the auth path for the
446 static void bds_round(bds_state *state, const unsigned long leaf_idx, const unsigned char *sk_seed, const xmss_params *params, unsigned char *pub_seed, uint32_t addr[8]) argument
471 if (! ((leaf_idx >> i) & 1)) {
482 if (!((leaf_idx >> (tau + 1)) & 1) && (tau < h - 1)) {
486 setLtreeADRS(ltree_addr, leaf_idx);
487 setOTSADRS(ots_addr, leaf_idx);
492 setTreeIndex(node_addr, leaf_idx >> tau);
500 rowidx = ((leaf_idx >> i) - 1) >> 1;
506 startidx = leaf_idx + 1 + 3 * (1 << i);

Completed in 63 milliseconds