Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.h306 } aes_xts; member
H A Dccp_hardware.c1437 desc->aes_xts.encrypt = dir; in ccp_do_xts()
1438 desc->aes_xts.type = s->blkcipher.cipher_type; in ccp_do_xts()
1439 desc->aes_xts.size = usize; in ccp_do_xts()
1442 qp->cq_tail, (unsigned)desc->aes_xts.type, in ccp_do_xts()
1443 (unsigned)desc->aes_xts.size); in ccp_do_xts()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_dev.h337 } aes_xts; member