Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.c106 struct crypt_op32 { struct
145 #define CIOCCRYPT32 _IOWR('c', 103, struct crypt_op32)
196 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()
1426 crypt_op_from_32((struct crypt_op32 *)data32, &thunk.copc); in crypto_ioctl()