Searched refs:SOL_ALG (Results 1 – 5 of 5) sorted by relevance
33 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()
43 addition, the setsockopt option type is SOL_ALG. In case the user space51 #ifndef SOL_ALG52 #define SOL_ALG 279370 Each setsockopt invocation must use the level SOL_ALG.
380 #define SOL_ALG 279 macro
372 if (level != SOL_ALG || !type) in alg_setsockopt()566 if (cmsg->cmsg_level != SOL_ALG) in af_alg_cmsg_send()