Home
last modified time | relevance | path

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

/freebsd-14-stable/tests/sys/opencrypto/
HDcryptodev.py133 _cryptodev = os.open('/dev/crypto', os.O_RDWR) variable
146 ioctl(_cryptodev, CIOCFINDDEV, s, 1)
207 ioctl(_cryptodev, CIOCGSESSION2, s, 1)
217 ioctl(_cryptodev, CIOCFSESSION, _pack('I', self._ses))
244 ioctl(_cryptodev, CIOCCRYPT, bytes(cop))
288 ioctl(_cryptodev, CIOCCRYPTAEAD, bytes(caead))
328 ioctl(_cryptodev, CIOCCRYPT, cop)
/freebsd-14-stable/sys/modules/
HDMakefile92 ${_cryptodev} \
450 _cryptodev= cryptodev macro