Home
last modified time | relevance | path

Searched refs:ALG_OP_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dif_alg.h59 #define ALG_OP_ENCRYPT 1 macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcrypto_sanity.c63 *(__u32 *)CMSG_DATA(cmsg) = encrypt ? ALG_OP_ENCRYPT : ALG_OP_DECRYPT; in do_crypt_afalg()
/linux/Documentation/crypto/
H A Duserspace-if.rst170 - ALG_OP_ENCRYPT - encryption of data
229 - ALG_OP_ENCRYPT - encryption of data
/linux/crypto/
H A Daf_alg.c958 case ALG_OP_ENCRYPT: in af_alg_sendmsg()