Searched refs:_cryptodev (Results 1 – 3 of 3) sorted by relevance
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodev.py | 133 _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/sys/modules/ |
H A D | Makefile | 92 ${_cryptodev} \ 454 _cryptodev= cryptodev macro
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 8070 OLD_FILES+=usr/include/crypto/_cryptodev.h
|