Searched refs:crioc (Results 1 – 2 of 2) sorted by relevance
730 struct strioctl crioc; in stop_stream() local733 crioc.ic_cmd = CRYPTIOCSTOP; in stop_stream()734 crioc.ic_timout = -1; in stop_stream()735 crioc.ic_len = sizeof (stopdir); in stop_stream()736 crioc.ic_dp = (char *)&stopdir; in stop_stream()738 if (ioctl(fd, I_STR, &crioc)) in stop_stream()754 struct strioctl crioc; in start_stream() local786 crioc.ic_cmd = iocval; in start_stream()787 crioc.ic_timout = -1; in start_stream()788 crioc.ic_len = datalen; in start_stream()[all …]
1299 struct strioctl crioc; in stop_stream() local1302 crioc.ic_cmd = CRYPTIOCSTOP; in stop_stream()1303 crioc.ic_timout = -1; in stop_stream()1304 crioc.ic_len = sizeof (stopdir); in stop_stream()1305 crioc.ic_dp = (char *)&stopdir; in stop_stream()1307 if (ioctl(fd, I_STR, &crioc)) { in stop_stream()1324 struct strioctl crioc; in start_stream() local1326 crioc.ic_cmd = (dir == CRYPT_ENCRYPT ? CRYPTIOCSTARTENC : in start_stream()1328 crioc.ic_timout = -1; in start_stream()1329 crioc.ic_len = datalen; in start_stream()[all …]