Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
EIP93_DECRYPT
drivers/crypto/inside-secure/eip93/eip93-aead.c
246
rctx->flags |= EIP93_DECRYPT;
drivers/crypto/inside-secure/eip93/eip93-cipher.c
197
rctx->flags |= EIP93_DECRYPT;
drivers/crypto/inside-secure/eip93/eip93-main.h
84
#define IS_DECRYPT(dir) ((dir) & EIP93_DECRYPT)