Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c34 typedef uint32_t iv_t; typedef
37 typedef uint64_t iv_t; typedef
48 iv_t e;
103 iv_t mod;
104 iv_t mask;
105 iv_t msb;
122 iv_t _mask; \
/freebsd/crypto/openssl/crypto/modes/
H A Dcbc128.c107 size_t_aX *iv_t = (size_t_aX *)iv; in CRYPTO_cbc128_decrypt() local
111 out_t[n] ^= iv_t[n]; in CRYPTO_cbc128_decrypt()