Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/opencrypto/
H A Dcryptodev.h292 struct crypt_n_kop { struct
304 struct crypt_n_kop * reqs; /* where to get them */ argument
H A Dcryptodev.c183 static int cryptodev_mkey(struct fcrypt *, struct crypt_n_kop *, int);
233 struct crypt_n_kop *knop; in cryptof_ioctl()
370 knop = kmem_alloc((mkop->count * sizeof(struct crypt_n_kop)), in cryptof_ioctl()
373 (mkop->count * sizeof(struct crypt_n_kop))); in cryptof_ioctl()
378 (mkop->count * sizeof(struct crypt_n_kop))); in cryptof_ioctl()
380 kmem_free(knop, (mkop->count * sizeof(struct crypt_n_kop))); in cryptof_ioctl()
1377 cryptodev_mkey(struct fcrypt *fcr, struct crypt_n_kop *kop, int count) in cryptodev_mkey()