HomeSort by: relevance | last modified time | path
    Searched refs:crypt_n_kop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/opencrypto/
cryptodev.h 297 struct crypt_n_kop { struct
309 struct crypt_n_kop * reqs; /* where to get them */
cryptodev.c 188 static int cryptodev_mkey(struct fcrypt *, struct crypt_n_kop *, int);
234 struct crypt_n_kop *knop;
387 || SIZE_MAX / sizeof(struct crypt_n_kop) <= mkop->count) {
391 knop = kmem_alloc((mkop->count * sizeof(struct crypt_n_kop)),
394 (mkop->count * sizeof(struct crypt_n_kop)));
399 (mkop->count * sizeof(struct crypt_n_kop)));
401 kmem_free(knop, (mkop->count * sizeof(struct crypt_n_kop)));
1314 cryptodev_mkey(struct fcrypt *fcr, struct crypt_n_kop *kop, int count)

Completed in 13 milliseconds