Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/crypto/
H A Dcryptokeytest.c48 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
60 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crfind()
H A Dcryptotest.c220 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
H A Dcryptocheck.c288 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
/freebsd-12.1/sys/opencrypto/
H A Dcryptodev.h338 #define CRIOFINDDEV CIOCFINDDEV
348 #define CIOCFINDDEV _IOWR('c', 108, struct crypt_find_op) macro
H A Dcryptodev.c765 case CIOCFINDDEV: in cryptof_ioctl()
/freebsd-12.1/tests/sys/opencrypto/
H A Dcryptodev.py114 CIOCFINDDEV = 3223610220 variable
139 ioctl(_cryptodev, CIOCFINDDEV, s, 1)