Searched refs:retfd (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_cryptodev.c197 int fd, retfd; local
202 if (ioctl(fd, CRIOGET, &retfd) == -1)
206 if (fcntl(retfd, F_SETFD, 1) == -1) {
207 close(retfd);
211 retfd = fd;
213 return (retfd);

Completed in 918 milliseconds