Home
last modified time | relevance | path

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

/freebsd-13.1/sys/opencrypto/
H A Dcryptodev.c121 struct crypt_aead32 { struct
154 #define CIOCCRYPTAEAD32 _IOWR('c', 109, struct crypt_aead32) argument
231 crypt_aead_from_32(const struct crypt_aead32 *from, struct crypt_aead *to) in crypt_aead_from_32()
248 crypt_aead_to_32(const struct crypt_aead *from, struct crypt_aead32 *to) in crypt_aead_to_32()
1497 crypt_aead_from_32((struct crypt_aead32 *)data32, &thunk.aeadc); in crypto_ioctl()