Home | History | Annotate | Download | only in racoon

Lines Matching refs:t_id

565 ipsecdoi2pfkey_ealg(t_id)
566 u_int t_id;
568 switch (t_id) {
606 "Not supported transform: %u\n", t_id);
612 "Invalid transform id: %u\n", t_id);
620 ipsecdoi2pfkey_calg(t_id)
621 u_int t_id;
623 switch (t_id) {
634 "Invalid transform id: %u\n", t_id);
805 pfkey_convertfromipsecdoi(proto_id, t_id, hashtype,
808 u_int t_id;
819 if ((*e_type = ipsecdoi2pfkey_ealg(t_id)) == ~0)
821 if ((*e_keylen = keylen_ealg(t_id, *e_keylen)) == ~0)
844 if (t_id == IPSECDOI_ATTR_AUTH_HMAC_MD5
859 if ((*e_type = ipsecdoi2pfkey_calg(t_id)) == ~0)