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

/freebsd-12-stable/sys/opencrypto/
H A Dgfmult.c38 static const uint8_t nib_rev[] = { variable
76 t->a[nib_rev[i]] = tbl[i].v[0] >> 32;
77 t->b[nib_rev[i]] = tbl[i].v[0];
78 t->c[nib_rev[i]] = tbl[i].v[1] >> 32;
79 t->d[nib_rev[i]] = tbl[i].v[1];

Completed in 48 milliseconds