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

  /src/tests/crypto/opencrypto/
h_ioctl.c 191 struct crypt_result crs[COUNT];
225 struct crypt_result *cr = &crs[i];
266 struct crypt_result cr;
292 struct crypt_result cr;
  /src/sys/opencrypto/
cryptodev.h 215 * and it is passed back in the crypt_result structure
292 * and it is passed back in the crypt_result structure
313 * Note that the status will be set in the crypt_result structure,
316 struct crypt_result { struct
324 struct crypt_result * results; /* where to put them */
375 #define CIOCNCRYPTRET _IOWR('c', 111, struct crypt_result)
cryptodev.c 197 static int cryptodev_getmstatus(struct fcrypt *, struct crypt_result *,
199 static int cryptodev_getstatus(struct fcrypt *, struct crypt_result *);
238 struct crypt_result *crypt_res;
413 || SIZE_MAX / sizeof(struct crypt_result) <= count) {
417 crypt_res = kmem_alloc((count * sizeof(struct crypt_result)),
420 (count * sizeof(struct crypt_result)));
434 (crypt_ret->count * sizeof(struct crypt_result)));
436 kmem_free(crypt_res, (count * sizeof(struct crypt_result)));
439 error = cryptodev_getstatus(fcr, (struct crypt_result *)data);
1735 cryptodev_getmstatus(struct fcrypt *fcr, struct crypt_result *crypt_res
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 604 unsigned struct_crypt_result_sz = sizeof(crypt_result);

Completed in 39 milliseconds