Home
last modified time | relevance | path

Searched refs:crypt_op (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h249 struct crypt_op { struct
321 #define CIOCCRYPT _IOWR('c', 103, struct crypt_op)
H A Dcryptodev.c196 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) in crypt_op_from_32()
210 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) in crypt_op_to_32()
798 cryptodev_op(struct csession *cse, const struct crypt_op *cop) in cryptodev_op()
1386 struct crypt_op *cop; in crypto_ioctl()
1394 struct crypt_op copc; in crypto_ioctl()
1487 cop = (struct crypt_op *)data; in crypto_ioctl()