Home
last modified time | relevance | path

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

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