Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h265 struct crypt_aead { struct
327 #define CIOCCRYPTAEAD _IOWR('c', 109, struct crypt_aead)
H A Dcryptodev.c224 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()
1008 cryptodev_aead(struct csession *cse, struct crypt_aead *caead) in cryptodev_aead()
1387 struct crypt_aead *caead; in crypto_ioctl()
1395 struct crypt_aead aeadc; in crypto_ioctl()
1540 caead = (struct crypt_aead *)data; in crypto_ioctl()