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