Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dseg6_hmac.h8 #define SEG6_HMAC_SECRET_LEN 64 macro
/Linux-v6.6/include/net/
Dseg6_hmac.h30 char secret[SEG6_HMAC_SECRET_LEN];
/Linux-v6.6/net/ipv6/
Dseg6.c177 if (slen > SEG6_HMAC_SECRET_LEN) in seg6_genl_sethmac()