Home
last modified time | relevance | path

Searched refs:ulAADLen (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/crypto/
H A Dcommon.h70 ulong_t ulAADLen; member
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c619 = htonll(CRYPTO_BYTES2BITS(gcm_param->ulAADLen)); in gcm_init_ctx()
626 size_t aad_len = gcm_param->ulAADLen; in gcm_init_ctx()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dcrypto_test.c616 p->ulAADLen = aadlen; in init_mech()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c445 gcmp.ulAADLen = auth_len; in zio_do_crypt_uio()