Searched refs:tmp_ckey (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1677 crypto_key_t tmp_ckey, *ckey = NULL; local
1727 tmp_ckey.ck_format = CRYPTO_KEY_RAW;
1728 tmp_ckey.ck_data = enc_keydata;
1729 tmp_ckey.ck_length = CRYPTO_BYTES2BITS(keydata_len);
1731 ckey = &tmp_ckey;
1747 if (ckey == &tmp_ckey)
1766 if (ckey == &tmp_ckey)
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1877 crypto_key_t tmp_ckey, *ckey = NULL; local
1902 tmp_ckey.ck_format = CRYPTO_KEY_RAW;
1903 tmp_ckey.ck_data = enc_keydata;
1904 tmp_ckey.ck_length = CRYPTO_BYTES2BITS(keydata_len);
1906 ckey = &tmp_ckey;
1964 if (ckey == &tmp_ckey)
1976 if (ckey == &tmp_ckey)

Completed in 164 milliseconds