Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h74 extern const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c198 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 Dzio_crypt.c197 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 Ddsl_crypt.c182 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 Dzfs.h1964 ZIO_CRYPT_FUNCTIONS enumerator
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c4557 rand = ztest_random(ZIO_CRYPT_FUNCTIONS); in ztest_dataset_create()