Searched refs:hmac_algo_path (Results 1 – 1 of 1) sorted by relevance
43 const char hmac_algo_path[] = "/proc/sys/net/sctp/cookie_hmac_alg"; in setup_server() local51 if (access(hmac_algo_path, F_OK) < 0) { in setup_server()56 if (!access(hmac_algo_path, F_OK)) { in setup_server()57 SAFE_FILE_SCANF(hmac_algo_path, "%s", hmac_algo); in setup_server()58 SAFE_FILE_PRINTF(hmac_algo_path, "%s", "none"); in setup_server()77 SAFE_FILE_PRINTF(hmac_algo_path, "%s", hmac_algo); in setup_server()