Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dxmss_fast.c446 static void bds_round(bds_state *state, const unsigned long leaf_idx, const unsigned char *sk_seed,… in bds_round() argument
471 if (! ((leaf_idx >> i) & 1)) { in bds_round()
482 if (!((leaf_idx >> (tau + 1)) & 1) && (tau < h - 1)) { in bds_round()
486 setLtreeADRS(ltree_addr, leaf_idx); in bds_round()
487 setOTSADRS(ots_addr, leaf_idx); in bds_round()
492 setTreeIndex(node_addr, leaf_idx >> tau); in bds_round()
500 rowidx = ((leaf_idx >> i) - 1) >> 1; in bds_round()
506 startidx = leaf_idx + 1 + 3 * (1 << i); in bds_round()