Searched refs:opfd (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | crypto_sanity.c | 18 static int opfd = -1, tfmfd = -1; variable 35 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()
|
/linux/Documentation/crypto/ |
H A D | userspace-if.rst | 355 /* opfd is the file descriptor returned from accept() system call */ 356 splice(pipes[0], NULL, opfd, NULL, ret, 0); 357 read(opfd, out, outlen);
|