Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c501 struct cryptodesc *enc_desc, *auth_desc; in freebsd_crypt_uio() local
573 auth_desc = crp->crp_desc; in freebsd_crypt_uio()
574 enc_desc = auth_desc->crd_next; in freebsd_crypt_uio()
581 auth_desc->crd_skip = 0; in freebsd_crypt_uio()
582 auth_desc->crd_len = auth_len; in freebsd_crypt_uio()
583 auth_desc->crd_inject = auth_len + datalen; in freebsd_crypt_uio()
584 auth_desc->crd_alg = xauth->type; in freebsd_crypt_uio()
587 __FUNCTION__, auth_desc->crd_skip, auth_desc->crd_len, in freebsd_crypt_uio()
588 auth_desc->crd_inject); in freebsd_crypt_uio()