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

  /src/sys/opencrypto/
ocryptodev.h 139 struct ocrypt_n_op { struct
165 struct ocrypt_n_op * reqs; /* where to get them */
ocryptodev.c 106 static int ocryptodev_mop(struct fcrypt *, struct ocrypt_n_op *, int,
121 struct ocrypt_n_op *ocnop;
174 ocnop = kmem_alloc((omop->count * sizeof(struct ocrypt_n_op)),
177 (omop->count * sizeof(struct ocrypt_n_op)));
183 (omop->count * sizeof(struct ocrypt_n_op)));
186 kmem_free(ocnop, (omop->count * sizeof(struct ocrypt_n_op)));
215 ocryptodev_mop(struct fcrypt *fcr, struct ocrypt_n_op *ocnop, int count,

Completed in 20 milliseconds