Searched refs:ZIO_CRYPT_FUNCTIONS (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zio_crypt.h | 74 extern const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 198 const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { 231 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_init() 405 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_do_crypt_uio() 499 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_wrap() 569 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_unwrap()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zio_crypt.c | 197 const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { 238 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_init() 438 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_wrap() 517 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_unwrap()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_crypt.c | 182 if (dcp->cp_crypt >= ZIO_CRYPT_FUNCTIONS) { in dsl_crypto_params_create_nvlist() 580 if (crypt >= ZIO_CRYPT_FUNCTIONS) { in dsl_crypto_key_open() 1243 ASSERT3U(key->zk_crypt, <, ZIO_CRYPT_FUNCTIONS); in dsl_crypto_key_sync() 2192 if (intval >= ZIO_CRYPT_FUNCTIONS) in dsl_crypto_recv_raw_key_check() 2576 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in dsl_crypto_key_create_sync()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 1964 ZIO_CRYPT_FUNCTIONS enumerator
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 4557 rand = ztest_random(ZIO_CRYPT_FUNCTIONS); in ztest_dataset_create()
|