Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_alg.h58 #define ALG_OP_DECRYPT 0 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.rst172 - ALG_OP_DECRYPT - decryption of data
231 - ALG_OP_DECRYPT - decryption of data
/linux/crypto/
H A Daf_alg.c934 case ALG_OP_DECRYPT: in af_alg_sendmsg()