Home
last modified time | relevance | path

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

/freebsd-14.2/sys/opencrypto/
H A Dcryptodev.c109 struct crypt_op32 { struct
134 #define CIOCCRYPT32 _IOWR('c', 103, struct crypt_op32) argument
185 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) in crypt_op_from_32()
199 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) in crypt_op_to_32()
1165 crypt_op_from_32((struct crypt_op32 *)data32, &thunk.copc); in crypto_ioctl()