Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c222 (unsigned int)c_info->ci_keylen, c_info->ci_name, in freebsd_crypt_uio_debug_log()
257 (unsigned int)c_info->ci_keylen, c_info->ci_name, in freebsd_crypt_newsession()
H A Dzio_crypt.c244 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()
307 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()
441 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()
480 enc_len = zio_crypt_table[crypt].ci_keylen + SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()
518 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()
1680 uint_t keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_do_crypt_data()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h67 size_t ci_keylen; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c244 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()
317 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()
500 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()
536 enc_len = zio_crypt_table[crypt].ci_keylen + SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()
572 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()
1919 uint_t keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_do_crypt_data()
/freebsd/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd_3des.c740 ci.ci_keylen = 8 * keylen - 8; /* Exclude the NUL terminator. */ in configure_cgd()
H A Dt_cgd_blowfish.c1976 ci.ci_keylen = 8 * keylen - 8; /* Exclude the NUL terminator. */ in configure_cgd()
H A Dt_cgd_aes.c3141 ci.ci_keylen = 8 * keylen - 8; /* Exclude the NUL terminator. */ in configure_cgd()