Home
last modified time | relevance | path

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

/dragonfly/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.c206 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
/dragonfly/sys/opencrypto/
H A Dcryptodev.h256 #define CRIOFINDDEV CIOCFINDDEV
266 #define CIOCFINDDEV _IOWR('c', 108, struct crypt_find_op) macro
H A Dcryptodev.c385 case CIOCFINDDEV: in cryptof_ioctl()