Searched refs:crypt_result (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/tests/crypto/opencrypto/ |
| H A D | h_ioctl.c | 191 struct crypt_result crs[COUNT]; in test_ncryptretm() 225 struct crypt_result *cr = &crs[i]; in test_ncryptretm() 266 struct crypt_result cr; in test_ncryptret_noent() 292 struct crypt_result cr; in test_ncryptret_ent()
|
| /netbsd-src/sys/opencrypto/ |
| H A D | cryptodev.h | 316 struct crypt_result { struct 324 struct crypt_result * results; /* where to put them */ argument 375 #define CIOCNCRYPTRET _IOWR('c', 111, struct crypt_result)
|
| H A D | 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; in cryptof_ioctl() 413 || SIZE_MAX / sizeof(struct crypt_result) <= count) { in cryptof_ioctl() 417 crypt_res = kmem_alloc((count * sizeof(struct crypt_result)), in cryptof_ioctl() 420 (count * sizeof(struct crypt_result))); in cryptof_ioctl() 434 (crypt_ret->count * sizeof(struct crypt_result))); in cryptof_ioctl() 436 kmem_free(crypt_res, (count * sizeof(struct crypt_result))); in cryptof_ioctl() 439 error = cryptodev_getstatus(fcr, (struct crypt_result *)data); in cryptof_ioctl() 1735 cryptodev_getmstatus(struct fcrypt *fcr, struct crypt_result *crypt_res, in cryptodev_getmstatus() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 604 unsigned struct_crypt_result_sz = sizeof(crypt_result);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 766 unsigned struct_crypt_result_sz = sizeof(crypt_result);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 765 unsigned struct_crypt_result_sz = sizeof(crypt_result);
|