Home
last modified time | relevance | path

Searched refs:SOL_ALG (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dcrypto_sanity.c33 if (setsockopt(tfmfd, SOL_ALG, ALG_SET_KEY, crypto_key, 16) == -1) in init_afalg()
60 cmsg->cmsg_level = SOL_ALG; in do_crypt_afalg()
/linux-6.12.1/Documentation/crypto/
Duserspace-if.rst43 addition, the setsockopt option type is SOL_ALG. In case the user space
51 #ifndef SOL_ALG
52 #define SOL_ALG 279
370 Each setsockopt invocation must use the level SOL_ALG.
/linux-6.12.1/tools/perf/trace/beauty/include/linux/
Dsocket.h380 #define SOL_ALG 279 macro
/linux-6.12.1/include/linux/
Dsocket.h380 #define SOL_ALG 279 macro
/linux-6.12.1/crypto/
Daf_alg.c372 if (level != SOL_ALG || !type) in alg_setsockopt()
566 if (cmsg->cmsg_level != SOL_ALG) in af_alg_cmsg_send()