Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcryptodev.c118 struct crypt_aead32 { struct
135 #define CIOCCRYPTAEAD32 _IOWR('c', 109, struct crypt_aead32) argument
212 crypt_aead_from_32(const struct crypt_aead32 *from, struct crypt_aead *to) in crypt_aead_from_32()
229 crypt_aead_to_32(const struct crypt_aead *from, struct crypt_aead32 *to) in crypt_aead_to_32()
1169 crypt_aead_from_32((struct crypt_aead32 *)data32, &thunk.aeadc); in crypto_ioctl()