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

  /src/tests/crypto/opencrypto/
h_ioctl.c 249 warn("failed: CIOCNCRYPTRET");
258 * CIOCNCRYPTRET
270 ret = ioctl(fd, CIOCNCRYPTRET, &cr);
272 warn("failed: CIOCNCRYPTRET unexpected success when no entry");
324 ret = ioctl(fd, CIOCNCRYPTRET, &cr);
327 warn("failed: CIOCNCRYPTRET");
334 ret = ioctl(fd, CIOCNCRYPTRET, &cr);
336 warn("failed: CIOCNCRYPTRET");
  /src/sys/opencrypto/
cryptodev.h 211 * the operation results via CIOCNCRYPTRET or identify the
248 * status via CIOCNCRYPTRET, or to watch for its completion in the list
375 #define CIOCNCRYPTRET _IOWR('c', 111, struct crypt_result)
cryptodev.c 438 case CIOCNCRYPTRET:
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1116 unsigned IOCTL_CIOCNCRYPTRET = CIOCNCRYPTRET;
sanitizer_interceptors_ioctl_netbsd.inc 124 _(CIOCNCRYPTRET, READWRITE, struct_crypt_result_sz);

Completed in 20 milliseconds