Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.c116 struct crypt_aead32 { struct
149 #define CIOCCRYPTAEAD32 _IOWR('c', 109, struct crypt_aead32) argument
224 crypt_aead_from_32(const struct crypt_aead32 *from, struct crypt_aead *to) in crypt_aead_from_32()
241 crypt_aead_to_32(const struct crypt_aead *from, struct crypt_aead32 *to) in crypt_aead_to_32()
1433 crypt_aead_from_32((struct crypt_aead32 *)data32, &thunk.aeadc); in crypto_ioctl()