Home
last modified time | relevance | path

Searched refs:ZIO_CRYPT_FUNCTIONS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h66 extern zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c202 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = {
235 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_init()
398 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_do_crypt_uio()
502 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_wrap()
573 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in zio_crypt_key_unwrap()
H A Ddsl_crypt.c200 if (dcp->cp_crypt >= ZIO_CRYPT_FUNCTIONS) { in dsl_crypto_params_create_nvlist()
1211 ASSERT3U(key->zk_crypt, <, ZIO_CRYPT_FUNCTIONS); in dsl_crypto_key_sync()
2175 if (ret != 0 || intval >= ZIO_CRYPT_FUNCTIONS || in dsl_crypto_recv_raw_key_check()
2563 ASSERT3U(crypt, <, ZIO_CRYPT_FUNCTIONS); in dsl_crypto_key_create_sync()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h1332 ZIO_CRYPT_FUNCTIONS enumerator
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3773 rand = ztest_random(ZIO_CRYPT_FUNCTIONS); in ztest_dataset_create()