Searched refs:ZIO_CRYPT_FUNCTIONS (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zio_crypt.h | 73 extern zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];
|
| H A D | zio.h | 122 ZIO_CRYPT_FUNCTIONS enumerator
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 197 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { 230 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_init() 389 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_do_crypt_uio() 488 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_wrap() 559 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_unwrap()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 202 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { 243 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_init() 447 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_wrap() 525 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_unwrap()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_crypt.c | 182 if (dcp->cp_crypt >= ZIO_CRYPT_FUNCTIONS) { in dsl_crypto_params_create_nvlist() 1203 ASSERT3U(key->zk_crypt, <, ZIO_CRYPT_FUNCTIONS); in dsl_crypto_key_sync() 2150 if (ret != 0 || intval >= ZIO_CRYPT_FUNCTIONS || in dsl_crypto_recv_raw_key_check() 2535 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in dsl_crypto_key_create_sync()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 4056 rand = ztest_random(ZIO_CRYPT_FUNCTIONS); in ztest_dataset_create()
|