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

/freebsd-9.3-release/sys/opencrypto/
H A Dcryptodev.h190 struct crypt_find_op { struct
241 #define CIOCFINDDEV _IOWR('c', 108, struct crypt_find_op)
H A Dcryptodev.c320 static int cryptodev_find(struct crypt_find_op *);
636 error = cryptodev_find((struct crypt_find_op *)data);
940 cryptodev_find(struct crypt_find_op *find)
1126 error = cryptodev_find((struct crypt_find_op *)data);
/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptokeytest.c44 struct crypt_find_op find;
56 static struct crypt_find_op find;
H A Dcryptotest.c202 struct crypt_find_op find;
214 static struct crypt_find_op find;

Completed in 61 milliseconds