Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dafalgpriv.h23 #ifndef SOL_ALG
24 #define SOL_ALG 279 macro
H A Dcipher-afalg.c86 if (setsockopt(afalg->tfmfd, SOL_ALG, ALG_SET_KEY, key, in qcrypto_afalg_cipher_ctx_new()
137 afalg->cmsg->cmsg_level = SOL_ALG; in qcrypto_afalg_cipher_setiv()
161 afalg->cmsg->cmsg_level = SOL_ALG; in qcrypto_afalg_cipher_op()
H A Dhash-afalg.c90 if (setsockopt(afalg->tfmfd, SOL_ALG, ALG_SET_KEY, in qcrypto_afalg_hash_hmac_ctx_new()
/openbmc/linux/Documentation/crypto/
H A 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.
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h378 #define SOL_ALG 279 macro
/openbmc/linux/include/linux/
H A Dsocket.h378 #define SOL_ALG 279 macro
/openbmc/linux/crypto/
H A Daf_alg.c372 if (level != SOL_ALG || !type) in alg_setsockopt()
565 if (cmsg->cmsg_level != SOL_ALG) in af_alg_cmsg_send()
/openbmc/qemu/linux-user/
H A Dsyscall.c1791 } else if (cmsg->cmsg_level == SOL_ALG) { in target_to_host_cmsg()
2277 #if defined(SOL_ALG) && defined(ALG_SET_KEY) && defined(ALG_SET_AEAD_AUTHSIZE) in do_setsockopt()
2278 case SOL_ALG: in do_setsockopt()