ipsec_def_auth   2073 net/pfkeyv2.c  		if (!strncasecmp(ipsec_def_auth, "hmac-sha1",
ipsec_def_auth   2078 net/pfkeyv2.c  		} else if (!strncasecmp(ipsec_def_auth, "hmac-ripemd160",
ipsec_def_auth   2083 net/pfkeyv2.c  		} else if (!strncasecmp(ipsec_def_auth, "hmac-md5",
ipsec_def_auth   2088 net/pfkeyv2.c  		} else if (!strncasecmp(ipsec_def_auth, "hmac-sha2-256",
ipsec_def_auth   2093 net/pfkeyv2.c  		} else if (!strncasecmp(ipsec_def_auth, "hmac-sha2-384",
ipsec_def_auth   2098 net/pfkeyv2.c  		} else if (!strncasecmp(ipsec_def_auth, "hmac-sha2-512",
ipsec_def_auth     91 netinet/ip_input.c char ipsec_def_auth[20];
ipsec_def_auth    242 netinet/ip_input.c 	strlcpy(ipsec_def_auth, IPSEC_DEFAULT_DEF_AUTH, sizeof(ipsec_def_auth));
ipsec_def_auth   1659 netinet/ip_input.c 				       ipsec_def_auth,
ipsec_def_auth   1660 netinet/ip_input.c 				       sizeof(ipsec_def_auth)));
ipsec_def_auth    460 netinet/ip_ipsp.h extern char ipsec_def_auth[];