Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dxmss_fast.c796 uint32_t idx_leaf; in xmssmt_sign() local
875 idx_leaf = (idx & ((1 << tree_h)-1)); in xmssmt_sign()
878 setOTSADRS(ots_addr, idx_leaf); in xmssmt_sign()
911 if ((1 + idx_tree) * (1 << tree_h) + idx_leaf < (1ULL << h)) { in xmssmt_sign()
918 idx_leaf = (idx >> (tree_h * i)) & ((1 << tree_h)-1); in xmssmt_sign()
923 bds_round(&states[i], idx_leaf, sk_seed, &(params->xmss_par), pub_seed, addr); in xmssmt_sign()
928 if ((1 + idx_tree) * (1 << tree_h) + idx_leaf < (1ULL << (h - tree_h * i))) { in xmssmt_sign()
977 uint32_t idx_leaf; in xmssmt_sign_open() local
1024 idx_leaf = (idx & ((1 << tree_h)-1)); in xmssmt_sign_open()
1035 setOTSADRS(ots_addr, idx_leaf); in xmssmt_sign_open()
[all …]