Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dxmss_fast.c455 unsigned int offset, rowidx; in bds_round() local
500 rowidx = ((leaf_idx >> i) - 1) >> 1; in bds_round()
501 memcpy(state->auth + i * n, state->retain + (offset + rowidx) * n, n); in bds_round()