Home
last modified time | relevance | path

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

/freebsd-14.2/sys/opencrypto/
H A Dcryptodev.c213 crypt_aead_from_32(const struct crypt_aead32 *from, struct crypt_aead *to) in crypt_aead_from_32()
230 crypt_aead_to_32(const struct crypt_aead *from, struct crypt_aead32 *to) in crypt_aead_to_32()
865 cryptodev_aead(struct csession *cse, struct crypt_aead *caead) in cryptodev_aead()
1128 struct crypt_aead *caead; in crypto_ioctl()
1135 struct crypt_aead aeadc; in crypto_ioctl()
1228 caead = (struct crypt_aead *)data; in crypto_ioctl()
H A Dcryptodev.h273 struct crypt_aead { struct
302 #define CIOCCRYPTAEAD _IOWR('c', 109, struct crypt_aead) argument
/freebsd-14.2/tools/tools/crypto/
H A Dcryptocheck.c503 ocf_init_caead(const struct ocf_session *ses, struct crypt_aead *caead) in ocf_init_caead()
890 struct crypt_aead caead; in ocf_eta()
1433 struct crypt_aead caead; in ocf_aead()