Searched refs:opfd (Results 1 – 1 of 1) sorted by relevance
18 static int opfd = -1, tfmfd = -1; variable35 opfd = accept(tfmfd, NULL, 0); in init_afalg()36 if (opfd == -1) in init_afalg()45 if (opfd != -1) in deinit_afalg()46 close(opfd); in deinit_afalg()71 sendmsg(opfd, &msg, 0); in do_crypt_afalg()72 read(opfd, dst, size); in do_crypt_afalg()