Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/testcases/network/sctp/
H A Dsctp_big_chunk.c43 const char hmac_algo_path[] = "/proc/sys/net/sctp/cookie_hmac_alg"; in setup_server() local
51 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()