Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daestab.c199 #define gf_inv(x) ((x) ? pow[ 255 - log[x]] : 0)
224 static uint8_t gf_inv(const uint8_t x)
311 b = fwd_affine(gf_inv((uint8_t)i));
349 b = gf_inv(inv_affine((uint8_t)i));
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h386 gf_inv(const gf_t a) in gf_inv() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h142 yd = gf_inv(ny ^ nz); in raidz_rec_pqr_coeff()