Home
last modified time | relevance | path

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

/dragonfly/tools/tools/crypto/
H A Dcryptokeytest.c44 struct crypt_find_op find; in crlookup()
56 static struct crypt_find_op find; in crfind()
H A Dcryptotest.c202 struct crypt_find_op find; in crlookup()
214 static struct crypt_find_op find; in crfind()
/dragonfly/sys/opencrypto/
H A Dcryptodev.h215 struct crypt_find_op { struct
266 #define CIOCFINDDEV _IOWR('c', 108, struct crypt_find_op)
H A Dcryptodev.c117 static int cryptodev_find(struct crypt_find_op *);
386 error = cryptodev_find((struct crypt_find_op *)data); in cryptof_ioctl()
689 cryptodev_find(struct crypt_find_op *find) in cryptodev_find()
880 error = cryptodev_find((struct crypt_find_op *)ap->a_data); in cryptoioctl()